summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-03-1646-46/+0
|
* Merge pull request #3848 from nextcloud/remove-single-quotes-around-search-queryRoeland Jago Douma2017-03-151-3/+3
|\ | | | | Remove single quotes around search query like in user search
| * Remove single quotes around search query like in user searchJoas Schilling2017-03-151-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-03-154-66/+66
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-144-180/+230
| |
* | Remove the double password confirmation on changing cronJoas Schilling2017-03-131-0/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-03-136-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-03-122-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-03-116-76/+138
|
* Fix login page, because only guest.css is loaded nowMorris Jobke2017-03-101-0/+13
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-03-102-82/+106
|
* Add more styles to the server.scssMorris Jobke2017-03-095-0/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [PoC] combine 2 scss files!Roeland Jago Douma2017-03-091-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [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>