aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Implemented short quota-design v2Felix Nüsse2019-01-031-2/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
* | | | | | | Merge pull request #13161 from nextcloud/perf/fix_comments_in_folder_functionblizzz2019-01-031-14/+29
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Rewrite getNumberOfUnreadCommentsForFolder query
| * | | | | | Rewrite getNumberOfUnreadCommentsForFolder queryRoeland Jago Douma2018-12-201-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the joining and filtering removed unkown files. Resulting in manual queries for all the files with no (unread) comments (the 99%). Long story short. This will return a list of all the files in the parent folder with their unread comment count (can be 0). But this makes sure that the result is properly cached. In the dav handling. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #10555 from nextcloud/bugfix/10518/only-check-added-itemsblizzz2019-01-032-28/+134
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Only enforce schema limits for supported apps
| * | | | | | | Update the tests to the comparison logicJoas Schilling2018-12-171-15/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Only check the Oracle schema conditions if the app supports itJoas Schilling2018-12-171-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Only check changed itemsJoas Schilling2018-12-171-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #13213 from ↵Morris Jobke2019-01-033-2/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/12943/index_twofactor_providers Add twofactor_providers_uid index
| * | | | | | | | Add twofactor_providers_uid indexRoeland Jago Douma2018-12-213-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12943 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | Merge pull request #13304 from ↵Roeland Jago Douma2019-01-0312-54/+54
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-4.28.3 Bump webpack from 4.28.2 to 4.28.3 in /settings
| * | | | | | | | | Compile assetsRoeland Jago Douma2019-01-0310-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | | Bump webpack from 4.28.2 to 4.28.3 in /settingsdependabot[bot]2019-01-032-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.2 to 4.28.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.2...v4.28.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | | | Merge pull request #13225 from nextcloud/unbundle_user-externalMorris Jobke2019-01-031-1/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | unbundle user_external to release it via appstore
| * | | | | | | | | | remove user_external from shipped.jsonJonas Sulzer2018-12-211-1/+0
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* | | | | | | | | | Merge pull request #13326 from nextcloud/bugfix/13290/cache-public-previewMorris Jobke2019-01-032-2/+8
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Add caching headers for public previews
| * | | | | | | | | Add caching headers for public previewsJulius Härtl2019-01-022-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | | Merge pull request #13308 from ↵Roeland Jago Douma2019-01-034-29/+29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.28.3 Bump webpack from 4.28.2 to 4.28.3 in /apps/updatenotification
| * | | | | | | | | | Compile assetsRoeland Jago Douma2019-01-033-17/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | | | Bump webpack from 4.28.2 to 4.28.3 in /apps/updatenotificationdependabot[bot]2019-01-022-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.2 to 4.28.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.2...v4.28.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | | | | Merge pull request #13306 from ↵Roeland Jago Douma2019-01-032-9/+46
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/css-loader-2.1.0 Bump css-loader from 2.0.2 to 2.1.0 in /apps/updatenotification
| * | | | | | | | | | | Bump css-loader from 2.0.2 to 2.1.0 in /apps/updatenotificationdependabot[bot]2019-01-032-9/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | | | | | Merge pull request #13316 from wernerfred/masterRoeland Jago Douma2019-01-031-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Update background of favicon-fb.png
| * | | | | | | | | | | | Update background of favicon-fb.pngwernerfred2019-01-011-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: wernerfred <wernerf@fim.uni-passau.de>
* | | | | | | | | | | | | Merge pull request #13305 from ↵Roeland Jago Douma2019-01-032-20/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.3 Bump karma-viewport from 1.0.2 to 1.0.3 in /build
| * | | | | | | | | | | | Bump karma-viewport from 1.0.2 to 1.0.3 in /builddependabot[bot]2018-12-312-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/squidfunk/karma-viewport/releases) - [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.2...1.0.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | | | | | | Merge pull request #13307 from ↵Roeland Jago Douma2019-01-032-9/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/css-loader-2.1.0 Bump css-loader from 2.0.2 to 2.1.0 in /settings
| * | | | | | | | | | | | | Bump css-loader from 2.0.2 to 2.1.0 in /settingsdependabot[bot]2019-01-022-9/+46
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | | | | | | Merge pull request #13303 from ↵Roeland Jago Douma2019-01-032-9/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/css-loader-2.1.0 Bump css-loader from 2.0.2 to 2.1.0 in /apps/accessibility
| * | | | | | | | | | | | | Bump css-loader from 2.0.2 to 2.1.0 in /apps/accessibilitydependabot[bot]2019-01-022-9/+46
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | / / / / / / / / [tx-robot] updated from transifexNextcloud bot2019-01-0314-54/+478
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13074 from nextcloud/improve-decrypt-allMorris Jobke2019-01-021-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | improve decrypt all process: list files which could not be decrypted
| * | | | | | | | | | | list files which could not be decryptedBjoern Schiessle2018-12-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | | | | | | | Merge pull request #13301 from ↵Roeland Jago Douma2019-01-022-5/+37
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/css-loader-2.1.0 Bump css-loader from 2.0.2 to 2.1.0 in /apps/oauth2
| * | | | | | | | | | | | Bump css-loader from 2.0.2 to 2.1.0 in /apps/oauth2dependabot[bot]2018-12-312-5/+37
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | | | | | Merge pull request #13315 from ↵Roeland Jago Douma2019-01-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/change-link-for-local-development Use `latest` instead of fixed version number
| * | | | | | | | | | | Use `latest` instead of fixed version numberDaniel Kesselberg2019-01-011-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | | | | Merge pull request #13302 from ↵Roeland Jago Douma2019-01-022-13/+13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.28.3 Bump webpack from 4.28.2 to 4.28.3 in /apps/accessibility
| * | | | | | | | | | | Bump webpack from 4.28.2 to 4.28.3 in /apps/accessibilitydependabot[bot]2018-12-312-13/+13
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.2 to 4.28.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.2...v4.28.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | | | | Merge pull request #13300 from ↵Roeland Jago Douma2019-01-022-22/+17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.28.3 Bump webpack from 4.28.2 to 4.28.3 in /apps/oauth2
| * | | | | | | | | | | Bump webpack from 4.28.2 to 4.28.3 in /apps/oauth2dependabot[bot]2018-12-312-22/+17
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.2 to 4.28.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.2...v4.28.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | | | | | | Merge pull request #13273 from nextcloud/fix/litmus-v2Roeland Jago Douma2019-01-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move litmusv2 to php7.2
| * | | | | | | | | | | Move litmusv2 to php7.2Roeland Jago Douma2018-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-01-026-8/+686
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-01-018-132/+256
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-12-3124-200/+336
| | | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-12-3040-70/+322
| | | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-12-2910-72/+240
| | | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2018-12-2834-24/+174
|/ / / / / / / / /
* | | | | | | | | Merge pull request #13086 from nextcloud/bugfix/dont-query-when-id-not-nullRoeland Jago Douma2018-12-271-1/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fetch lastInsertId only when id null
| * | | | | | | | | Access id property without getter.Daniel Kesselberg2018-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some implementations typehint getId to integer but default is null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>