summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-136-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-03-124-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-03-116-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1012-64/+116
|
* [tx-robot] updated from transifexNextcloud bot2018-03-0954-286/+88
|
* [tx-robot] updated from transifexNextcloud bot2018-03-092-4/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-03-06120-244/+260
|
* [tx-robot] updated from transifexNextcloud bot2018-03-052-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-03-048-48/+114
|
* [tx-robot] updated from transifexNextcloud bot2018-03-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-02140-268/+382
|
* [tx-robot] updated from transifexNextcloud bot2018-03-01158-922/+940
|
* [tx-robot] updated from transifexNextcloud bot2018-02-2818-38/+72
|
* [tx-robot] updated from transifexNextcloud bot2018-02-272-2/+20
|
* Merge pull request #8520 from nextcloud/stable12-8507Roeland Jago Douma2018-02-241-5/+1
|\ | | | | Add some whitespace around change.svg icon (stable12)
| * Add some whitespace around change.svg icon (stable12)Marin Treselj2018-02-231-5/+1
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-244-2/+174
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-234-10/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-02-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-202-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-02-192-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-02-174-0/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-02-168-6/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-02-146-6/+342
|
* [tx-robot] updated from transifexNextcloud bot2018-02-144-2/+128
|
* [tx-robot] updated from transifexNextcloud bot2018-02-134-0/+72
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1284-12/+8946
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0974-8734/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-02-09120-124/+132
|
* Remove invalid link to documentationMorris Jobke2018-02-081-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-02-082-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0718-18/+54
|
* [tx-robot] updated from transifexNextcloud bot2018-02-074-2/+102
|
* [tx-robot] updated from transifexNextcloud bot2018-02-064-24/+162
|
* [tx-robot] updated from transifexNextcloud bot2018-02-044-6/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0316-50/+562
|
* [tx-robot] updated from transifexNextcloud bot2018-02-026-6/+200
|
* [tx-robot] updated from transifexNextcloud bot2018-02-01164-8748/+164
|
* [tx-robot] updated from transifexNextcloud bot2018-01-292-46/+46
|
* Merge pull request #7797 from ↵Morris Jobke2018-01-241-0/+1
|\ | | | | | | | | nextcloud/stable12-7709-fix-password-displayed-as-username-in-password-manager [stable12] Fix password displayed as username in Firefox password manager dialog
| * Add strengthify bar after plain text input clone of password inputDaniel Calviño Sánchez2018-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To show the password in plain text "showPassword" adds a text input after the password input and swaps their visibility depending on whether the password has to be shown in plain text or not. In a similar way, "strengthify" by default adds the strength bar after the input element it was called on. Due to this, if "showPassword" is called before "strengthify" on the same password input then the strength bar ends between the password input and the text input, and when the text input is shown it appears below the strength bar. To fix this now the strength bar is added after the text input in those places in which "strengthify" was called after "showPassword" on the same element. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #8006 from nextcloud/stable12-7292Morris Jobke2018-01-241-3/+3
|\ \ | | | | | | [stable12] Fix #4789: Group admins cannot see disabled users
| * | Fix #4789: Group admins cannot see disabled usersNeraste2018-01-231-3/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-232-0/+14
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-01-172-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-156-6/+20
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-142-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-122-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2018-01-102-0/+12
|
* Properly catch InvalidTokenException for better error responseMorris Jobke2018-01-091-1/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>