summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-03-0912-2/+106
|
* Merge pull request #3671 from nextcloud/1070-user-management-no-resultsJoas Schilling2017-03-072-0/+25
|\ | | | | FIX: Add feedback on user settings when no results
| * clean search when new user is addedgiorgia2017-03-032-7/+18
| | | | | | | | Signed-off-by: giorgia <g.sambrotta@gmail.com>
| * add emptycontent div, show/hide emptycontent div, fix #1070giorgia2017-03-032-0/+14
| | | | | | | | Signed-off-by: giorgia <g.sambrotta@gmail.com>
* | Avatar button layout improvementsMorris Jobke2017-03-061-1/+8
| | | | | | | | | | | | * fixes #3736 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-03-072-0/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-062-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-044-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2017-03-038-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0222-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0240-40/+0
|
* [tx-robot] updated from transifexNextcloud bot2017-03-014-12/+12
|
* Merge pull request #3635 from individual-it/fix_quota_validationMorris Jobke2017-02-281-1/+1
|\ | | | | better quota validation
| * better quota validationArtur Neumann2017-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | this fixes #3634 1. fixed computerFileSize to be more picky about incorrect values 2. more tests for computerFileSize 3. use computerFileSize to validate user quota Signed-off-by: Artur Neumann <info@individual-it.net>
* | [tx-robot] updated from transifexNextcloud bot2017-02-282-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-274-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-2518-6/+30
| |
* | Merge pull request #3489 from nextcloud/give-hint-about-opcacheMorris Jobke2017-02-241-0/+39
|\ \ | | | | | | Show info in admin settings about PHP opcache if disabled
| * | Show info in admin settings about PHP opcache if disabledMorris Jobke2017-02-221-0/+39
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-02-2448-46/+286
| | |
* | | Merge pull request #3590 from individual-it/correct_text_when_disabling_appLukas Reschke2017-02-231-1/+2
|\ \ \ | | | | | | | | show correct text when disabling App
| * | | show correct text when disabling App Artur Neumann2017-02-231-1/+2
| | |/ | |/| | | | | | | | | | | | | | | | during the process of disabling an App the button would show "Enabling app …" This is corrected by this patch Signed-off-by: Artur Neumann <info@individual-it.net>
* | | [tx-robot] updated from transifexNextcloud bot2017-02-2368-72/+98
| | |
* | | detail wording: password reset instead of recoveryJan-Christoph Borchardt2017-02-221-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2017-02-226-4/+16
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-02-214-4/+108
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-02-202-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-02-1816-20/+124
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-02-172-2/+4
| | |
* | | Merge pull request #2287 from nextcloud/registrationEmailJohn Molakvoæ2017-02-163-5/+57
|\ \ \ | | | | | | | | Send password/activation link to new user
| * | | add unit testsMorris Jobke2017-02-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Add l10nRoeland Jago Douma2017-02-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix setup issue and refine error messagesMorris Jobke2017-02-154-32/+20
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | add setting for "send password link"tobiasKaminsky2017-02-154-18/+51
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | send email to new user with password forgotten link to create own passwordtobiasKaminsky2017-02-151-4/+35
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / | [tx-robot] updated from transifexNextcloud bot2017-02-162-0/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-02-154-4/+84
| |
* | Merge pull request #3472 from nextcloud/enable-avatars-alwaysMorris Jobke2017-02-146-27/+13
|\ \ | | | | | | Always enable avatars
| * | Always enable avatarsMorris Jobke2017-02-136-27/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-02-144-2/+90
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-02-132-2/+82
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-122-0/+102
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-1156-86/+126
| |
* | Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-02-092-2/+206
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-084-0/+52
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-076-4/+154
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-054-0/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-032-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-024-2/+4
| |