Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Bump webpack from 4.23.1 to 4.24.0 in /apps/updatenotification | dependabot[bot] | 2018-11-05 | 2 | -101/+101 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #12257 from nextcloud/dependabot/npm_and_yarn/settings/nex... | dependabot[bot] | 2018-11-05 | 2 | -13/+40 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Bump nextcloud-vue from 0.2.0 to 0.3.1 in /settings | dependabot[bot] | 2018-11-05 | 2 | -13/+40 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #12231 from nextcloud/bugfix/10934/setmodel_before_render | Roeland Jago Douma | 2018-11-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Set the filemodel before rending the detailsview | Roeland Jago Douma | 2018-11-02 | 1 | -1/+1 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-05 | 22 | -18/+108 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #12105 from nextcloud/using-resharing-right-to-display-shares | Roeland Jago Douma | 2018-11-04 | 7 | -23/+141 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | revert tests | Maxence Lange | 2018-11-02 | 2 | -11/+11 | |
| * | | | | | | | | | user can have his resharing rights revoked, yet seeing created shares | Maxence Lange | 2018-11-02 | 2 | -10/+19 | |
| * | | | | | | | | | check parents resharing rights | Maxence Lange | 2018-11-02 | 1 | -6/+14 | |
| * | | | | | | | | | Use property to check if a share entry is shared with the current user | Julius Härtl | 2018-11-02 | 3 | -13/+17 | |
| * | | | | | | | | | Add uid_owner to enable permission settings on the views | Julius Härtl | 2018-11-02 | 1 | -1/+8 | |
| * | | | | | | | | | Remove reshare owner entry from the share list | Julius Härtl | 2018-11-02 | 1 | -0/+3 | |
| * | | | | | | | | | Show share settings for owner and reshare owners only | Julius Härtl | 2018-11-02 | 4 | -7/+33 | |
| * | | | | | | | | | limit to circles moderator | Maxence Lange | 2018-11-02 | 1 | -1/+2 | |
| * | | | | | | | | | display shares to circles moderator | Maxence Lange | 2018-11-02 | 1 | -0/+22 | |
| * | | | | | | | | | shares are displayed to users with resharing rights | Maxence Lange | 2018-11-02 | 2 | -11/+49 | |
* | | | | | | | | | | Merge pull request #12230 from nextcloud/bugfix/do_not_logerror_on_filelock | Roeland Jago Douma | 2018-11-04 | 3 | -20/+13 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix tests | Roeland Jago Douma | 2018-11-04 | 2 | -20/+10 | |
| * | | | | | | | | | Do not log FileLock as exception | Roeland Jago Douma | 2018-11-04 | 1 | -0/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-04 | 50 | -44/+254 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #10890 from nextcloud/bugfix/10857/app-menu-resize | Roeland Jago Douma | 2018-11-03 | 2 | -4/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix app menu calculation for random size of the right header | Julius Härtl | 2018-11-02 | 2 | -4/+9 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-03 | 88 | -132/+198 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #12071 from nextcloud/addressbook-uid-check-migration | Roeland Jago Douma | 2018-11-02 | 10 | -23/+371 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Phpunit fix | John Molakvoæ (skjnldsv) | 2018-11-02 | 2 | -25/+36 | |
| * | | | | | | | Merge branch 'addressbook-uid-check-migration' of https://github.com/nextclou... | John Molakvoæ (skjnldsv) | 2018-11-01 | 265 | -1029/+7485 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update PHPDoc to reflect the actual behaviour | Morris Jobke | 2018-11-01 | 1 | -2/+2 | |
| | * | | | | | | | move migration | John Molakvoæ (skjnldsv) | 2018-11-01 | 8 | -102/+84 | |
| | * | | | | | | | Create cards if none | John Molakvoæ (skjnldsv) | 2018-11-01 | 1 | -5/+45 | |
| | * | | | | | | | Properly set uid and create and update | John Molakvoæ (skjnldsv) | 2018-11-01 | 1 | -3/+13 | |
| | * | | | | | | | Tests | John Molakvoæ (skjnldsv) | 2018-11-01 | 2 | -1/+122 | |
| | * | | | | | | | Repair registration and autoload bump | John Molakvoæ (skjnldsv) | 2018-11-01 | 4 | -18/+28 | |
| | * | | | | | | | Repair Step | John Molakvoæ (skjnldsv) | 2018-11-01 | 2 | -3/+130 | |
| | * | | | | | | | Migration step | John Molakvoæ (skjnldsv) | 2018-11-01 | 1 | -0/+47 | |
| * | | | | | | | | Fix phpunit | John Molakvoæ (skjnldsv) | 2018-11-01 | 1 | -20/+20 | |
| * | | | | | | | | fixup! move migration | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -1/+1 | |
| * | | | | | | | | fixup! move migration | John Molakvoæ (skjnldsv) | 2018-10-30 | 2 | -14/+31 | |
| * | | | | | | | | move migration | John Molakvoæ (skjnldsv) | 2018-10-30 | 6 | -89/+54 | |
| * | | | | | | | | fixup! Create cards if none | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -1/+0 | |
| * | | | | | | | | Create cards if none | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -5/+46 | |
| * | | | | | | | | Properly set uid and create and update | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -3/+13 | |
| * | | | | | | | | Tests | John Molakvoæ (skjnldsv) | 2018-10-30 | 2 | -1/+122 | |
| * | | | | | | | | Repair registration and autoload bump | John Molakvoæ (skjnldsv) | 2018-10-30 | 5 | -19/+29 | |
| * | | | | | | | | Repair Step | John Molakvoæ (skjnldsv) | 2018-10-30 | 2 | -3/+130 | |
| * | | | | | | | | Migration step | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -0/+47 | |
* | | | | | | | | | Merge pull request #12215 from nextcloud/wait-for-the-link-share-menu-to-open... | Roeland Jago Douma | 2018-11-02 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Wait for the link share menu to open in acceptance tests | Daniel Calviño Sánchez | 2018-11-02 | 1 | -0/+8 | |
* | | | | | | | | | | Merge pull request #12216 from nextcloud/bugfix/appmenu/loading | Roeland Jago Douma | 2018-11-02 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix loading indicator in app menu | Julius Härtl | 2018-11-02 | 1 | -2/+4 | |
| | |_|_|/ / / / / | |/| | | | | | | |