Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment fix. | Filis Futsarov | 2019-01-30 | 1 | -1/+1 |
* | Add a key parameter to the new initial state API | Christoph Wurst | 2019-01-30 | 5 | -6/+4 |
* | Merge pull request #13908 from nextcloud/dependabot/npm_and_yarn/apps/accessi... | Morris Jobke | 2019-01-30 | 3 | -6/+6 |
|\ | |||||
| * | Bump vue-loader from 15.6.1 to 15.6.2 in /apps/accessibility | dependabot[bot] | 2019-01-30 | 3 | -6/+6 |
* | | Merge pull request #13907 from nextcloud/dependabot/npm_and_yarn/apps/updaten... | dependabot[bot] | 2019-01-30 | 3 | -6/+6 |
|\ \ | |||||
| * | | Bump vue-loader from 15.6.1 to 15.6.2 in /apps/updatenotification | dependabot[bot] | 2019-01-30 | 3 | -6/+6 |
| |/ | |||||
* | | Merge pull request #13891 from nextcloud/remove-external-failure-notification | Morris Jobke | 2019-01-30 | 1 | -18/+0 |
|\ \ | |||||
| * | | Remove warning in case of external storage error | John Molakvoæ (skjnldsv) | 2019-01-29 | 1 | -18/+0 |
* | | | Merge pull request #13412 from nextcloud/forward-password-policy | Roeland Jago Douma | 2019-01-30 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | forward error message from password policy | Robin Appelman | 2019-01-07 | 1 | -1/+5 |
* | | | | Merge pull request #12364 from tomasz-grobelny/file_range_select | John Molakvoæ | 2019-01-30 | 4 | -26/+124 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Add more accessible method of selecting file ranges | Tomasz Grobelny | 2019-01-24 | 4 | -26/+124 |
* | | | | Merge pull request #13830 from nextcloud/fix/shared_versions | Roeland Jago Douma | 2019-01-30 | 1 | -2/+15 |
|\ \ \ \ | |||||
| * | | | | Allow shared versions again in legacy backend | Roeland Jago Douma | 2019-01-25 | 1 | -2/+15 |
* | | | | | Merge pull request #13886 from nextcloud/trashbin-original-location-fallback | Roeland Jago Douma | 2019-01-30 | 1 | -1/+5 |
|\ \ \ \ \ | |||||
| * | | | | | add fallback for trashbin original location | Robin Appelman | 2019-01-29 | 1 | -1/+5 |
* | | | | | | Provide initial state | Roeland Jago Douma | 2019-01-29 | 6 | -19/+23 |
* | | | | | | Merge pull request #13880 from nextcloud/enh/expose_subadmin_to_ocp | Roeland Jago Douma | 2019-01-29 | 3 | -86/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Expose subadmin to OCP | Roeland Jago Douma | 2019-01-29 | 3 | -86/+7 |
* | | | | | | | Merge pull request #13883 from nextcloud/fix-dropping-a-folder-on-a-folder-row | Roeland Jago Douma | 2019-01-29 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Fix dropping a folder on a folder row | Daniel Calviño Sánchez | 2019-01-29 | 1 | -1/+3 |
* | | | | | | | Merge pull request #13865 from nextcloud/fix/noid/ldap-pagedsearch-multiplebases | Morris Jobke | 2019-01-29 | 1 | -5/+28 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | iterate over bases instead of doing parallel search | Arthur Schiwon | 2019-01-28 | 1 | -5/+28 |
* | | | | | | | | Merge pull request #13843 from nextcloud/bugfix/11852-add-icon-caldav | Morris Jobke | 2019-01-29 | 1 | -32/+32 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Use proper mime type for ico | Daniel Kesselberg | 2019-01-28 | 1 | -1/+1 |
| * | | | | | | | Add ico as avatar | Daniel Kesselberg | 2019-01-28 | 1 | -32/+32 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | 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 #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 #13675 from imsolost/master | Morris Jobke | 2019-01-28 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | 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 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Bump vue-loader from 15.6.0 to 15.6.2 in /apps/oauth2 | dependabot[bot] | 2019-01-28 | 3 | -13/+13 |
* | | | | | | | Bump vue-loader from 15.6.0 to 15.6.1 in /apps/updatenotification | dependabot[bot] | 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 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-01-26 | 8 | -16/+22 |
|/ / / / / | |||||
* | | | | | 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 |
* | | | | | | | Merge pull request #13801 from nextcloud/design/highcontrast-fix | Morris Jobke | 2019-01-25 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Accessibility: Fix header icon opacity with high contrast theme | Jan-Christoph Borchardt | 2019-01-24 | 1 | -1/+3 |
* | | | | | | | Bump vue-loader from 15.5.1 to 15.6.0 in /apps/accessibility | dependabot[bot] | 2019-01-25 | 2 | -14/+14 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge the str_replacements | Joas Schilling | 2019-01-24 | 1 | -1/+1 |
* | | | | | | Fix linear-gradient for long comments on dark-theme | Joas Schilling | 2019-01-24 | 1 | -6/+6 |
|/ / / / / | |||||
* | | | | | Merge pull request #13778 from nextcloud/dependabot/npm_and_yarn/apps/updaten... | Roeland Jago Douma | 2019-01-24 | 2 | -48/+240 |
|\ \ \ \ \ |