Rubén D
8a2bbc8283
chore: Use Aura.SqlQuery for building queries.
...
Refactor AccountRepository and AccountSearchRepository to use Aura.SqlQuery. This will allow to mock queries when testing.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-11-05 09:58:57 +01:00
Rubén D
de06ff5b0f
chore: Move account data models and unit test for account repository.
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-07-02 18:01:56 +02:00
Rubén D
8a75c0e36e
fix: Minor fixes.
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-06-25 10:47:04 +02:00
Rubén D
8130582df1
refactor: Improve Account helper hierarchy.
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-06-12 21:55:29 +02:00
Rubén D
bc8e128138
refactor: [WIP] Remove circular dependency.
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-06-06 08:24:13 +02:00
Rubén D
1c8fb0ea1a
refactor: [WIP] Use hexagonal architecture and implement interfaces for services and repositories.
...
Controllers are being splited into commands to better dependency management.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-06-06 08:17:34 +02:00
Rubén D
98ffc311cf
chore: Refactoring of Bootstrap class into an abstract class.
...
This allows to implement bootstrap classes for each module and simplifies the bootstrap code.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2022-05-16 19:01:28 +02:00
Rubén D
6f2f1ec5e2
* [FIX] Prevent login process when user/password are not provided.
...
* [FIX] Use null when clientId or categoryId are not set when searching account.
* [FIX] Minor fixes.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-10-17 22:56:21 +02:00
Rubén D
58249da565
* [MOD] Use static types.
...
* [MOD] CORS headers.
* [MOD] Improve Forwarded header lookup.
* [ADD] Create interface for configuration data.
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-10-12 20:49:18 +02:00
Rubén D
8e96ec4285
* [MOD] Code refactoring by enforcing type checks (WIP)
...
* [MOD] Update dependencies
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2021-01-17 14:56:56 +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
90aa6eb027
* [FIX] Skip direct link on new account
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-06-29 00:49:31 +02:00
Rubén D
3bcf2e0b4d
* [ADD] Include custom field in API response. Thanks to @sf32738 for the feedback. Closes #1388 .
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2020-01-11 20:50:09 +01: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
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
4e26b3918e
* [ADD] Allow to set account's owner when creating or copying the account. Related #1264
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-24 22:15:42 +01:00
Rubén D
1ec8d26e3a
* [ADD] Application URL for handling requests through reverse proxy. Thanks to @rob42 for the feedback. Closes #1218
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-24 20:48:34 +01:00
Rubén D
7fd6df7502
* [FIX] Wrong encoding when displaying account's password. Thanks to @DDH112 for the feedback. Closes #1257
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-02-23 12:59:57 +01:00
Rubén D
26261c0789
* [FIX] Wrong behavior when importing CSV. Thanks to @hoboristi for the feedback. Closes #1211
...
* [FIX] Wrong behavior when displaying passwords with scpecial characters. Thanks to @opeshm for the feedback. Closes #1207
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-26 12:00:29 +01:00
Rubén D
f1d9230554
* [FIX] Wrong behavior when checking saved search filters in context. Thanks to @fprina for the feedback. Related #1178
...
Signed-off-by: Rubén D <nuxsmin@syspass.org >
2019-01-19 09:38:54 +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
f6f9cd1a03
* [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:53:17 +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
c4ba84e206
* [ADD] New preferences option to always display the account search filters
...
* [MOD] Updated translations
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-11-03 13:41:46 +01: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
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
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
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
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
5a06ca3b26
* [ADD] Added password preset for accounts password validation
...
* [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org >
2018-09-02 21:05:03 +02:00
nuxsmin
beb9af7e80
* [MOD] Moved ItemPreset objects to their own directory
2018-09-02 09:54:34 +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
6664a50329
* [ADD] New preset option for private accounts.
...
* [MOD] Code refactoring.
2018-08-31 02:05:10 +02:00
nuxsmin
3e43d6ec28
* [ADD] New preset option for private accounts.
...
* [MOD] Code refactoring.
2018-08-31 01:49:43 +02:00
nuxsmin
2fc71e87dc
* [ADD] Default permissions rewritten to make a more generic approach. Now it can manage multiple items/modules default values from the same view, so it's called Items Preset.
...
* [MOD] Code refactoring
2018-08-30 16:19:18 +02:00
nuxsmin
7ceb3afe56
* [ADD] Added default permissions for accounts based on user, group and profiles.
...
* [MOD] Updated translations
* [MOD] Code refactoring
2018-08-30 02:02:12 +02:00
nuxsmin
cd10389100
* [ADD] Added default permissions for accounts based on user, group and profiles.
...
* [MOD] Updated translations
* [MOD] Code refactoring
2018-08-30 01:41:57 +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
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
ed34cbbb05
* [ADD] Unit testing. Work in progress
...
* [MOD] Code refactoring
2018-07-14 13:31:24 +02:00
nuxsmin
a97b92131f
* [ADD] Added URI signature for JS and CSS resources
...
* [MOD] Improved requests handling. It makes them more testing friendly
* [MOD] Code refactoring
2018-07-08 23:05:30 +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
f3343059eb
* [FIX] Fixed wrong behaviour when retrieving account's password history data
...
* [MOD] Improved accounts ACL behaviour
* [ADD] Unit testing. Work in progress
2018-06-26 01:03:06 +02:00
nuxsmin
c2b40da860
* [FIX] Fixed issue when retrieving the public link for an account
2018-06-12 01:57:35 +02:00
nuxsmin
0096963131
* [MOD] Improved repositories behaviour and code refactoring.
...
* [ADD] Added more unit tests. Work in progress.
* [FIX] Fixed wrong behaviour when updating an LDAP user. Related #950 . Thanks to @Fizard for the feedback.
2018-06-12 01:36:28 +02:00
nuxsmin
3014c666a3
* [FIX] Fixed wrong behavior when decrypting encrypted data, because it was unlocking the encryption key twice. Thanks to @fizard for the feedback. Related #928
2018-05-29 15:39:40 +02:00
nuxsmin
b041720886
* [MOD] Improved help for special paramenters.
...
* [MOD] Improved UI for mobile browsing.
* [MOD] Improved locale detection.
* [MOD] Minor UI tweaks.
2018-04-14 22:26:30 +02:00