aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-03-084-2/+8
|
* Apply text input styling to 'tel' inputs tooChristoph Wurst2017-03-071-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2017-03-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-03-044-0/+758
|
* [tx-robot] updated from transifexNextcloud bot2017-03-032-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0214-0/+0
|
* [tx-robot] updated from transifexNextcloud bot2017-03-016-2/+44
|
* Merge pull request #3643 from nextcloud/replace-deprecated-tipsyLukas Reschke2017-02-282-8/+8
|\ | | | | Replace deprecated $.tipsy(...) by $.tooltip(...)
| * Replace deprecated $.tipsy(...) by $.tooltip(...)Christoph Wurst2017-02-272-8/+8
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #3635 from individual-it/fix_quota_validationMorris Jobke2017-02-282-12/+34
|\ \ | | | | | | better quota validation
| * | make values with white spaces possibleArtur Neumann2017-02-282-1/+8
| | | | | | | | | | | | | | | | | | a user might enter values with white spaces, and that should be possible and valid Signed-off-by: Artur Neumann <info@individual-it.net>
| * | better quota validationArtur Neumann2017-02-282-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+2
| |/ |/|
* | Merge pull request #3618 from nextcloud/fix-install-page-warningRoeland Jago Douma2017-02-271-5/+0
|\ \ | | | | | | Remove not needed rule for .warning
| * | Remove not needed rule for .warningMorris Jobke2017-02-241-5/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-02-274-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-02-2612-0/+12
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-02-258-8/+70
| | |
* | | Merge pull request #3489 from nextcloud/give-hint-about-opcacheMorris Jobke2017-02-242-0/+49
|\ \ \ | |/ / |/| | Show info in admin settings about PHP opcache if disabled
| * | Show info in admin settings about PHP opcache if disabledMorris Jobke2017-02-222-0/+49
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #3603 from nextcloud/update-iconJoas Schilling2017-02-241-1/+4
|\ \ \ | | | | | | | | Bring back checkmark icon on successful update
| * | | Bring back checkmark icon on successful updateMorris Jobke2017-02-241-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #3605 from nextcloud/single-userJoas Schilling2017-02-244-102/+22
|\ \ \ \ | | | | | | | | | | Clean up single user mode
| * | | | Clean up single user modeMorris Jobke2017-02-224-102/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-02-2420-2/+44
| |/ / / |/| | |
* | | | Merge pull request #2602 from ↵Lukas Reschke2017-02-231-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/resize-the-controls-after-the-sidebar-slided-in Increase debounce time to make sure controls are resized after the sidebar disappeared
| * | | Increase debounce time to make sure controls are resized after the sidebar ↵Marius Blüm2017-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | disappeared Signed-off-by: Marius Blüm <marius@lineone.io>
* | | | [tx-robot] updated from transifexNextcloud bot2017-02-236-4/+14
| | | |
* | | | Merge pull request #3567 from nextcloud/autocomplete-settingsBjörn Schießle2017-02-222-8/+52
|\ \ \ \ | | | | | | | | | | some sharing settings
| * | | | fix typoBjoern Schiessle2017-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | Use intval() for validation of config optionsMorris Jobke2017-02-211-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Improve the UX for sharing settingsMorris Jobke2017-02-212-8/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * shows a info when list is potentially truncated * shows a warning when characters length is not enough Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-02-222-6/+6
| | | | |
* | | | | Merge pull request #3568 from nextcloud/fix-pdfviewer-marginMorris Jobke2017-02-211-0/+1
|\ \ \ \ \ | | | | | | | | | | | | fix bottom margin of shared pdfviewer links
| * | | | | fix bottom margin of shared pdfviewer linksJan-Christoph Borchardt2017-02-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-02-214-2/+36
| | | | | |
* | | | | | Fix thumbnail size of search resultsMorris Jobke2017-02-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #3466 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #3257 from nextcloud/updated-guest-checkboxesLukas Reschke2017-02-201-57/+52
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix checkboxes on login
| * | | | | Fix checkboxes on loginJohn Molakvoæ (skjnldsv)2017-02-151-57/+52
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-02-172-0/+744
| | | | |
* | | | | Merge pull request #2287 from nextcloud/registrationEmailJohn Molakvoæ2017-02-161-0/+5
|\ \ \ \ \ | | | | | | | | | | | | Send password/activation link to new user
| * | | | | Fix setup issue and refine error messagesMorris Jobke2017-02-151-0/+5
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #2606 from temparus/masterblizzz2017-02-151-0/+7
|\ \ \ \ \ | |/ / / / |/| | | | Add preLoginValidation hook
| * | | | Update license headerSandro Lutz2017-02-071-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | | Merge remote-tracking branch 'nextcloud/master'Sandro Lutz2017-02-07146-4627/+9122
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | | | Add missing use statement for PublicEmitterSandro Lutz2017-02-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | | | Fix typo for UserManager variableSandro Lutz2017-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | | | Add check if UserManager is of type PublicEmitter before calling preLogin hookSandro Lutz2017-02-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | | | Change where preLogin hook gets calledSandro Lutz2017-02-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
| * | | | | Remove preLoginValidation hookSandro Lutz2017-02-011-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>