1672 Commits

Author SHA1 Message Date
nuxsmin
aae9c7ebbf * [MOD] Code refactoring
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-04 13:01:07 +01:00
nuxsmin
f6b3cdc632 * [MOD] Updated translations
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-04 11:12: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
cab766c78f * [MOD] Increase script time limit on backup and export processes
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-03 11:26:45 +01:00
nuxsmin
3ec0cb2c5e * [MOD] Added required library for debugging
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
3.0.0.18110201-beta
2018-11-02 03:05:19 +01:00
nuxsmin
9ff438d0a4 * [MOD] Updated translations
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-02 02:41:23 +01:00
nuxsmin
e0263f8f46 * [FIX] Fixed issue when unserializing non-object data
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-02 02:36:41 +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
68e5d80bee * [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:40:51 +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
ec97b603b0 * [MOD] Improved theme handling
* [MOD] Code refactoring

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-11-01 10:24:25 +01:00
RubénD
67d9a6a84a Merge pull request #1088 from PikaYellow35/icons-var-fix
[FIX] Restore icons for template.
2018-10-30 23:35:40 +01:00
Aleksey
f015654ae3 Remove new line from end of file. 2018-10-31 01:14:24 +03:00
Aleksey
185df628f8 [FIX] Restore icons for template.
I updated sysPass to 3.0 beta and could not update the database because an error occurred on upgrade page.
```
[DEBUG] [SP \ Bootstrap :: SP \ {closure}] Routing error: getIconWarning () on zero
```
This was due to the fact that icons var is not set in the template.
2018-10-31 01:04:59 +03: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
01df8254dc * [FIX] Notifications can only be edited by app admins. They can be removed after checked out.
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-28 23:16:42 +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
0e3c8beaf2 * [MOD] Improved plugins management
* [MOD] Code refactoring

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-15 03:00:45 +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
6b6d4a0f23 * [FIX] Fixed issue when an LDAP error is thrown on the logging in process. Some error codes were not passed through the stack. Solves #1065. Thanks to @dcotruta and @odavis1 for the feedback.
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-12 11:35:27 +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
543c48c13b * [FIX] Fixed unit test for auth tokens
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-11 02:06:18 +02:00
nuxsmin
95d3878a3c * [ADD] Added userGroupId parameter in accounts API
* [MOD] Code refactoring

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-11 01:53:18 +02:00
nuxsmin
25adf37728 * [ADD] Added view action on accounts manager list
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-11 01:25:58 +02:00
nuxsmin
d60d64e039 * [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:10:38 +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
3dfe81b2eb * [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>
3.0.0.18100801-beta
2018-10-08 02:27:25 +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
71e504da40 * [FIX] Fixed wrong string in button for deleting multiple items
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-08 00:40:51 +02:00
nuxsmin
ae4d764860 * [FIX] Fixed Travis CI file structure?
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-08 00:26:31 +02:00
nuxsmin
c809a1e03b * [FIX] Fixed Travis CI file structure?
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-08 00:20:09 +02:00
nuxsmin
b19718b1f8 * [MOD] UI tweaks
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-08 00:15:53 +02:00
nuxsmin
b3bb6255f7 * [FIX] Prevent to log out when master pass is changed on log in
* [MOD] UI tweaks

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-07 21:08:08 +02:00
nuxsmin
513ab01cff * [ADD] User groups can now be managed thorugh API. Related #1054. Thanks to @pierrehenrymuller for the feedback
* [ADD] Added missing API help for some actions
* [MOD] Updated translations
* [MOD] UI tweaks

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-07 20:49:30 +02:00
nuxsmin
c503baa4a3 * [MOD] Code refactoring
* [ADD] Added PHP 7.2 to Travis CI

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-02 00:42:54 +02:00
nuxsmin
bf82807353 * [MOD] Code refactoring
* [ADD] Added PHP 7.2 to Travis CI

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-02 00:31:46 +02:00
nuxsmin
337d77d3cc * [FIX] Fixed translation on emails subject. Closes #1055. Thanks to @vmario89 for the feedback.
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-01 23:36:34 +02:00
nuxsmin
cb92560425 * [FIX] Fixed issue when displaying username on session bar when it isn't available. Closes #1048. Thanks to @vmario89 for the feedback.
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-01 23:33:09 +02:00
nuxsmin
2581dfd44d * [FIX] Fixed issue when performing a full row count
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
3.0.0.18093001-beta
2018-10-01 02:15:39 +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
492a356ed8 * [FIX] Fixed issue when performing a full row count
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-01 01:48:29 +02:00
nuxsmin
a1adeaba66 * [FIX] Fixed truncated data when displaying eventlog
* [FIX] Fixed ACL permission for tracks

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
2018-10-01 00:54:36 +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