1672 Commits

Author SHA1 Message Date
magcho
8715b73502 [fix] 新規アカウント作成画面の翻訳を修正 2020-09-20 22:11:10 +09:00
magcho
b5b1bc0f0c [updte] source text 2020-09-20 21:59:16 +09:00
magcho
60228041ce [fix] 翻訳修正 2020-09-20 18:37:24 +09:00
magcho
b8d319e4da [fix] 新規アカウント作成ページの翻訳を修正 2020-09-13 16:31:00 +09:00
magcho
830810de66 [fix] 「検索」の翻訳修正 2020-09-13 16:18:00 +09:00
magcho
af5a283b65 [update] application translation 2020-09-13 00:54:39 +09:00
magcho
87680fb681 [WIP] translation sysPass application 2020-09-12 20:43:49 +09:00
magcho
9aeb14916b [WIP] update sysPass application translate to Japanese 2020-09-09 22:34:11 +09:00
magcho
6d5fdf4cd9 [init] clear and reset translation file 2020-09-08 01:55:59 +09:00
magcho
a802a74cbf [init] translation for Japanese 2020-09-06 12:33:00 +09:00
Rubén D
ad90b707bf * [FIX] Skip direct link on new account
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-06-29 00:52:09 +02: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
9d6509e386 * [ADD] Allow to disable database fallback when using LDAP auth. Closes #1518. Thank to @itpro-tips for the feedback.
* [MOD] Improved authentication workflow.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-06-29 00:25:13 +02:00
Rubén D
d310a10ba0 * [MOD] Merge v3.1 changes
* [ADD] Use custom ldap attributes for users or groups
* [ADD] Use custom ldap filter for users or groups lookup
* [MOD] Improved internal config handling by using an array instead of class properties

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-06-28 19:38:06 +02:00
Rubén D
563b275b23 Merge remote-tracking branch 'origin/v3.2' into v3.2 2020-06-28 19:17:29 +02:00
RubénD
35258d51bc [MOD] Merge pull request #1563 from solhuebner/patch-1
Align special with KeePass special+brackets
2020-06-24 19:23:43 +02:00
Sol Huebner
ecd2e1394e Align special with KeePass special+brackets
Fixes #1556 Special characters in generated passwords
2020-06-16 13:46:47 -04:00
Rubén D
cd9dd167bd * [MOD] Merge v3.1 changes
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-03-11 19:34:54 +01:00
Rubén D
8f78ad5b35 * [FIX] Wrong version constraint for doctrine packages
Signed-off-by: Rubén D <nuxsmin@syspass.org>
3.1.2.20030701
2020-03-07 19:02:13 +01:00
Rubén D
97417de1fb * [FIX] Wrong version constraint for doctrine packages
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-03-07 18:15:08 +01:00
Rubén D
c03d779894 * [MOD] Bump version patch and build number
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-03-07 17:52:39 +01:00
Rubén D
f3e01eee9d * [MOD] Enforce LDAP schema in ldap_connect function. Skip ldap_connect signature using port because it's deprecated
* [ADD] LDAP params tests

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-03-07 17:49:15 +01:00
Rubén D
978eca80d2 * [MOD] Include custom fields in API response using adapters
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-03-07 12:01:44 +01: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
496a3e95f4 * [FIX] Avoid warning message on non-existing plugins directory
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-01-08 18:19:47 +01:00
Rubén D
52086a2a2e * [ADD] Use phpdotenv for loading variables from environment files
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-01-08 14:04:46 +01:00
Rubén D
a07318fa8c * [ADD] Use phpdotenv for loading variables from environment files
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-01-08 14:02:02 +01:00
Rubén D
342bcab99e * [ADD] Use phpdotenv for loading variables from environment files
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2020-01-08 14:00:30 +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
b7da69de79 Merge branch 'master' into v3.2
# Conflicts:
#	lib/SP/Services/Export/XmlExportService.php
#	lib/SP/Services/Import/SyspassImport.php
2020-01-06 13:10:27 +01:00
Rubén D
749a45fd0a * [FIX] Do not allow deleting Plugins from the UI. Thanks to @yawnbros for the feedback.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-12-21 11:30:54 +01:00
Rubén D
a299760683 * [FIX] Wrong behavior when viewing PDF files. Thanks to @m-shirokov for the notice. Closes #1501
* [MOD] Minor code tweaks

Signed-off-by: Rubén D <nuxsmin@syspass.org>
3.1.1.19121601
2019-12-16 00:40:02 +01:00
nuxsmin
133839ec3b * [MOD] Improve export workflow and skip encoding encrypted data into base64
* [MOD] Allow importing from v3.2 exported XML files

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-12-15 21:15:08 +01:00
Rubén D
54e84f17cf * [FIX] Wrong behavior when displaying account notes tooltip with multiple lines. Thanks to @MagikEh for the feedback. Closes #1432
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-08-23 00:15:19 +02:00
Rubén D
945ee6d307 * [FIX] Wrong behavior when upgrading from v3.0. Thanks to @Envikia for the feedback. Related #1401
* [MOD] Improved error code when an unknown API token is used. Thanks to @matejzero for the feedback. Closes #1429
* [FIX] Wrong behavior when changing master password and there aren't any accounts for processing. Thanks to @matejzero for the feedback. Closes #1430

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-08-21 23:51:32 +02:00
Rubén D
5503dd8de5 * [FIX] Wrong behavior when upgrading from v3.0. Thanks to @Envikia for the feedback. Related #1401
* [MOD] Improved error code when an unknown API token is used. Thanks to @matejzero for the feedback. Closes #1429
* [FIX] Wrong behavior when changing master password and there aren't any accounts for processing. Thanks to @matejzero for the feedback. Closes #1430

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-08-21 23:50:19 +02:00
Rubén D
5eaaac4659 * [MOD] Skip ext-xdebug from composer required extensions
* [MOD] Added PHP 7.3 to composer version matrix

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-08-20 19:43:16 +02:00
Rubén D
60595a3d84 Merge branch 'v3.1' 3.1.0.19081801 2019-08-18 22:31:58 +02:00
Rubén D
bb4ee3c7b6 * [MOD] Update MariaDB version on Travis CI
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-08-18 22:28:22 +02:00
Rubén D
8a01307d33 * [MOD] Travis CI
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-08-18 22:18:14 +02:00
Rubén D
ceab42987e * [FIX] Wrong CSV MIME type
* [MOD] Added CSV MIME type
* [MOD] Updated composer lock file
* [MOD] Bump to v3.1

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-08-18 22:02:58 +02:00
Rubén D
6b9637e881 * [MOD] Update Readme. Thanks to @andrucha97 for the notice.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-07-21 00:45:27 +02:00
RubénD
842f1631a9 Merge pull request #1361 from pakud/patch-1
* [MOD] Update INSTALL. Thanks to @pakud
2019-07-21 00:33:36 +02:00
RubénD
535d7abcbf Merge pull request #1385 from mluchkin/master
* [FIX] russian language in search. Thanks to @mluchkin
2019-07-21 00:32:30 +02:00
Rubén D
29b56c5e35 * [MOD] Update version & build number
Signed-off-by: Rubén D <nuxsmin@syspass.org>
3.1.0.19072001-rc5
2019-07-20 23:41:15 +02:00
Rubén D
3f79d69336 * [FIX] Wrong URL when application URL setting is set. Thanks to @kalxasus for the notice. Closes #1395
* [MOD] Update Authenticator version in composer.json

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-07-20 23:30:47 +02:00
Rubén D
da9dc6f3ab * [FIX] LDAP group filter wasn't applied when importing. Thanks to @twindscheif for the notice. Closes #1390
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-07-20 22:00:47 +02:00
Rubén D
98a68f47c5 * [FIX] Client custom fields were not created/saved. Thanks to @ZUNbado and @sf32738 for the notice. Closes #1375
* [MOD] Minor code tweaks

Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-07-20 21:44:04 +02:00
Rubén D
b5559b52eb * [FIX] Skip over initialization when upgrade is needed. Thanks to @Envikia and @alexseys for the notice. Closes #1355
Signed-off-by: Rubén D <nuxsmin@syspass.org>
2019-07-20 20:51:28 +02:00
Mluchkin
5811680c38 fix russian language 2019-07-05 15:33:03 +03:00