summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused import statementsMorris Jobke2018-02-1414-27/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-02-1316-4/+2780
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1210-6/+142
|
* [tx-robot] updated from transifexNextcloud bot2018-02-092-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-094-8/+20
|
* Merge pull request #8214 from axllent/referrer-fixJoas Schilling2018-02-083-3/+3
|\ | | | | Block referrer information with "no-referrer"
| * Referrer fix (no-referrer)Ralph Slooten2018-02-083-3/+3
| | | | | | | | | | | | | | Blocking referrer information should be done with "no-referrer" and not "never". See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy Signed-off-by: Ralph Slooten <axllent@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-082-2/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-076-4/+72
|
* Merge pull request #8165 from nextcloud/jquery-ui-missing-imgMorris Jobke2018-02-051-0/+1
|\ | | | | Remove jquery ui background image
| * Remove jquery ui background imageJulius Härtl2018-02-031-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-02-052-2/+28
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-0314-14/+398
|
* [tx-robot] updated from transifexNextcloud bot2018-02-028-8/+132
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0116-0/+4402
|
* [tx-robot] updated from transifexNextcloud bot2018-02-01114-12652/+104
|
* [tx-robot] updated from transifexNextcloud bot2018-02-012-0/+2
|
* Fixed app navigation flex marginsJohn Molakvoæ (skjnldsv)2018-01-311-26/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #8096 from ↵Roeland Jago Douma2018-01-311-0/+52
|\ | | | | | | | | nextcloud/feature/6382/do-not-cache-settings-in-db-anymore Do not cache the settings/sections in the database anymore
| * Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-0/+52
| | | | | | | | | | | | | | This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-01-312-2/+2
| |
* | Update core.jsRoeland Jago Douma2018-01-291-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump clipboardjsRoeland Jago Douma2018-01-292-7/+7
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-01-294-46/+48
|
* Merge pull request #8076 from nextcloud/bump_autosizeMorris Jobke2018-01-273-9/+9
|\ | | | | [js] Bump autosize
| * Regenerate core.jsRoeland Jago Douma2018-01-261-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Bump autosize to 4.0.0Roeland Jago Douma2018-01-262-7/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8079 from ↵Roeland Jago Douma2018-01-279-10/+10
|\ \ | | | | | | | | | | | | nextcloud/remove-unneeded-semicolon-and-parentheses Remove unneeded semicolon and parentheses
| * | Remove unneeded semicolon and parenthesesMorris Jobke2018-01-269-10/+10
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2018-01-2710-0/+14
|/
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-261-2/+1
|\ | | | | Return value immediately instead of assigning to a one-time variable
| * Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8057 from nextcloud/unneeded-implementsRoeland Jago Douma2018-01-261-1/+1
|\ \ | | | | | | Implements are not needed because they are already done by base class
| * | Implements are not needed because they are already done by base classMorris Jobke2018-01-251-1/+1
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2018-01-264-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2018-01-2516-2/+40
|
* Removed additional and uneccessary request on password reset, to fix ↵Luca Adrian Lindhorst2018-01-241-8/+1
| | | | | | redirection afterwards. Signed-off-by: Luca Adrian Lindhorst <info@lucalindhorst.de>
* Add preview endpoint for the fileidRoeland Jago Douma2018-01-242-15/+76
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-24112-116/+122
|
* Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-231-0/+4
|\ | | | | Properly log the full exception instead of only the message
| * Properly log the full exception instead of only the messageMorris Jobke2018-01-231-0/+4
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7971 from nextcloud/comradekingu-patch-1Morris Jobke2018-01-232-2/+2
|\ \ | | | | | | Spelling: There was an error loading → could not load
| * | There was an error loading → Could not loadAllan Nordhøy2018-01-201-1/+1
| | |
| * | There was an error loading → could not loadAllan Nordhøy2018-01-201-1/+1
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-01-234-2/+56
| | |
* | | Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-222-2/+3
|\ \ \ | |_|/ |/| | Refactor method to check if update is needed
| * | Refactor method to check if update is neededMorris Jobke2017-11-302-2/+3
| | | | | | | | | | | | | | | | | | There was only one call, that actually needed the parameter to be set to true. So this change moved the print of the page to that location and replaces all other occurences with a direct call to the underlying OCP API. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-222-0/+2
| | |