Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix descriptions | Joas Schilling | 2016-07-13 | 1 | -2/+2 | |
| * | | | | | Add tests for set/get/delete/list | Joas Schilling | 2016-07-13 | 2 | -14/+241 | |
| * | | | | | Make sure the exception is catched | Joas Schilling | 2016-07-13 | 1 | -5/+31 | |
| * | | | | | Add tests for checkInput() | Joas Schilling | 2016-07-13 | 2 | -7/+218 | |
| * | | | | | Allow deleting a setting | Joas Schilling | 2016-07-13 | 1 | -2/+40 | |
| * | | | | | Allow setting values | Joas Schilling | 2016-07-13 | 1 | -4/+35 | |
| * | | | | | Add a occ command to list/get user preferences | Joas Schilling | 2016-07-13 | 2 | -0/+161 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #409 from nextcloud/files_sharing_unittest_fixes | Lukas Reschke | 2016-07-15 | 4 | -116/+116 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Fix PHPUnit 5.4 warnings in files_sharing tests | Roeland Jago Douma | 2016-07-15 | 4 | -116/+116 | |
|/ / / / | ||||||
* | | | | Merge pull request #407 from nextcloud/dav_phpunit_fixes | Morris Jobke | 2016-07-15 | 36 | -179/+472 | |
|\ \ \ \ | ||||||
| * | | | | Fix PHPUnit 5.4 warnings in DAV app | Roeland Jago Douma | 2016-07-15 | 36 | -179/+472 | |
* | | | | | Merge pull request #404 from nextcloud/nopasswordlogingallowed_is_not_fatal | Roeland Douma | 2016-07-15 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | PasswordLoginForbidden is not a FATAL exception | Roeland Jago Douma | 2016-07-14 | 1 | -0/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #398 from nextcloud/issue-388-fix-hidden-file-list-master | Lukas Reschke | 2016-07-14 | 3 | -7/+43 | |
|\ \ \ \ | ||||||
| * | | | | Add a new integration test for CREATE only shares | Joas Schilling | 2016-07-14 | 1 | -0/+31 | |
| * | | | | Make sure the update was successful | Joas Schilling | 2016-07-14 | 1 | -0/+4 | |
| * | | | | Allow shares with create permissions only aswell | Joas Schilling | 2016-07-14 | 1 | -5/+6 | |
| * | | | | Don't need update permissions on hidden files | Joas Schilling | 2016-07-14 | 1 | -1/+1 | |
| * | | | | Add delete permissions to the default (new in oc9.1) | Joas Schilling | 2016-07-14 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #399 from nextcloud/fix_app_managertest | Roeland Douma | 2016-07-14 | 1 | -12/+32 | |
|\ \ \ \ | ||||||
| * | | | | Cleanup ManagerTest | Roeland Jago Douma | 2016-07-14 | 1 | -12/+32 | |
* | | | | | Merge pull request #396 from ayamshanov/gitignore_personal_mimetypes | Morris Jobke | 2016-07-14 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Ignore users personal mimetype configs | Alexander Yamshanov | 2016-07-13 | 1 | -0/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #397 from nextcloud/license-stuff | Björn Schießle | 2016-07-14 | 2 | -21/+97 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | add some information for contributors regarding the copyright header and clai... | Bjoern Schiessle | 2016-07-14 | 1 | -3/+16 | |
| | |_|/ | |/| | | ||||||
| * | | | - keep copyright notice and only update the authors list | Bjoern Schiessle | 2016-07-13 | 1 | -18/+81 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-14 | 8 | -2/+18 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #392 from nextcloud/roottest_nodb | Joas Schilling | 2016-07-13 | 1 | -20/+39 | |
|\ \ \ | ||||||
| * | | | RootTest does not require DB | Roeland Jago Douma | 2016-07-13 | 1 | -20/+39 | |
* | | | | Merge pull request #387 from nextcloud/drone_split_ci | Roeland Douma | 2016-07-13 | 3 | -11/+35 | |
|\ \ \ \ | ||||||
| * | | | | Fix failing tests after db split | Roeland Jago Douma | 2016-07-13 | 2 | -5/+5 | |
| * | | | | Split CI into DB and NODB groups | Roeland Jago Douma | 2016-07-13 | 1 | -6/+30 | |
* | | | | | Merge pull request #391 from nextcloud/fix-doc-warnings | Joas Schilling | 2016-07-13 | 1 | -1/+2 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Fix warnings from building docs | Joas Schilling | 2016-07-13 | 1 | -1/+2 | |
| |/ / / | ||||||
* | | | | Merge pull request #389 from nextcloud/more-tooltip | Lukas Reschke | 2016-07-13 | 1 | -1/+3 | |
|\ \ \ \ | ||||||
| * | | | | Use tooltip for background jobs info tooltip | Morris Jobke | 2016-07-13 | 1 | -1/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #386 from nextcloud/use-tooltip-instead-of-tipsy | Morris Jobke | 2016-07-13 | 5 | -9/+24 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Use tooltip for ssl certs table | Morris Jobke | 2016-07-13 | 1 | -1/+1 | |
| * | | | Use tooltip for background job execution time | Morris Jobke | 2016-07-13 | 2 | -3/+3 | |
| * | | | Use tooltip for app management badges | Morris Jobke | 2016-07-13 | 1 | -4/+20 | |
| * | | | Remove unneeded usage of tipsy | Morris Jobke | 2016-07-13 | 1 | -1/+0 | |
|/ / / | ||||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-13 | 10 | -0/+18 | |
| |/ |/| | ||||||
* | | Merge pull request #377 from nextcloud/fix_dep_prov_user | Lukas Reschke | 2016-07-12 | 6 | -330/+417 | |
|\ \ | |/ |/| | ||||||
| * | Fix Warnings Provisioning API | Roeland Jago Douma | 2016-07-12 | 6 | -330/+417 | |
* | | Merge pull request #373 from nextcloud/fix_noDB | Joas Schilling | 2016-07-12 | 4 | -248/+341 | |
|\ \ | |/ |/| | ||||||
| * | Some UtilTests require DB | Roeland Jago Douma | 2016-07-11 | 1 | -0/+8 | |
| * | LegacyGroupTest need DB | Roeland Jago Douma | 2016-07-11 | 1 | -0/+6 | |
| * | Improve ManagerTest | Roeland Jago Douma | 2016-07-11 | 2 | -207/+205 | |
| * | Improve GroupTest | Roeland Jago Douma | 2016-07-11 | 1 | -43/+124 | |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-12 | 120 | -158/+66 |