Commit Graph

  • 305d4de16f * [MOD] Switched base language over to English nuxsmin 2018-11-05 00:03:36 +01:00
  • aae9c7ebbf * [MOD] Code refactoring nuxsmin 2018-11-04 13:01:07 +01:00
  • f6b3cdc632 * [MOD] Updated translations nuxsmin 2018-11-04 11:12:37 +01:00
  • c4ba84e206 * [ADD] New preferences option to always display the account search filters * [MOD] Updated translations * [MOD] Code refactoring nuxsmin 2018-11-03 13:41:46 +01:00
  • cab766c78f * [MOD] Increase script time limit on backup and export processes nuxsmin 2018-11-03 11:26:45 +01:00
  • 3ec0cb2c5e * [MOD] Added required library for debugging 3.0.0.18110201-beta nuxsmin 2018-11-02 03:05:19 +01:00
  • 9ff438d0a4 * [MOD] Updated translations nuxsmin 2018-11-02 02:41:23 +01:00
  • e0263f8f46 * [FIX] Fixed issue when unserializing non-object data nuxsmin 2018-11-02 02:36:41 +01:00
  • 59de1c4d00 * [MOD] Improved database checking * [ADD] Added plugin removal when it isn't available * [FIX] Minor bugfixes nuxsmin 2018-11-01 19:13:41 +01:00
  • 68e5d80bee * [ADD] syspass.log file and configuration backup can now be downloaded from Information tab nuxsmin 2018-11-01 11:40:51 +01:00
  • e1f2f0b0f0 * [ADD] syspass.log file and configuration backup can now be downloaded from Information tab nuxsmin 2018-11-01 11:35:14 +01:00
  • ec97b603b0 * [MOD] Improved theme handling * [MOD] Code refactoring nuxsmin 2018-11-01 10:24:25 +01:00
  • 67d9a6a84a Merge pull request #1088 from PikaYellow35/icons-var-fix RubénD 2018-10-30 23:35:40 +01:00
  • f015654ae3 Remove new line from end of file. Aleksey 2018-10-31 01:14:24 +03:00
  • 185df628f8 [FIX] Restore icons for template. Aleksey 2018-10-31 01:04:59 +03:00
  • 463a23fed9 * [FIX] Fixed issue when updating items using fast item creation box. nuxsmin 2018-10-28 23:53:11 +01:00
  • 741c07327a * [MOD] Minor UI tweak * [MOD] Added parameter help for API export action nuxsmin 2018-10-28 23:29:02 +01:00
  • 01df8254dc * [FIX] Notifications can only be edited by app admins. They can be removed after checked out. nuxsmin 2018-10-28 23:16:42 +01:00
  • 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 nuxsmin 2018-10-28 22:37:57 +01:00
  • 40e7195525 * [FIX] Fixed pager actions nuxsmin 2018-10-24 02:34:36 +02:00
  • 96348ea96d * [FIX] Fixed history back nuxsmin 2018-10-24 02:21:36 +02:00
  • a37b49d506 * [ADD] Added PDF files displaying * [FIX] Minor bugfixes * [MOD] Code refactoring nuxsmin 2018-10-24 01:59:58 +02:00
  • e49526e594 * [MOD] Improved template rendering * [MOD] Improved variable errors on templates * [MOD] Improved security token behavior * [MOD] Code refactoring nuxsmin 2018-10-23 00:56:05 +02:00
  • 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 nuxsmin 2018-10-16 01:13:38 +02:00
  • 0e3c8beaf2 * [MOD] Improved plugins management * [MOD] Code refactoring nuxsmin 2018-10-15 03:00:45 +02:00
  • 7f2dd35059 * [MOD] Improved plugins management * [MOD] Code refactoring nuxsmin 2018-10-15 02:56:00 +02:00
  • 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. nuxsmin 2018-10-12 11:35:27 +02:00
  • 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 nuxsmin 2018-10-12 01:17:06 +02:00
  • 543c48c13b * [FIX] Fixed unit test for auth tokens nuxsmin 2018-10-11 02:06:18 +02:00
  • 95d3878a3c * [ADD] Added userGroupId parameter in accounts API * [MOD] Code refactoring nuxsmin 2018-10-11 01:53:18 +02:00
  • 25adf37728 * [ADD] Added view action on accounts manager list nuxsmin 2018-10-11 01:25:58 +02:00
  • d60d64e039 * [FIX] Pager was not displayed on auth tokens list * [ADD] Added special filters for account searching on management tab * [MOD] Code refactoring nuxsmin 2018-10-11 01:10:38 +02:00
  • 33ae422b2f * [FIX] Pager was not displayed on auth tokens list * [ADD] Added special filters for account searching on management tab * [MOD] Code refactoring nuxsmin 2018-10-11 01:04:35 +02:00
  • 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 3.0.0.18100801-beta nuxsmin 2018-10-08 02:27:25 +02:00
  • 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 nuxsmin 2018-10-08 02:11:11 +02:00
  • 943a571d85 * [MOD] UI tweaks nuxsmin 2018-10-08 01:20:49 +02:00
  • 71e504da40 * [FIX] Fixed wrong string in button for deleting multiple items nuxsmin 2018-10-08 00:40:51 +02:00
  • ae4d764860 * [FIX] Fixed Travis CI file structure? nuxsmin 2018-10-08 00:26:31 +02:00
  • c809a1e03b * [FIX] Fixed Travis CI file structure? nuxsmin 2018-10-08 00:20:09 +02:00
  • b19718b1f8 * [MOD] UI tweaks nuxsmin 2018-10-08 00:15:53 +02:00
  • b3bb6255f7 * [FIX] Prevent to log out when master pass is changed on log in * [MOD] UI tweaks nuxsmin 2018-10-07 21:08:08 +02:00
  • 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 nuxsmin 2018-10-07 20:49:30 +02:00
  • c503baa4a3 * [MOD] Code refactoring * [ADD] Added PHP 7.2 to Travis CI nuxsmin 2018-10-02 00:42:54 +02:00
  • bf82807353 * [MOD] Code refactoring * [ADD] Added PHP 7.2 to Travis CI nuxsmin 2018-10-02 00:31:46 +02:00
  • 337d77d3cc * [FIX] Fixed translation on emails subject. Closes #1055. Thanks to @vmario89 for the feedback. nuxsmin 2018-10-01 23:36:34 +02:00
  • cb92560425 * [FIX] Fixed issue when displaying username on session bar when it isn't available. Closes #1048. Thanks to @vmario89 for the feedback. nuxsmin 2018-10-01 23:33:09 +02:00
  • 2581dfd44d * [FIX] Fixed issue when performing a full row count 3.0.0.18093001-beta nuxsmin 2018-10-01 02:15:39 +02:00
  • 898247c065 * [FIX] Fixed issue when adding tags through add button on account's view. Closes #1052. Thanks to @vmario89 for the feedback. nuxsmin 2018-10-01 01:59:46 +02:00
  • 492a356ed8 * [FIX] Fixed issue when performing a full row count nuxsmin 2018-10-01 01:48:29 +02:00
  • a1adeaba66 * [FIX] Fixed truncated data when displaying eventlog * [FIX] Fixed ACL permission for tracks nuxsmin 2018-10-01 00:54:36 +02:00
  • c65f406cbd * [ADD] Added tracks management. * [MOD] Code refactoring. * [MOD] Updated translations. nuxsmin 2018-10-01 00:18:57 +02:00
  • 4bcbab1e2b Merge pull request #1050 from stefanjauker/patch-1 RubénD 2018-09-28 11:24:57 +02:00
  • fedb62d655 Remove UserAccountControl to support Azure AD Stefan Jauker 2018-09-28 11:17:37 +02:00
  • ca620b60fb * [FIX] Fixed issue when creating public links. Closes #1012. Thanks to @vmario899 for the feedback. 3.0.0.18092402-beta nuxsmin 2018-09-24 18:05:59 +02:00
  • 31000f20db * [FIX] Disabled not null restriction for ipv4 column in Track table. IP addresses will be checked out within Track service. Related #1044. Thanks to @pierrehenrymuller for the feedback and testing * [ADD] Added Danish translation * [MOD] Updated translations. Thanks to all contributors! nuxsmin 2018-09-24 01:15:28 +02:00
  • a5b6b00873 * [ADD] Added the ability to add tags from account's view. Related #1041. Thanks to @vmario89 for the feedback * [MOD] Minor UI tweaks nuxsmin 2018-09-23 13:30:32 +02:00
  • 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 nuxsmin 2018-09-18 01:27:02 +02:00
  • 739e49821f Merge remote-tracking branch 'origin/devel-3.0' into devel-3.0 nuxsmin 2018-09-18 01:22:37 +02:00
  • 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 nuxsmin 2018-09-18 01:21:59 +02:00
  • 5b8f21ee01 * [FIX] Fixed issue when getting LDAP TLS setting nuxsmin 2018-09-11 17:53:33 +02:00
  • 471d12ac4e * [FIX] Fixed issue when upgrading categories from v2 * [MOD] Improved database queries when upgrading * [MOD] Changed database and table collation to utf8_unicode_ci nuxsmin 2018-09-11 15:54:35 +02:00
  • e96d2ccfa2 * [MOD] Removed account's login requirement. Related #712. Thanks to @joerg for the feedback. nuxsmin 2018-09-10 01:42:46 +02:00
  • 303f652300 * [MOD] Improve account name displaying. Related #831. Thanks to @vmario89 for the feedback. nuxsmin 2018-09-10 01:34:52 +02:00
  • 699d617eda * [MOD] Improve file handling * [MOD] Remove email pattern restriction when setting mail auth. Related #778. Thanks to @matthgyver for the feedback. * [MOD] Removed unused config attribute nuxsmin 2018-09-10 01:19:13 +02:00
  • febc796e34 * [ADD] Added TLS option for LDAP connection. Closes #936 nuxsmin 2018-09-09 23:55:48 +02:00
  • 18c750bd25 * [MOD] Improved LDAP handling * [MOD] Code refactoring nuxsmin 2018-09-09 20:43:21 +02:00
  • e6924221e2 * [MOD] Improved LDAP handling * [MOD] Code refactoring nuxsmin 2018-09-09 19:34:24 +02:00
  • 84adb8e81d * [FIX] Fixed preferences saving behavior. Thanks to @vmario89 for the notice. Closes #1035 nuxsmin 2018-09-09 14:36:16 +02:00
  • 4270f63414 * [ADD] Added additional filtering fields for LDAP groupmembership. Related #937 #1020 * [MOD] Improved LDAP handling * [MOD] Code refactoring nuxsmin 2018-09-09 14:12:30 +02:00
  • 5a06ca3b26 * [ADD] Added password preset for accounts password validation * [MOD] Code refactoring 3.0.0.18090201-beta nuxsmin 2018-09-02 21:05:03 +02:00
  • beb9af7e80 * [MOD] Moved ItemPreset objects to their own directory nuxsmin 2018-09-02 09:54:34 +02:00
  • 549fbce589 * [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 nuxsmin 2018-09-01 22:42:16 +02:00
  • 857f1c6a17 Merge pull request #1020 from deajan/patch-1 RubénD 2018-09-01 21:54:53 +02:00
  • 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 nuxsmin 2018-09-01 21:38:42 +02:00
  • 6664a50329 * [ADD] New preset option for private accounts. * [MOD] Code refactoring. nuxsmin 2018-08-31 02:05:10 +02:00
  • 3e43d6ec28 * [ADD] New preset option for private accounts. * [MOD] Code refactoring. nuxsmin 2018-08-31 01:49:43 +02:00
  • 42471b4680 * [MOD] Plugins module icon is now on main menu * [MOD] Code refactoring nuxsmin 2018-08-31 00:11:55 +02:00
  • b106ae6892 * [MOD] Strings fixed nuxsmin 2018-08-30 22:55:03 +02:00
  • ade40e2622 * [MOD] Strings fixed nuxsmin 2018-08-30 16:25:33 +02:00
  • 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 nuxsmin 2018-08-30 16:19:18 +02:00
  • 7ceb3afe56 * [ADD] Added default permissions for accounts based on user, group and profiles. * [MOD] Updated translations * [MOD] Code refactoring nuxsmin 2018-08-30 02:02:12 +02:00
  • 1b37423909 * [ADD] Added default permissions for accounts based on user, group and profiles. * [MOD] Updated translations * [MOD] Code refactoring nuxsmin 2018-08-30 01:53:22 +02:00
  • cd10389100 * [ADD] Added default permissions for accounts based on user, group and profiles. * [MOD] Updated translations * [MOD] Code refactoring nuxsmin 2018-08-30 01:41:57 +02:00
  • 7a938b677b * [MOD] Sort displaying of events in select nuxsmin 2018-08-28 13:03:15 +02:00
  • 7fcb8aa733 * [FIX] Wrong type casting on API parameter nuxsmin 2018-08-28 02:49:43 +02:00
  • 5f7f3072e4 * [MOD] Updated German translation. Thanks to @vmario89 for his contribution. Related #1017 3.0.0.18082801-beta nuxsmin 2018-08-28 01:46:46 +02:00
  • 647bee046f * [FIX] Fixed untranslated strings on some messages. Thanks to @vmario89 for the notice. Related #1017 nuxsmin 2018-08-28 01:38:27 +02:00
  • 18c87cae08 * [FIX] Fixed wrong behavior when creating a new user and set force password change. Thanks to @vmario89 for the notice. Closes #1025 nuxsmin 2018-08-28 01:31:22 +02:00
  • 377bf6f366 * [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 nuxsmin 2018-08-28 01:22:09 +02:00
  • 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 nuxsmin 2018-08-28 01:16:40 +02:00
  • 02815f9d3c * [ADD] Added API method for updating account's password. Related #1004 * [ADD] Added API method for updating account. Related #1004 * [MOD] Improved API return messages * [MOD] Code refactoring nuxsmin 2018-08-28 00:37:40 +02:00
  • 330e85fc07 * [ADD] Unit testing. Work in progress * [ADD] Integration tests for API module. Work in progress * [MOD] Code refactoring 3.0.0.18082701-beta nuxsmin 2018-08-27 11:06:07 +02:00
  • a2e7505097 Allow standard LDAP to map userPrincipalName as user login Orsiris de Jong 2018-08-24 14:12:14 +02:00
  • 8454794d9f Allow MsADS to use other user logins than samAccountName Orsiris de Jong 2018-08-24 14:09:39 +02:00
  • 3d437d8348 * [FIX] Wrong behavior when returning controller's method result * [MOD] Code refactoring nuxsmin 2018-08-22 20:26:34 +02:00
  • b2687c58a6 * [FIX] Wrong behavior when returning controller's method result * [MOD] Code refactoring nuxsmin 2018-08-22 20:22:50 +02:00
  • 3c78910569 * [ADD] Unit testing. Work in progress * [MOD] Code refactoring 3.0.0.18081002-beta nuxsmin 2018-08-11 09:46:36 +02:00
  • 09ea81dbef * [MOD] Improved initialization nuxsmin 2018-08-11 08:17:44 +02:00
  • 7158aff6c6 * [MOD] Improved initialization nuxsmin 2018-08-10 22:53:57 +02:00
  • ca23387e06 * [FIX] Fixed issue when installing sysPass. Database connection data was not updated. 3.0.0.18081001-beta nuxsmin 2018-08-10 12:15:41 +02:00