Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Move spinner behind text to match design guidelines | Johannes Riedel | 2020-03-19 | 3 | -4/+4 | |
| * | | | | | Add visual feedback while creating 2fa backup codes | Johannes Riedel | 2020-03-19 | 1 | -1/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #20032 from nextcloud/bugfix/19878/allow-video-player-on-h... | Roeland Jago Douma | 2020-03-20 | 1 | -8/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow the video player on the hide download | Joas Schilling | 2020-03-19 | 1 | -8/+18 | |
* | | | | | | Merge pull request #19993 from nextcloud/bug/19991/check-if-value-is-array | Roeland Jago Douma | 2020-03-20 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make sure app_install_overwrite is an array | Daniel Kesselberg | 2020-03-16 | 1 | -0/+4 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-20 | 24 | -46/+58 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #20031 from nextcloud/fix/files-external-user-mount-cache-di | Roeland Jago Douma | 2020-03-19 | 1 | -4/+0 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Do not use the deprecated service name | Christoph Wurst | 2020-03-19 | 1 | -4/+0 | |
| | |/ / / | |/| | | | ||||||
* / | | | | Update autoloaders for composer v1.10.1 | Christoph Wurst | 2020-03-19 | 23 | -0/+69 | |
|/ / / / | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-19 | 8 | -6/+22 | |
* | | | | Merge pull request #20013 from nextcloud/bugfix/noid/fix-recursive-calls-in-l... | Roeland Jago Douma | 2020-03-18 | 1 | -2/+3 | |
|\ \ \ \ | ||||||
| * | | | | Fix recursive calls in logging via server methods | Joas Schilling | 2020-03-18 | 1 | -2/+3 | |
* | | | | | Merge pull request #19242 from nextcloud/dav-long-properties | Roeland Jago Douma | 2020-03-18 | 7 | -504/+182 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | rebuild autoloader | Robin Appelman | 2020-03-18 | 2 | -2/+0 | |
| * | | | | fix tests | Robin Appelman | 2020-03-18 | 1 | -57/+2 | |
| * | | | | remove the detour trough node and work with path directly | Robin Appelman | 2020-03-18 | 2 | -73/+8 | |
| * | | | | use INode instead of Node for custom properties | Robin Appelman | 2020-03-18 | 2 | -6/+20 | |
| * | | | | handle long property paths to hasing paths >250 chars | Robin Appelman | 2020-03-18 | 2 | -32/+77 | |
| * | | | | remove unused code | Robin Appelman | 2020-03-18 | 1 | -53/+0 | |
| * | | | | test custom properties backend against real database | Robin Appelman | 2020-03-18 | 1 | -52/+87 | |
| * | | | | merge the two almost identical custom property backends | Robin Appelman | 2020-03-18 | 5 | -376/+135 | |
* | | | | | Merge pull request #20003 from nextcloud/enh/19989/type-additional-scoes | Joas Schilling | 2020-03-18 | 2 | -1/+5 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Annotate $additionalScopes so the IDE knows what type $scopeCandidate is. | Daniel Kesselberg | 2020-03-17 | 2 | -1/+5 | |
* | | | | | Merge pull request #19813 from nextcloud/bugfix/noid/fix-color-box-shadow-var... | Joas Schilling | 2020-03-18 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix dark mode color-box-shadow variable | Marco Ambrosini | 2020-03-13 | 1 | -1/+1 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-18 | 4 | -4/+6 | |
* | | | | | | Merge pull request #19932 from nextcloud/remove-placeholder-check | Roeland Jago Douma | 2020-03-17 | 2 | -77/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove the requirement that everything that looks like a placeholder is subst... | Robin Appelman | 2020-03-13 | 2 | -77/+0 | |
* | | | | | | | Merge pull request #19964 from nextcloud/bug/19963/invalid-constructor-templa... | Roeland Jago Douma | 2020-03-17 | 2 | -5/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix invalid instantiation of TemplateResponse if client not found | Daniel Kesselberg | 2020-03-15 | 2 | -5/+24 | |
* | | | | | | | | Merge pull request #19347 from nextcloud/fix/19345/log_deprecated_alias_use | Roeland Jago Douma | 2020-03-17 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Move deprecated aliases over to new registration | Roeland Jago Douma | 2020-03-15 | 2 | -5/+5 | |
* | | | | | | | | Merge pull request #19989 from nextcloud/fix-single-ScopeContext-passed-to-se... | Roeland Jago Douma | 2020-03-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix single "ScopeContext" passed to "setScopes" | Daniel Calviño Sánchez | 2020-03-16 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #19987 from nextcloud/bugfix/noid/disable-storage-stats-wi... | Roeland Jago Douma | 2020-03-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Only do regular polling of storage statistics if session_keepalive is enabled | Julius Härtl | 2020-03-16 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #19995 from nextcloud/bugfix/noid/unify_default_types_look... | Roeland Jago Douma | 2020-03-17 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Default value of lookupServerEnabled should be the same everywhere | Georg Ehrke | 2020-03-17 | 2 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-17 | 22 | -76/+206 | |
* | | | | | | | | Hide card for apps store if disabled | Daniel Kesselberg | 2020-03-16 | 5 | -14/+30 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #19962 from nextcloud/dependabot/npm_and_yarn/vuex-3.1.3 | Roeland Jago Douma | 2020-03-16 | 8 | -22/+22 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Bump vuex from 3.1.2 to 3.1.3 | dependabot-preview[bot] | 2020-03-15 | 8 | -22/+22 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-16 | 14 | -10/+38 | |
| |/ / / / |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-15 | 32 | -16/+184 | |
|/ / / / | ||||||
* | | | | Merge pull request #19937 from nextcloud/share-mail-hide-download-int | Roeland Jago Douma | 2020-03-14 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | properly set 'hide_download' as integer | Robin Appelman | 2020-03-13 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-14 | 16 | -10/+42 | |
* | | | | Merge pull request #19931 from nextcloud/external-storage-password-placeholde... | Robin Appelman | 2020-03-13 | 1 | -0/+4 | |
|\ \ \ \ | ||||||
| * | | | | fix external storage controller tests | Robin Appelman | 2020-03-13 | 1 | -0/+4 | |
| |/ / / |