summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add all parameters to returnValueMapJulius Härtl2018-01-312-4/+4
| * | | | Remove OC_App::removeAppJulius Härtl2018-01-313-14/+7
| * | | | Remove OC_App::installApp since it is not used anymoreJulius Härtl2018-01-311-57/+0
| * | | | Remove long time deprecated functions and deprecate \OCP\AppJulius Härtl2018-01-311-43/+3
| * | | | Remove deprecated isEnabled call from files_trashbinJulius Härtl2018-01-311-1/+1
| * | | | Move getAppInfo and getAppVersion to IAppManagerJulius Härtl2018-01-314-52/+72
* | | | | Merge pull request #8121 from nextcloud/bugfix/8085/migrations-table-has-old-...Morris Jobke2018-01-311-12/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Create the migrations table also with the UTF8mb4 collationJoas Schilling2018-01-311-12/+10
* | | | | Merge pull request #8096 from nextcloud/feature/6382/do-not-cache-settings-in...Roeland Jago Douma2018-01-3114-928/+245
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-2914-928/+245
* | | | | [tx-robot] updated from transifexNextcloud bot2018-01-314-2/+4
* | | | | Merge pull request #8000 from nextcloud/fix_7983Morris Jobke2018-01-306-4/+142
|\ \ \ \ \
| * | | | | Fix testsRoeland Jago Douma2018-01-266-7/+117
| * | | | | Don't expose language and password as editableRoeland Jago Douma2018-01-261-5/+0
| * | | | | Provide list of editable fields via OCS APIRoeland Jago Douma2018-01-262-0/+33
* | | | | | Merge pull request #8114 from nextcloud/settings-initalization-fixRoeland Jago Douma2018-01-301-2/+5
|\ \ \ \ \ \
| * | | | | | Make sure we don't query the AppManager before the installation startedJulius Härtl2018-01-301-2/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #8111 from nextcloud/only_encrypted_prop_on_foldersRoeland Jago Douma2018-01-301-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-4/+4
* | | | | | Merge pull request #8103 from nextcloud/bump_clipboardRoeland Jago Douma2018-01-304-10/+10
|\ \ \ \ \ \
| * | | | | | Update core.jsRoeland Jago Douma2018-01-291-2/+2
| * | | | | | Bump clipboardjsRoeland Jago Douma2018-01-293-8/+8
| |/ / / / /
* / / / / / [tx-robot] updated from transifexNextcloud bot2018-01-304-2/+12
|/ / / / /
* | | | | Merge pull request #8078 from nextcloud/theming-validate-scssMorris Jobke2018-01-295-38/+69
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix theming testsJulius Härtl2018-01-261-8/+2
| * | | | Add typehinting an fix some minor cleanupJulius Härtl2018-01-261-16/+24
| * | | | Add tests for URL rewritingJulius Härtl2018-01-261-4/+14
| * | | | Do not rewrite absolute URLsJulius Härtl2018-01-262-3/+3
| * | | | Clear injectect variables when resetting the cacheJulius Härtl2018-01-261-0/+1
| * | | | Only override image styles if the theming values are setJulius Härtl2018-01-261-8/+10
| * | | | Make sure that injected variables do not break the CSS generationJulius Härtl2018-01-261-0/+15
| * | | | SCSS files are only cached if their size is > 0Julius Härtl2018-01-261-1/+2
* | | | | Merge pull request #8062 from nextcloud/use-classMorris Jobke2018-01-2953-184/+270
|\ \ \ \ \
| * | | | | Use ::class statement instead of stringMorris Jobke2018-01-2953-184/+270
| | |_|/ / | |/| | |
* | | | | Merge pull request #7873 from nextcloud/fix_5694Roeland Jago Douma2018-01-292-10/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update testsRoeland Jago Douma2018-01-291-8/+20
| * | | | Don't perform CSRF check on OCS routes with Bearer authRoeland Jago Douma2018-01-291-2/+8
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2018-01-2918-172/+182
* | | | Merge pull request #8076 from nextcloud/bump_autosizeMorris Jobke2018-01-274-10/+10
|\ \ \ \
| * | | | Regenerate core.jsRoeland Jago Douma2018-01-261-2/+2
| * | | | Bump autosize to 4.0.0Roeland Jago Douma2018-01-263-8/+8
| |/ / /
* | | | Merge pull request #8079 from nextcloud/remove-unneeded-semicolon-and-parenth...Roeland Jago Douma2018-01-2779-101/+101
|\ \ \ \
| * | | | Remove unneeded semicolon and parenthesesMorris Jobke2018-01-2679-101/+101
* | | | | [tx-robot] updated from transifexNextcloud bot2018-01-2710-0/+14
|/ / / /
* | | | Merge pull request #8072 from nextcloud/type-castingMorris Jobke2018-01-266-35/+35
|\ \ \ \
| * | | | Use type casting instead of *val() methodMorris Jobke2018-01-266-35/+35
| |/ / /
* | | | Merge pull request #8071 from nextcloud/remove-silly-codeMorris Jobke2018-01-263-6/+2
|\ \ \ \
| * | | | Cleanup unused codeMorris Jobke2018-01-263-6/+2
| |/ / /
* | | | Merge pull request #7707 from nextcloud/bugfix/noid/birthdaycalendar-differen...Morris Jobke2018-01-262-4/+5
|\ \ \ \
| * | | | generate different UIDs for Birthday, Anniversary and Death eventGeorg Ehrke2018-01-042-4/+5