nuxsmin
8b46c83c48
Merge pull request #227 from sgrund/master
...
* [MOD] gitignore and skip DB admin password in installer
2016-06-09 13:40:29 +02:00
Sebastian Grund
a8da2963e8
removed required field for database password in installer script.
...
So, installation can be done if no password is set for the database user.
2016-06-08 22:44:13 +02:00
Sebastian Grund
9df3981e61
added gitignore file
2016-06-08 22:42:59 +02:00
nuxsmin
6fca361851
* [FIX] Minor bugfixes
...
* [ADD] Added temp master password counter (mas 100 attempts)
2016-05-04 08:25:54 +02:00
nuxsmin
2654816fbf
* [FIX] Fixed issue when paging accounts when sort key was set.
2016-05-04 01:01:51 +02:00
nuxsmin
d857e2d8b8
* [FIX] Closes #204 . Fixed LDAP group search when ADS is set. Thanks to @vplanas
2016-05-04 00:50:35 +02:00
nuxsmin
e561695126
* [ADD] Add styles css minimized version
2016-05-04 00:41:27 +02:00
nuxsmin
131083e00f
* [FIX] Closes #196 . Fixed textarea element name. Thanks to @joeg1484 and @st3reo
...
* [FIX] Improved installer when database is located in another host.
2016-05-04 00:40:17 +02:00
nuxsmin
2233f25416
* [MOD] Updated changelog.
1.2.0.11
2016-02-06 07:07:46 +01:00
nuxsmin
03a0871371
* [MOD] Modified logout behavior to prevent login for two times. Related #189
2016-02-06 06:59:14 +01:00
nuxsmin
9c51b42909
* [MOD] Updated German translation. Thanks to @CyrosX
2016-02-06 06:41:16 +01:00
nuxsmin
9f515031f8
* [FIX] #198 , #166 . Put a delay between search requests to not fill the keybinding API very quickly. Thanks to @alexanderbuhler
2016-02-06 06:32:18 +01:00
nuxsmin
6242b05c9d
Merge remote-tracking branch 'origin/master'
2016-02-06 06:16:05 +01:00
nuxsmin
7822733ed1
* [FIX] Fixes #199 . When doing 2FA login, the user's preferences weren't loaded
2016-02-06 06:15:45 +01:00
nuxsmin
3fa8e5a872
* [FIX] #166 . Fixed error when searching for numbers or ip addresses.
2016-01-11 16:30:36 +01:00
nuxsmin
8e86d755be
* [FIX] Fixes #185.Thanks to @bitking
...
* [FIX] Fixes #186 . Thanks to @wagnst
* [FIX] Related #189 . Login not done for the fisrt time randomly.
2016-01-05 10:04:26 +01:00
nuxsmin
19309c05cc
* [FIX] Fixed issue when importing accounts from CSV/XML. Form fields were not fully sent.
2015-12-28 02:29:35 +01:00
nuxsmin
35e8cd985c
* [MOD] Minor tweaks.
1.2.0.10
2015-12-26 13:23:14 +01:00
nuxsmin
6ce7adefc9
* [MOD] Improved login when the webserver auth is used. Related #180
2015-12-24 13:22:06 +01:00
nuxsmin
03c7ebe0a1
* [MOD] Updated Russian translation. Thanks to @TitovLab
2015-12-22 21:16:41 +01:00
nuxsmin
616803529e
* [MOD] Version update
2015-12-22 21:09:33 +01:00
nuxsmin
9274f1a7d8
* [FIX] Fixes #180 . Checking user id instead login when using webserver auth. Thanks to @TitovLab
2015-12-22 21:02:15 +01:00
nuxsmin
0dd274d6a6
* [FIX] Fixes #170 . Integer casting for boolean values on users management. Thanks to @maseht
2015-12-22 20:44:28 +01:00
nuxsmin
31c09a97b3
* [FIX] Fixes #175 . Fixed multibyte string truncation issue. Thanks to @TitovLab
2015-12-22 20:25:25 +01:00
nuxsmin
4243de6292
* [FIX] Fixes #182 . Fixed password custom field double encryption. Thanks to @vvascautan
2015-12-22 20:22:34 +01:00
nuxsmin
f3e6590ae9
* [FIX] Fixes #175 . Fixed multibyte string truncation issue. Thanks to @TitovLab
2015-12-13 19:29:57 +01:00
nuxsmin
1848e29ad7
Merge remote-tracking branch 'origin/master'
1.2.0.09
2015-12-13 12:07:01 +01:00
nuxsmin
49e0580157
* [MOD] Updated French translation. Thanks to @Cyril
...
* [MOD] Updated version build number.
2015-12-13 12:06:41 +01:00
nuxsmin
024aaac889
* [FIX] Fixes #178 . Update accounts' history master password hash when upgrading from previous versions. Thanks to @TitovLab
...
* [MOD] Modified account history select box behavior when account id matches history id.
2015-12-13 11:05:22 +01:00
nuxsmin
225351bb75
* [FIX] Fixes #177 . Fixed javascript translation in complexity dialog. Thanks to @TitovLab
2015-12-13 09:44:21 +01:00
nuxsmin
68329ba760
* [ADD] Closes #173 . Added Russian translation. Thanks to @TitovLab
...
* [FIX] Fixes #176 . Upload files rewritten to fix issue with UTF8 strings. Removed FileDrop JQuery plugin . Thanks to @TitovLab
* [FIX] Closes #174 . Fixed css to fit to card layout.
* [FIX] Fixes #171 . Set maximum uplodaded file sizes as set in accounts config. Thanks to @cgarciaarano
2015-12-13 09:35:10 +01:00
nuxsmin
8f2b1500b4
* [ADD] Closes #179 . Added Russian translation. Thanks to @TitovLab
2015-12-12 08:32:29 +01:00
nuxsmin
b024031603
* [FIX] Fixes #168 . Fixed tooltip showing in classic theme. Thanks to @gabrielsoltz
2015-12-12 08:20:04 +01:00
nuxsmin
d496179544
* [FIX] Fixes #169 . Fixed path and directory separators to be system independent. Thanks to @stawiu
2015-12-12 07:50:54 +01:00
nuxsmin
f867611421
* [FIX] Fixes #166 . Fixed number parsing by request analyzer. Thanks to @gabrielsoltz and @GastonLex
2015-12-12 07:46:56 +01:00
nuxsmin
6f44f8ceb7
Typo on query
...
[FIX] Fixed typo on upgrade query to version 1.1.2.20. Related #165
2015-11-05 13:52:38 +01:00
nuxsmin
d6fbb7f188
* [FIX] Fixes #163 . Copy to clipboard action not shown when show optional actions preference is set.
2015-11-01 11:50:04 +01:00
nuxsmin
af1ab98777
* [MOD] Enable LDAP debug mode if global debug mode has been enabled. Related #156
2015-10-27 20:17:59 +01:00
nuxsmin
abc8d65f71
* [FIX] Fixed issue when importing accounts from CSV file. Fixes #160 . Thanks to @basil-twisleton
2015-10-26 19:34:39 +01:00
nuxsmin
50ea4e0f28
* [FIX] Fixed issue on copy password to clipboard on Chrome browser. Related #140 . Thanks to @basil-twisleton
...
* [FIX] Fixed English translation. Related #140.Thanks to @basil-twisleton
* [FIX] Fixed displaying required field when it is a select tag. Related #140.Thanks to @basil-twisleton
* [FIX] Fixed issue when adding an user from LDAP when no group/profile is set (disabled by default). Fixes #157
* [MOD] Modified behavior when adding a new customer from account page. Related #140.Thanks to @basil-twisleton
* [MOD] Updated German translation. Thanks to @wagnst
1.2.0.08
2015-10-26 00:31:23 +01:00
nuxsmin
9451281fee
* [FIX] Fixed issue when searching an user groupmembership to access to an account. Thanks to @basil-twisleton
...
* [FIX] Closes #157 . Fixed issue when adding LDAP users that don't have any default group/profile set, they are disabled. Thanks to @CyrosX
* [FIX] Closes #154 . Modified a string in the ldap template. Thanks to @tsener
* [MOD] Changed default behavior when creating a new account. Now a blank form is displayed. Thanks to @basil-twisleton
* [MOD] Closes #155 . Extensions cannot contain other characters than "A-Z", "0-9", "_" and "-". Thanks to @tsener
1.2.0.07
2015-10-22 22:57:23 +02:00
nuxsmin
adb5d06c41
* [MOD] Updated catalan translation. Thanks to @ferrergl
2015-10-15 22:45:25 +02:00
nuxsmin
f16281b583
* [MOD Language translation issue with some strings in classic theme. Closes #149
2015-10-15 22:27:23 +02:00
nuxsmin
e4539e30cc
* [MOD Debug off
1.2.0.06
2015-10-15 15:18:58 +02:00
nuxsmin
0c031de9fe
* [ADD] New language translation to Catalan. Thanks to @ferrergl
...
* [ADD] Added some user preferences like show optional actions and top navigation bar.
* [MOD] Updated German translation. Thanks to @wagnst and @ffflorian
* [MOD] Updated French translation. Thanks to jmrh, grandpas29 and julien
* [MOD] Fallback to plain passwords on forms when PKI is not available. It does not affect to the accounts.
* [FIX] Fixed language strings. Closes #147
* [FIX] Fixed master password changing issue that fails when no custom fields are defined.
* [FIX] Fixed redirection from 2FA page after login.
* [FIX] Fixed account main group saving.
2015-10-15 15:17:05 +02:00
nuxsmin
180ce5942f
* [ADD] Page reloading detection to read the config again.
...
* [MOD] Add some error reporting on installation process.
* [MOD] Resized the main page sysPass logo.
2015-10-12 12:42:18 +02:00
nuxsmin
6e2c461d72
* [FIX] Fixed issue with master pass hash after upgrading from 1.1. WARNING: the accounts encryption have not changed, only the master pass hash that is used to verify the correct password.
1.2.0.05-rc5
2015-10-10 14:00:37 +02:00
nuxsmin
eea8c1885e
* [ADD] New user preference to set a new navigation bar on top of search results. Closes #86
2015-10-09 00:29:16 +02:00
nuxsmin
d039ac69b3
Update description
2015-10-07 02:24:00 +02:00
nuxsmin
c1470bfd84
Added logo and screenshot
2015-10-07 02:00:58 +02:00