Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -208/+0 | |
* | | Merge pull request #3611 from nextcloud/announce-trsuted-server-endpoints | Björn Schießle | 2017-03-09 | 1 | -2/+64 | |
|\ \ | |/ |/| | ||||||
| * | add and adjust unit tests | Bjoern Schiessle | 2017-03-09 | 1 | -2/+64 | |
* | | Merge pull request #3360 from nextcloud/dav-search | Robin Appelman | 2017-03-08 | 2 | -15/+263 | |
|\ \ | |/ |/| | ||||||
| * | add tests for filesearchbackend | Robin Appelman | 2017-03-01 | 1 | -0/+3 | |
| * | add tests for searchQuery | Robin Appelman | 2017-03-01 | 1 | -15/+59 | |
| * | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 1 | -0/+173 | |
| * | add icewind/searchdav | Robin Appelman | 2017-02-28 | 1 | -0/+28 | |
* | | Make the test useful | Joas Schilling | 2017-03-03 | 1 | -0/+2 | |
* | | Execute UpdateLanguageCode only once | Morris Jobke | 2017-03-02 | 1 | -1/+25 | |
* | | Fix table name and add a test for more than 1 entries | Joas Schilling | 2017-03-02 | 1 | -20/+23 | |
* | | Change language code for languages with only one translation | Morris Jobke | 2017-03-01 | 1 | -0/+147 | |
* | | DefaultTokenProviderTest mocked/asserted the wrong method | Christoph Wurst | 2017-02-28 | 1 | -2/+2 | |
|/ | ||||||
* | Fix unit tests and improve appstore logic | Morris Jobke | 2017-02-24 | 3 | -4/+176 | |
* | Merge pull request #3589 from nextcloud/remove-unneeded-repair-step | Morris Jobke | 2017-02-23 | 11 | -1652/+19 | |
|\ | ||||||
| * | cleanup old and not needed repair steps to speed up the update | Morris Jobke | 2017-02-22 | 11 | -1652/+19 | |
* | | Use 90% JPEG quality for thumbnails and previews by default | Joas Schilling | 2017-02-22 | 1 | -1/+7 | |
|/ | ||||||
* | Merge pull request #3297 from nextcloud/cloud-id-resolve | Robin Appelman | 2017-02-09 | 2 | -0/+145 | |
|\ | ||||||
| * | clean cloud ids | Robin Appelman | 2017-02-09 | 1 | -7/+7 | |
| * | add tests | Robin Appelman | 2017-02-08 | 2 | -0/+145 | |
* | | Merge pull request #3184 from nextcloud/issue-3165 | Lukas Reschke | 2017-02-09 | 1 | -84/+23 | |
|\ \ | ||||||
| * | | Prevent migration from ownCloud 11 to Nextcloud 12 | Joas Schilling | 2017-01-23 | 1 | -84/+23 | |
* | | | Merge pull request #3408 from nextcloud/nullstorage-free-space | Joas Schilling | 2017-02-09 | 1 | -1/+2 | |
|\ \ \ | ||||||
| * | | | Fix unit tests | Morris Jobke | 2017-02-08 | 1 | -1/+2 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #3362 from nextcloud/fix/nc-token-cookie-name | Joas Schilling | 2017-02-09 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | oc_token should be nc_token | Christoph Wurst | 2017-02-02 | 1 | -1/+1 | |
* | | | fix unit tests | Morris Jobke | 2017-02-03 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #2044 from nextcloud/login-credential-store | Morris Jobke | 2017-01-30 | 2 | -0/+248 | |
|\ \ | ||||||
| * | | do not hard-require the token provider | Christoph Wurst | 2017-01-11 | 1 | -1/+9 | |
| * | | use login hook credentials as fallback | Christoph Wurst | 2017-01-11 | 1 | -8/+55 | |
| * | | add login credential store | Christoph Wurst | 2017-01-11 | 2 | -0/+193 | |
* | | | Merge pull request #2822 from nextcloud/add-navigation-via-info.xml | Morris Jobke | 2017-01-27 | 1 | -0/+66 | |
|\ \ \ | ||||||
| * | | | Force to specify the name | Joas Schilling | 2017-01-27 | 1 | -4/+6 | |
| * | | | Add navigation via info.xml (#26785) | Thomas Müller | 2016-12-22 | 1 | -0/+64 | |
* | | | | Merge pull request #3284 from nextcloud/remove-avatar-fixup | Morris Jobke | 2017-01-26 | 1 | -189/+0 | |
|\ \ \ \ | ||||||
| * | | | | remote now unneeded AvatarPermissions repair step | Robin Appelman | 2017-01-26 | 1 | -189/+0 | |
* | | | | | Merge pull request #3246 from nextcloud/fix-sqlite-dependency | Morris Jobke | 2017-01-26 | 1 | -14/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Remove useless dependency on SQLite (non-PDO) | Morris Jobke | 2017-01-25 | 1 | -14/+2 | |
* | | | | | Merge pull request #3030 from nextcloud/filesapi-renamefailcase | Morris Jobke | 2017-01-24 | 3 | -532/+483 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add tests for move/copy hooks in Node API | Vincent Petry | 2017-01-12 | 1 | -0/+81 | |
| * | | | | Fix files node API failed rename/copy | Vincent Petry | 2017-01-12 | 2 | -4/+46 | |
| * | | | | Refactor files node API for more code reuse | Vincent Petry | 2017-01-11 | 3 | -530/+358 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #3151 from nextcloud/navigation-icons | Morris Jobke | 2017-01-24 | 1 | -30/+44 | |
|\ \ \ \ | ||||||
| * | | | | Fix the manager tests | Joas Schilling | 2017-01-19 | 1 | -30/+44 | |
* | | | | | Mimetype detection for hidden files | Magnus Walbeck | 2017-01-23 | 1 | -0/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | Adjust the tests | Joas Schilling | 2017-01-20 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | add some unit tests | Bjoern Schiessle | 2017-01-18 | 2 | -1/+85 | |
* | | | Merge pull request #1594 from nextcloud/markdown-support-for-app-descriptions | Joas Schilling | 2017-01-17 | 1 | -8/+12 | |
|\ \ \ | ||||||
| * | | | Fix tests | Joas Schilling | 2017-01-13 | 1 | -8/+12 | |
* | | | | Merge pull request #3023 from nextcloud/issue-2915-filter-out-sensitive-appco... | Christoph Wurst | 2017-01-17 | 1 | -0/+23 | |
|\ \ \ \ | |/ / / |/| | | |