Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract path to configuration dir to its own variable | Daniel Calviño Sánchez | 2018-05-29 | 1 | -3/+5 |
* | Merge pull request #9640 from nextcloud/fix/9502/missedstatecheck | blizzz | 2018-05-29 | 2 | -8/+56 |
|\ | |||||
| * | check user state when fetching to avoid dealing with offline objects | Arthur Schiwon | 2018-05-29 | 2 | -8/+56 |
* | | Merge pull request #9583 from nextcloud/files-home-userfolder | Morris Jobke | 2018-05-29 | 2 | -7/+9 |
|\ \ | |||||
| * | | use getUserFolder instead of getFileInfo when constructing FilesHome | Robin Appelman | 2018-05-24 | 2 | -7/+9 |
* | | | Merge pull request #9589 from nextcloud/bugfix/noid/allow-empty-route-navigation | Morris Jobke | 2018-05-29 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Allow empty route for navigation entries | Julius Härtl | 2018-05-24 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #9653 from nextcloud/bugfix/noid/oauth_basic_auth | Roeland Jago Douma | 2018-05-29 | 2 | -0/+89 |
|\ \ \ | |||||
| * | | | The OAuth endpoint needs to support Basic Auth | Roeland Jago Douma | 2018-05-29 | 2 | -0/+89 |
|/ / / | |||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-29 | 32 | -8/+44 |
| |/ |/| | |||||
* | | Merge pull request #9617 from nextcloud/users-sort-case-fix | Morris Jobke | 2018-05-28 | 2 | -4/+6 |
|\ \ | |||||
| * | | Added case example to tests | John Molakvoæ (skjnldsv) | 2018-05-26 | 1 | -2/+4 |
| * | | Ignore case when sorting users | John Molakvoæ (skjnldsv) | 2018-05-26 | 1 | -2/+2 |
* | | | Merge pull request #9559 from nextcloud/sabre-head-dont-open-file | Morris Jobke | 2018-05-28 | 1 | -0/+0 |
|\ \ \ | |||||
| * | | | dont open the file on dav HEAD request | Robin Appelman | 2018-05-26 | 1 | -0/+0 |
* | | | | Merge pull request #9268 from nextcloud/bugfix/6711 | Morris Jobke | 2018-05-28 | 14 | -31/+242 |
|\ \ \ \ | |||||
| * | | | | Move repairstep to a custom command | Roeland Jago Douma | 2018-05-28 | 6 | -39/+24 |
| * | | | | Fix tests | Roeland Jago Douma | 2018-05-27 | 2 | -2/+16 |
| * | | | | Adding repair step which cleans shares of invalid principals | Roeland Jago Douma | 2018-05-27 | 5 | -1/+174 |
| * | | | | CalDAV and CardDAV plugins need to be registered for the principals collectio... | Roeland Jago Douma | 2018-05-27 | 2 | -15/+29 |
| * | | | | When sharing calendars and addressbooks the principal has to be verified to b... | Roeland Jago Douma | 2018-05-27 | 4 | -5/+18 |
| * | | | | Do not load calendar/addressbook plugins if not needed | Roeland Jago Douma | 2018-05-27 | 1 | -16/+28 |
* | | | | | Merge pull request #9584 from nextcloud/file-cache-gc-isdir | Morris Jobke | 2018-05-28 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | remove unneeded is_dir from file cache gc | Robin Appelman | 2018-05-24 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #9627 from nextcloud/limit-sinon-version-to-5.0.7-at-most | Morris Jobke | 2018-05-28 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Limit Sinon version to 5.0.7 at most | Daniel Calviño Sánchez | 2018-05-28 | 1 | -1/+1 |
|/ / / / / | |||||
* | / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-28 | 26 | -0/+74 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-27 | 114 | -188/+252 |
* | | | | Merge pull request #9585 from nextcloud/feature/noid/rename-syncclients | Morris Jobke | 2018-05-26 | 2 | -5/+5 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix Settings\ManagerTest | Julius Härtl | 2018-05-25 | 1 | -2/+2 |
| * | | | Rename sync clients section to mobile & desktop | Julius Härtl | 2018-05-24 | 2 | -3/+3 |
| |/ / | |||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-26 | 70 | -98/+214 |
| |/ |/| | |||||
* | | Merge pull request #9488 from nextcloud/disabled-users-fix | blizzz | 2018-05-25 | 25 | -105/+370 |
|\ \ | |||||
| * | | Do not show count on empty groups | John Molakvoæ (skjnldsv) | 2018-05-25 | 3 | -8/+21 |
| * | | Tabs fix | John Molakvoæ (skjnldsv) | 2018-05-25 | 1 | -1/+1 |
| * | | Fixed app navigation order | John Molakvoæ (skjnldsv) | 2018-05-24 | 4 | -3/+5 |
| * | | Fixed error throw and disablign count group update | John Molakvoæ (skjnldsv) | 2018-05-24 | 5 | -20/+41 |
| * | | Fix the navigation component | John Molakvoæ (skjnldsv) | 2018-05-24 | 4 | -10/+25 |
| * | | Added total count for subadmins | John Molakvoæ (skjnldsv) | 2018-05-24 | 7 | -14/+39 |
| * | | Disabled fix since new users list | John Molakvoæ (skjnldsv) | 2018-05-24 | 14 | -61/+86 |
| * | | Fixes since requirement | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+1 |
| * | | Fixed tests | John Molakvoæ (skjnldsv) | 2018-05-24 | 2 | -2/+25 |
| * | | Added disabled count per groups | John Molakvoæ (skjnldsv) | 2018-05-24 | 8 | -11/+151 |
* | | | Merge pull request #9593 from nextcloud/fwdport/9586/master | Morris Jobke | 2018-05-25 | 9 | -23/+166 |
|\ \ \ | |||||
| * | | | addjust footer height when legal links are present. fixes #9572 | Arthur Schiwon | 2018-05-24 | 3 | -3/+16 |
| * | | | also add a privacy link | Arthur Schiwon | 2018-05-24 | 8 | -21/+151 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-25 | 236 | -408/+582 |
|/ / / | |||||
* | | | Merge pull request #9576 from nextcloud/feature/noid/missing_index_event | Roeland Jago Douma | 2018-05-24 | 3 | -8/+19 |
|\ \ \ | |/ / |/| | | |||||
| * | | Emit event when running ./occ db:add-missing-indices | Roeland Jago Douma | 2018-05-24 | 3 | -8/+19 |
| |/ | |||||
* | | Merge pull request #9582 from nextcloud/feature/2593/password-confirm-texts | Morris Jobke | 2018-05-24 | 4 | -17/+56 |
|\ \ | |/ |/| |