Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Add ico as avatar | Daniel Kesselberg | 2019-01-28 | 1 | -32/+32 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #13866 from nextcloud/s3-multipart-uploader | Roeland Jago Douma | 2019-01-29 | 2 | -5/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | always use multipart uploader for s3 uploads | Robin Appelman | 2019-01-28 | 2 | -5/+33 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #13878 from nextcloud/refactor/oc-appconfig-eventsource-l10n | Morris Jobke | 2019-01-29 | 9 | -92/+130 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Move OC.L10n to the server bundle | Christoph Wurst | 2019-01-29 | 7 | -36/+44 | |
| * | | | | | | | | | | Move OC.EventSource to the server bundle | Christoph Wurst | 2019-01-29 | 6 | -56/+60 | |
| * | | | | | | | | | | Move OC.AppConfig to the server bundle and add a deprecation verion | Christoph Wurst | 2019-01-29 | 6 | -14/+40 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #10874 from nextcloud/feature/10859/clear-localstorage-on-... | John Molakvoæ | 2019-01-29 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Clears the local storage after logout | Michael Weimann | 2019-01-29 | 2 | -1/+10 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #13791 from nextcloud/no-whiteversion-for-shadowed-icons | John Molakvoæ | 2019-01-29 | 1 | -5/+18 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Do not generate dark version of the view-icons w/ shadows | John Molakvoæ (skjnldsv) | 2019-01-24 | 1 | -5/+18 | |
* | | | | | | | | | | Merge pull request #13870 from nextcloud/refactor/oc-contactsmenu-bundle | Roeland Jago Douma | 2019-01-29 | 10 | -876/+879 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Move OC.Contactsmenu and OC.Backbone to the server bundle | Christoph Wurst | 2019-01-29 | 10 | -876/+879 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #13855 from tomasz-grobelny/faster_file_upload | Christoph Wurst | 2019-01-29 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Throttle getstoragestats.php calls and allow simultaneous uploads | Tomasz Grobelny | 2019-01-27 | 2 | -1/+6 | |
* | | | | | | | | | | Merge pull request #13867 from nextcloud/refactor/oc-apps-bundle | Morris Jobke | 2019-01-28 | 10 | -142/+163 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Move OCA.Apps to the server bundle | Christoph Wurst | 2019-01-28 | 10 | -142/+163 | |
* | | | | | | | | | | | Merge pull request #5881 from nextcloud/command-move-calendar | Morris Jobke | 2019-01-28 | 9 | -0/+899 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Handle moving calendar to an user who already has the share | Thomas Citharel | 2019-01-16 | 4 | -51/+134 | |
| * | | | | | | | | | | Don't check group shares if shareWithGroupMembersOnly is false | Thomas Citharel | 2019-01-16 | 2 | -29/+48 | |
| * | | | | | | | | | | add list-calendars command | Georg Ehrke | 2019-01-16 | 8 | -66/+519 | |
| * | | | | | | | | | | Add command to move a calendar from an user to another | Thomas Citharel | 2019-01-16 | 5 | -0/+344 | |
* | | | | | | | | | | | Merge pull request #13860 from nextcloud/refactor/oc-oca-namespace-bundle | Morris Jobke | 2019-01-28 | 7 | -40/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add OC and OCA namespace declarations to the bundle | Christoph Wurst | 2019-01-28 | 7 | -40/+68 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #13675 from imsolost/master | Morris Jobke | 2019-01-28 | 4 | -7/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | changed case on variable to match initial case | imsolost | 2019-01-25 | 1 | -1/+1 | |
| * | | | | | | | | | | fixed replacement functions to catch all instances of parenthesis | imsolost | 2019-01-25 | 1 | -3/+2 | |
| * | | | | | | | | | | added missing variable declarations | imsolost | 2019-01-25 | 3 | -4/+4 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #13859 from nextcloud/dependabot/npm_and_yarn/settings/vue... | Roeland Jago Douma | 2019-01-28 | 4 | -14/+14 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Bump vue-loader from 15.6.0 to 15.6.2 in /settings | dependabot[bot] | 2019-01-28 | 4 | -14/+14 | |
* | | | | | | | | | | | Merge pull request #13839 from nextcloud/dependabot/npm_and_yarn/css-vars-pon... | Roeland Jago Douma | 2019-01-28 | 4 | -14/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Bump css-vars-ponyfill from 1.16.2 to 1.16.3 | dependabot[bot] | 2019-01-26 | 4 | -14/+14 | |
* | | | | | | | | | | | | Merge pull request #13858 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/... | Roeland Jago Douma | 2019-01-28 | 3 | -13/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Bump vue-loader from 15.6.0 to 15.6.2 in /apps/oauth2 | dependabot[bot] | 2019-01-28 | 3 | -13/+13 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #13818 from nextcloud/design/backgroundjobs-accessibility | Morris Jobke | 2019-01-28 | 1 | -37/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Contain background jobs options in fieldset to improve accessibility, fix #13795 | Jan-Christoph Borchardt | 2019-01-25 | 1 | -37/+42 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #13798 from nextcloud/remove-legacy-activity-stuff | Morris Jobke | 2019-01-28 | 8 | -1074/+67 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove legacy activity stuff | Joas Schilling | 2019-01-24 | 8 | -1074/+67 | |
* | | | | | | | | | | | | Merge pull request #13838 from nextcloud/dependabot/npm_and_yarn/apps/updaten... | Christoph Wurst | 2019-01-28 | 2 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Bump vue-loader from 15.6.0 to 15.6.1 in /apps/updatenotification | dependabot[bot] | 2019-01-26 | 2 | -11/+11 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #13834 from nextcloud/dependabot/npm_and_yarn/apps/accessi... | Roeland Jago Douma | 2019-01-26 | 2 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Bump vue-loader from 15.6.0 to 15.6.1 in /apps/accessibility | dependabot[bot] | 2019-01-26 | 2 | -11/+11 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #12282 from nextcloud/settings-naming-fix | John Molakvoæ | 2019-01-26 | 29 | -1302/+875 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Use nextcloudci/node | Julius Härtl | 2019-01-25 | 1 | -3/+8 | |
| * | | | | | | | | | | Fix vue settings checks and filenames | John Molakvoæ (skjnldsv) | 2019-01-25 | 29 | -1300/+868 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-26 | 20 | -32/+42 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #13815 from nextcloud/dependabot/npm_and_yarn/apps/accessi... | Roeland Jago Douma | 2019-01-25 | 2 | -75/+73 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Bump webpack from 4.28.4 to 4.29.0 in /apps/accessibility | dependabot[bot] | 2019-01-25 | 2 | -75/+73 | |
* | | | | | | | | | | Merge pull request #13814 from nextcloud/dependabot/npm_and_yarn/apps/accessi... | Roeland Jago Douma | 2019-01-25 | 2 | -51/+249 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Bump @babel/preset-env from 7.2.3 to 7.3.1 in /apps/accessibility | dependabot[bot] | 2019-01-25 | 2 | -51/+249 | |
| | |_|_|/ / / / / / | |/| | | | | | | | |