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
ff4e8df2e6
* [ADD] CHeck whether sysPass is installed
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-01-19 08:39:22 +01:00
Rubén D
b1f76654cd
* [ADD] CLI module with install command
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-01-19 08:23:53 +01:00
Rubén D
900008292b
* [FIX] Set minimum required PHP version to 7.3 because dependency constraints
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-20 16:27:10 +01:00
Rubén D
41703b50f9
* [MOD] Strict type checking (WIP)
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-12-20 14:24:42 +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
81bb182c3d
* [FIX] Wrong PHP version comparison
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-28 15:34:21 +02:00
Rubén D
6197c52af1
* [MOD] Update copyright date
...
* [MOD] Code cleanup
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-27 02:48:18 +02:00
Rubén D
2318796c00
* [FIX] Fixed wrong behavior when searching for accounts on accounts manager. Thanks to @Weptun for the feedback. Closes #1271
...
* [ADD] Added missing tests
* [MOD] Code cleanup
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-04-21 23:12:45 +02:00
Rubén D
a65d261ba8
* [FIX] Fixed wrong behavior when session is timed out
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-26 11:25:25 +01:00
nuxsmin
542ab61053
* [MOD] Improved behaviour when handling routes
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-12-15 12:48:24 +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
0da5c282d6
* [MOD] Improved logging when performing upgrades
...
* [MOD] Log to file is turned on when debug mode is active
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-11 12:58:31 +01:00
nuxsmin
24efad7409
* [FIX] Fixed wrong config version checking
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-10 21:56:34 +01:00
nuxsmin
305d4de16f
* [MOD] Switched base language over to English
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-05 00:03:37 +01:00
nuxsmin
e1f2f0b0f0
* [ADD] syspass.log file and configuration backup can now be downloaded from Information tab
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-01 11:35:14 +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
7f2dd35059
* [MOD] Improved plugins management
...
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-15 02:56:00 +02:00
nuxsmin
33ae422b2f
* [FIX] Pager was not displayed on auth tokens list
...
* [ADD] Added special filters for account searching on management tab
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-10-11 01:04:35 +02:00
nuxsmin
ca620b60fb
* [FIX] Fixed issue when creating public links. Closes #1012 . Thanks to @vmario899 for the feedback.
...
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-09-24 18:05:59 +02:00
nuxsmin
af8b21fd10
* [ADD] New preset option for session timeout based on client IP address and network. Related #912
...
* [MOD] Improved IP addresses handling
* [MOD] Code refactoring
* [FIX] Minor bugfixes
2018-09-01 21:38:42 +02:00
nuxsmin
3e43d6ec28
* [ADD] New preset option for private accounts.
...
* [MOD] Code refactoring.
2018-08-31 01:49:43 +02:00
nuxsmin
7158aff6c6
* [MOD] Improved initialization
2018-08-10 22:53:57 +02:00
nuxsmin
e28ec274e0
* [FIX] Wrong behavior when searching for items through the API. Thanks to @GGOUSSEAUD for the feedback and testing. Related #1000
...
* [MOD] Improved API help. Related #1004
* [MOD] Code refactoring
2018-08-09 13:43:02 +02:00
nuxsmin
a00b1fb3e9
* [ADD] Unit testing. Work in progress
...
* [MOD] Code refactoring
* [FIX] Minor bugfixes
2018-08-06 10:16:29 +02:00
nuxsmin
31a38bc43c
* [ADD] PHP modules checking. Work in progress
...
* [FIX] Minor bugfixes
* [MOD] Code refactoring
2018-08-01 00:18:11 +02:00
nuxsmin
f6aa24d5c1
* [FIX] Fixed wrong behaviour when updating custom fields data module
...
* [FIX] Delete non-existant users in notifications table
* [MOD] Improved error logging
2018-07-30 12:06:53 +02:00
nuxsmin
cd2c0379db
* [MOD] Improved plugins manager
...
* [MOD] Code refactoring and cleanup
* [MOD] Make classes final for performance improvements and avoid some side behaviours
2018-07-28 21:45:49 +02:00
nuxsmin
3e26a1df71
* [ADD] Unit testing. Work in progress
...
* [MOD] Code refactoring
* [MOD] Make classes final for performance improvements and avoid some side behaviours
2018-07-28 19:15:11 +02:00
nuxsmin
9d42c23873
* [ADD] Unit testing. Work in progress
...
* [MOD] Request handling rewritten to make it testable
* [MOD] Code refactoring
2018-07-15 14:05:15 +02:00
nuxsmin
997d674939
* [ADD] Unit testing. Work in progress
...
* [MOD] Code refactoring
2018-07-05 00:55:46 +02:00
nuxsmin
96eda4f3eb
* [MOD] Fixed some issues when running on PHP 7.2. Work in progress
2018-06-28 17:19:30 +02:00
nuxsmin
4259b5f2d4
* [ADD] Option for enable/disable account's password expiry date. The expire time could be set too
...
* [ADD] Random generated passwords can be copied to clipboard
* [ADD] Random generated passwords can be viewed after being generated
* [MOD] Code refactoring
2018-03-26 13:30:42 +02:00
nuxsmin
be55ec8083
* [ADD] Direct linking available
...
* [FIX] Minor bugfixes
2018-03-25 13:40:53 +02:00
nuxsmin
b7504f9f72
* [ADD] Upgrade process. Work in progress.
2018-03-19 12:32:20 +01:00
nuxsmin
f4ed93a621
* [ADD] Upgrade process. Work in progress.
2018-03-17 13:26:38 +01:00
nuxsmin
182735b445
* [MOD] sysPass release status and notices reworked.
2018-03-14 22:29:10 +01:00
nuxsmin
47341d6dbb
* [ADD] API module. Work in progress.
...
* [MOD] Removed legacy code.
2018-03-13 23:26:43 +01:00
nuxsmin
d47b423afb
* [ADD] API module. Work in progress.
2018-03-13 13:30:34 +01:00
nuxsmin
4d6104b839
* [ADD] API module. Work in progress.
...
* [ADD] Upgrade service. Work in progress.
* [MOD] Context based session data. Added collection class to manage session properties.
* [MOD] Code refactoring.
* [MOD] Improved theme icons load by caching objects.
2018-03-13 02:01:09 +01:00
nuxsmin
cdecd3a06b
* [ADD] Delegate initialization to modules
2018-03-12 12:00:40 +01:00
nuxsmin
e640f12f23
* [ADD] Session abstraction by using context classes
2018-03-09 12:48:33 +01:00
nuxsmin
53aba99af1
* [ADD] Added mail event handler
...
* [MOD] Improved import process
* [MOD] Improved event logging
* [MOD] Code refactoring. Work in progress
* [FIX] Several bugfixes. Work in progress
2018-03-06 01:28:47 +01:00
nuxsmin
6baaae6c62
* [ADD] Added notifications event handler
...
* [ADD] Added account acl file based cache
* [ADD] Added deep links
* [FIX] Several bugfixes
2018-03-05 01:50:23 +01:00
nuxsmin
f821b716e4
* [ADD] Added notifications event handler
...
* [ADD] Added account acl file based cache
* [ADD] Added deep links
* [FIX] Several bugfixes
2018-03-05 01:33:16 +01:00
nuxsmin
e0a45f4b2e
* [MOD] Improved parsing request data
2018-03-03 12:44:02 +01:00
nuxsmin
3c4704baa0
* [ADD] Event log handler for processing dispatched events. Work in progress
2018-03-02 01:27:27 +01:00
nuxsmin
3d555919b4
* [ADD] User's settings module
...
* [MOD] Code refactoring
* [MOD] JS code refactoring
2018-02-27 13:47:12 +01:00
nuxsmin
407a3f0694
* [ADD] Password reset module. Work in progress
...
* [ADD] Mail provider. Work in progress
* [MOD] Updated copyright
* [MOD] Improved tracking module
2018-02-27 00:06:59 +01:00
nuxsmin
94f9929be0
* [ADD] Notifications module
...
* [ADD] Delete multiple items at once
* [FIX] Some bugfixes
* [MOD] Removed deprecated code
2018-02-26 02:29:54 +01:00