Rubén D
0b02c8fdbf
Merge branch 'v3.2' into feature/cli_module
...
# Conflicts:
# composer.json
# composer.lock
# lib/SP/Providers/Auth/Ldap/LdapMsAds.php
# lib/SP/Services/Install/Installer.php
# lib/SP/Util/Checks.php
# lib/SP/Util/Link.php
# public/js/app-actions.min.js
# public/js/app-util.min.js
# tests/res/scripts/reset_db.sh
2021-09-19 21:40:27 +02:00
Rubén D
6e72067b6b
* [FIX] Prevent random password generator to crash when chars are skipped. Thanks to @blabllavita . Closes #1641
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-03-13 11:37:50 +01:00
Rubén D
7753ab8115
* [FIX] Prevent random password generator to crash when chars are skipped. Thanks to @blabllavita . Closes #1641
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-01-17 15:11:47 +01:00
Rubén D
e4e6e04c57
* [MOD] Updated copyright
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-07 19:42:41 +01:00
Rubén D
d310a10ba0
* [MOD] Merge v3.1 changes
...
* [ADD] Use custom ldap attributes for users or groups
* [ADD] Use custom ldap filter for users or groups lookup
* [MOD] Improved internal config handling by using an array instead of class properties
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-06-28 19:38:06 +02:00
Rubén D
563b275b23
Merge remote-tracking branch 'origin/v3.2' into v3.2
2020-06-28 19:17:29 +02:00
Sol Huebner
ecd2e1394e
Align special with KeePass special+brackets
...
Fixes #1556 Special characters in generated passwords
2020-06-16 13:46:47 -04:00
Rubén D
bec1d21d8c
* [MOD] Improved CSRF handling by using HTTP header to set the token
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-01-08 13:18:03 +01:00
Rubén D
749a45fd0a
* [FIX] Do not allow deleting Plugins from the UI. Thanks to @yawnbros for the feedback.
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-12-21 11:30:54 +01:00
Rubén D
a299760683
* [FIX] Wrong behavior when viewing PDF files. Thanks to @m-shirokov for the notice. Closes #1501
...
* [MOD] Minor code tweaks
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-12-16 00:40:02 +01:00
Rubén D
1adb103f29
* [FIX] Wrong URL handling when downloading files. Thanks to @fprina for the feedback ans testing. Closes #1354
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-05-25 20:28:35 +02:00
Rubén D
b721eafced
* [FIX] Wrong behavior when updating user's password. Thanks to @vrdominguez for the feedback. Closes #1293
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-26 23:07:56 +02:00
Rubén D
5c9c9147bf
* [MOD] Enforce password complexity checking. Thanks to @DDH112 for the feedback. Closes #1226
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-24 19:49:10 +01:00
Rubén D
57ede8cdb5
* [FIX] Wrong behavior when copying password to clipboard. Thanks to @Yotouille for the feedback. Closes #1231
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-07 19:52:21 +01:00
Rubén D
2cc7bb95fa
* [MOD] Login method switched over POST in order to avoid max URL length limitation. Related #1184
2019-01-24 11:44:21 +01:00
Rubén D
504df47b06
* [MOD] Login method switched over POST in order to avoid max URL length limitation. Related #1184
2019-01-24 11:41:09 +01:00
Rubén D
ccc7ce9cfa
Merge branch '3.0' into v3.0
...
Conflicts:
app/modules/web/Controllers/Helpers/Grid/EventlogGrid.php
app/modules/web/Controllers/Helpers/Grid/TrackGrid.php
public/js/app-actions.js
public/js/app-actions.min.js
2019-01-24 11:39:28 +01:00
Rubén D
5dcc450326
* [MOD] Bump version&build numbers
...
* [FIX] Wrong behavior when setting security token on log/audit module. Thanks to @schleyk for the feedback. Closes #1182
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-20 12:06:39 +01:00
Rubén D
535b799662
* [FIX] Wrong behavior when refreshing data from event log or tracks management. Thanks to @schleyk for the feedback. Closes #1182
...
* [MOD] Improved config loading
2019-01-16 09:07:24 +01:00
Rubén D
ea92a054e7
* [MOD] Login method switched over POST in order to avoid max URL length limitation. Related #1184 #1079
2019-01-16 08:28:33 +01:00
Rubén D
08e8bd8102
* [MOD] Improved master password change by enforcing maintenance mode before running the process
...
* [MOD] Added import events to fixed ones
* [MOD] Minor code tweaks
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2018-12-22 13:00:05 +01:00
nuxsmin
52d5c7fc97
* [MOD] Improved pager layout for displaying on small viewports. Thanks to @vmario89 for the feedback. Closes #1152
...
* [MOD] Improved account search behaviour on mobile devices. Thanks to @vmario89 for the feedback. Closes #1141
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-12-16 10:19:25 +01:00
nuxsmin
90ba034522
* [FIX] Wrong behaviour when displaying task progress on master password change. Thanks to @deajan for the feedback. Closes #1128
...
* [FIX] Improved browser notifications format. Thanks to @vmario89 for the feedback. Closes #1142
* [FIX] Temporary master password change notifications are sent to all users. Thanks to @jorgemfm for the feedback. Closes #1156
* [MOD] Improved background tasks management
* [MOD] Improved email notifications format
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-12-10 07:01:25 +01:00
nuxsmin
f309efa352
* [FIX] Fixed wrong root path when bootstrapping Javascript environment. Thanks to @l0s3rr and @deajan for the feedback. CLoses #1093
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-26 19:24:15 +01:00
nuxsmin
98fe0ba35c
* [FIX] Fixed URL when downloading resources and sysPass id behind a reverse proxy. Thanks to @vmario89 for the feedback. Closes #1102
...
* [FIX] Fixed wrong behavior when copying to clipboard an account's password through public link
* [MOD] Improved URL handling
* [MOD] Improved deep links handling
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-17 13:11:58 +01:00
nuxsmin
ca3b36c9e2
* [FIX] Fixed wrong behavior when displaying account data when private presets were set
...
* [MOD] Improved presets precedence
* [FIX] Fixed wrong behavior when logging exceptions
* [MOD] Removed DokuWiki configuration (will be restored in later releases)
* [MOD] Removed LDAP sync icon from users view
* [MOD] Use minimized version of JS resources
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-13 23:55:19 +01:00
nuxsmin
ed956eec54
* [ADD] Added mime type file checking instead of extension. Thanks to @vmario89 for the feedback. Related #825
...
* [MOD] Improved exception handling in controllers
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-10 21:41:07 +01:00
nuxsmin
8d2bb417a9
* [MOD] Improved focus control (work in progress)
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-06 01:37:52 +01:00
nuxsmin
59de1c4d00
* [MOD] Improved database checking
...
* [ADD] Added plugin removal when it isn't available
* [FIX] Minor bugfixes
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-01 19:13:41 +01:00
nuxsmin
463a23fed9
* [FIX] Fixed issue when updating items using fast item creation box.
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-28 23:53:11 +01:00
nuxsmin
741c07327a
* [MOD] Minor UI tweak
...
* [MOD] Added parameter help for API export action
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-28 23:29:02 +01:00
nuxsmin
09520d3cc7
* [FIX] Fixed wrong behavior when downloading PDF file from file management
...
* [MOD] Improved backup and export management. They are now stored in compressed file format, can be downloaded without direct access through the web browser and it keeps tracking when downloaded.
* [MOD] Updated translations
* [ADD] Unit tests
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-28 22:37:57 +01:00
nuxsmin
40e7195525
* [FIX] Fixed pager actions
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-24 02:34:36 +02:00
nuxsmin
96348ea96d
* [FIX] Fixed history back
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-24 02:21:36 +02:00
nuxsmin
a37b49d506
* [ADD] Added PDF files displaying
...
* [FIX] Minor bugfixes
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-24 01:59:58 +02:00
nuxsmin
e49526e594
* [MOD] Improved template rendering
...
* [MOD] Improved variable errors on templates
* [MOD] Improved security token behavior
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-23 00:56:05 +02:00
nuxsmin
e322563a66
* [ADD] Added In-App notifications polling. It will show up a browser notification when there are pending notifications
...
* [MOD] Improved Javascript error handling
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-16 01:13:38 +02:00
nuxsmin
7f2dd35059
* [MOD] Improved plugins management
...
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-15 02:56:00 +02:00
nuxsmin
5b86397f5b
* [FIX] Fixed issue when compiling ACL. Closes #1063 . Thanks to @dcotruta and @odavis1 for the feedback and testing.
...
* [FIX] Fixed issue when setting master password from old user's password on login
* [FIX] Minor bugfixes
* [ADD] Added accounts bulk edit on Accounts Manager
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-12 01:17:06 +02:00
nuxsmin
a795fa8a23
* [ADD] Shared (public) links can now be deleted from the account's page by either the link creator or application admin. Closes #811 . Thanks to @vmario89 for the feedback
...
* [FIX] Fixed wrong behavior when refreshing public link from the account's page
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-08 02:11:11 +02:00
nuxsmin
943a571d85
* [MOD] UI tweaks
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-08 01:20:49 +02:00
nuxsmin
898247c065
* [FIX] Fixed issue when adding tags through add button on account's view. Closes #1052 . Thanks to @vmario89 for the feedback.
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-01 01:59:46 +02:00
nuxsmin
c65f406cbd
* [ADD] Added tracks management.
...
* [MOD] Code refactoring.
* [MOD] Updated translations.
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-01 00:18:57 +02:00
nuxsmin
a5b6b00873
* [ADD] Added the ability to add tags from account's view. Related #1041 . Thanks to @vmario89 for the feedback
...
* [MOD] Minor UI tweaks
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-09-23 13:30:32 +02:00
nuxsmin
f64695db97
* [FIX] Improved long password handling on server side (work in progress). Related #1038 . Thanks to @D3luxee for the feedback
...
* [MOD] Improved JavaScript handling. Work in progress
* [MOD] Login view does now set focus on user input field
* [MOD] Improved account's permissions displaying on view-only mode
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-09-18 01:27:02 +02:00
nuxsmin
dbb76409eb
* [FIX] Improved long password handling on server side (work in progress). Related #1038 . Thanks to @D3luxee for the feedback
...
* [MOD] Improved JavaScript handling. Work in progress
* [MOD] Login view does now set focus on user input field
* [MOD] Improved account's permissions displaying on view-only mode
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-09-18 01:21:59 +02:00
nuxsmin
84adb8e81d
* [FIX] Fixed preferences saving behavior. Thanks to @vmario89 for the notice. Closes #1035
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-09-09 14:36:16 +02:00
nuxsmin
42471b4680
* [MOD] Plugins module icon is now on main menu
...
* [MOD] Code refactoring
2018-08-31 00:11:55 +02:00
nuxsmin
7e0785a03e
* [FIX] Fixed wrong behavior when clearing event log. Thanks to @vmario89 for the notice. Closes #1026
...
* [MOD] Moved 3rd party resources (CSS, JS, etc) to vendor directory
* [MOD] Code refactoring
2018-08-28 01:16:40 +02:00
nuxsmin
e92637bccd
* [FIX] Fixed wrong behaviour when deleting accounts. The account was not saved into the history.
...
* [ADD] Accounts can now be restored from history
* [ADD] Unit testing. Work in progress
* [MOD] Improved file handlers
* [MOD] Code refactoring
2018-08-07 21:30:06 +02:00