Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add notification for shares about to expire | Roeland Jago Douma | 2019-11-01 | 6 | -0/+206 |
* | Merge pull request #17739 from nextcloud/enh/share/filter | Roeland Jago Douma | 2019-10-31 | 2 | -0/+52 |
|\ | |||||
| * | Get all shares as iterable | Roeland Jago Douma | 2019-10-30 | 2 | -0/+52 |
* | | Merge pull request #17745 from coliff/patch-1 | Roeland Jago Douma | 2019-10-31 | 1 | -1/+0 |
|\ \ | |||||
| * | | Remove unnedeed IE8 CSS | Christian Oliff | 2019-10-30 | 1 | -1/+0 |
| |/ | |||||
* | | Merge pull request #17755 from nextcloud/fix/external-storage-group-checkboxes | Roeland Jago Douma | 2019-10-31 | 1 | -0/+10 |
|\ \ | |||||
| * | | Bring back external storage group select delete | John Molakvoæ (skjnldsv) | 2019-10-30 | 1 | -0/+10 |
| |/ | |||||
* / | fix action menu on mobile | Greta Doci | 2019-10-30 | 1 | -1/+4 |
|/ | |||||
* | Return $schema on change and null otherwise | Daniel Kesselberg | 2019-10-29 | 1 | -1/+3 |
* | Compile assets | npmbuildbot[bot] | 2019-10-29 | 20 | -1374/+2783 |
* | Fix current user edit/delete permissions | John Molakvoæ (skjnldsv) | 2019-10-29 | 5 | -63/+181 |
* | Fix legacy tab backbone fileinfo change | John Molakvoæ (skjnldsv) | 2019-10-29 | 2 | -8/+19 |
* | Fix triggering favorite file actions on the file list | John Molakvoæ (skjnldsv) | 2019-10-29 | 1 | -0/+7 |
* | Adjust unit tests to new OCA.Sidebar | John Molakvoæ (skjnldsv) | 2019-10-29 | 4 | -419/+4 |
* | Prevent multiple systemtags views | John Molakvoæ (skjnldsv) | 2019-10-29 | 2 | -1/+2 |
* | Add LoadSidebar event | John Molakvoæ (skjnldsv) | 2019-10-29 | 6 | -32/+45 |
* | Systemtags and external actions update | John Molakvoæ (skjnldsv) | 2019-10-29 | 5 | -10/+21 |
* | Add ShareTabSections service to register sections in the share tab | Julius Härtl | 2019-10-29 | 2 | -0/+53 |
* | Add projects view to sidebar | Julius Härtl | 2019-10-29 | 1 | -0/+8 |
* | Add OCA.Files.Sidebar | John Molakvoæ (skjnldsv) | 2019-10-29 | 36 | -97/+4518 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-29 | 6 | -12/+196 |
* | Merge pull request #17521 from R0Wi/master | John Molakvoæ | 2019-10-28 | 1 | -0/+4 |
|\ | |||||
| * | Revert changes and add css-rule to correct file inside files-app | Robin Windey | 2019-10-26 | 1 | -0/+4 |
* | | Bump nextcloud-vue from 0.12.6 to 0.12.7 (#17702) | John Molakvoæ | 2019-10-28 | 16 | -171/+171 |
|\ \ | |||||
| * | | Bump nextcloud-vue from 0.12.6 to 0.12.7 | dependabot-preview[bot] | 2019-10-28 | 16 | -171/+171 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-28 | 4 | -10/+12 |
|/ / | |||||
* | | Bump @nextcloud/axios from 0.4.2 to 0.5.0 | dependabot-preview[bot] | 2019-10-27 | 22 | -67/+67 |
* | | Bump handlebars from 4.4.3 to 4.4.5 | dependabot-preview[bot] | 2019-10-27 | 6 | -8/+8 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-27 | 4 | -2/+4 |
* | | Merge pull request #17691 from nextcloud/enh/17673/fix-first-day-week | Roeland Jago Douma | 2019-10-26 | 1 | -6/+4 |
|\ \ | |||||
| * | | Show first day of the week in correct language | Daniel Kesselberg | 2019-10-26 | 1 | -6/+4 |
* | | | Merge pull request #17693 from nextcloud/enh/unused-test-dependency | Roeland Jago Douma | 2019-10-26 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | Remove unused import Punic\Data | Daniel Kesselberg | 2019-10-26 | 1 | -1/+0 |
| |/ / | |||||
* | | | Cleanup and do not list current user shares in getShares too (#16789) | John Molakvoæ | 2019-10-26 | 2 | -74/+668 |
|\ \ \ | |/ / |/| | | |||||
| * | | Unify code to get shares of a file or also including subfiles | John Molakvoæ (skjnldsv) | 2019-10-25 | 1 | -39/+21 |
| * | | Filter out duplicated shares before processing them | John Molakvoæ (skjnldsv) | 2019-10-25 | 1 | -3/+11 |
| * | | Do not return shares with the current user | Daniel Calviño Sánchez | 2019-10-25 | 2 | -2/+4 |
| * | | Extract method to get all shares | Daniel Calviño Sánchez | 2019-10-25 | 1 | -34/+43 |
| * | | Add missing share types when getting shares of a file | Daniel Calviño Sánchez | 2019-10-25 | 2 | -0/+12 |
| * | | Unify share type sorting when getting shares of a file or with subfiles | Daniel Calviño Sánchez | 2019-10-25 | 2 | -2/+2 |
| * | | Remove unneeded calls to "ShareManager::shareProviderExists()" | Daniel Calviño Sánchez | 2019-10-25 | 2 | -25/+6 |
| * | | Add unit tests for getting shares of a file | Daniel Calviño Sánchez | 2019-10-25 | 1 | -6/+185 |
| * | | Add unit tests for getting shares including subfiles | Daniel Calviño Sánchez | 2019-10-25 | 1 | -0/+421 |
* | | | Merge pull request #17604 from nextcloud/dependabot/npm_and_yarn/nextcloud-vu... | Roeland Jago Douma | 2019-10-26 | 6 | -87/+94 |
|\ \ \ | |||||
| * | | | Bump nextcloud-vue-collections from 0.5.6 to 0.6.0 | dependabot-preview[bot] | 2019-10-21 | 6 | -87/+94 |
* | | | | Merge pull request #17673 from nextcloud/fix/lang/locale/jshelper/mess | Roeland Jago Douma | 2019-10-26 | 1 | -4/+1 |
|\ \ \ \ | |||||
| * | | | | Cleanup theming mess | Roeland Jago Douma | 2019-10-25 | 1 | -4/+1 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-26 | 8 | -2/+50 |
* | | | | | fix filename overlapping on mobile (#17469) | John Molakvoæ | 2019-10-25 | 1 | -4/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | add comment | Greta Doci | 2019-10-08 | 1 | -3/+3 |