Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Declare fields | Roeland Jago Douma | 2015-08-11 | 1 | -0/+9 | |
| * | | | | | | | | | [provisioning api] Improve apps test coverage | Roeland Jago Douma | 2015-08-11 | 1 | -0/+6 | |
| * | | | | | | | | | Fix groups | Roeland Jago Douma | 2015-08-11 | 1 | -2/+2 | |
| * | | | | | | | | | [provisioning api] improve coverage for groups | Roeland Jago Douma | 2015-08-11 | 1 | -0/+131 | |
| * | | | | | | | | | [provisioning api] Improve test coverage user | Roeland Jago Douma | 2015-08-11 | 1 | -0/+358 | |
| * | | | | | | | | | [provisioning api] Move away from OC\Util to OCP\Util | Roeland Jago Douma | 2015-08-02 | 1 | -2/+2 | |
| * | | | | | | | | | [provisioning_api] Move tests to OCP | Roeland Jago Douma | 2015-08-02 | 4 | -199/+202 | |
| * | | | | | | | | | [provisioning_api] Move part of apps to OCP | Roeland Jago Douma | 2015-08-02 | 3 | -13/+29 | |
| * | | | | | | | | | [provisioning_api] OC_User to IUserSession | Roeland Jago Douma | 2015-08-02 | 5 | -26/+48 | |
| * | | | | | | | | | [provisioning_api] subadmin check for users | Roeland Jago Douma | 2015-08-02 | 1 | -10/+10 | |
| * | | | | | | | | | [provisioning_api] Moved groups away from static stuff | Roeland Jago Douma | 2015-08-02 | 3 | -56/+78 | |
| * | | | | | | | | | [provisioning_api] Move users away from static code | Roeland Jago Douma | 2015-08-02 | 3 | -248/+304 | |
* | | | | | | | | | | Merge pull request #18127 from owncloud/dav-request-tests | Thomas Müller | 2015-08-12 | 11 | -77/+543 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | handle single file dav endpoints | Robin Appelman | 2015-08-11 | 1 | -2/+6 | |
| * | | | | | | | | | | only add tags plugin when loggedin | Robin Appelman | 2015-08-11 | 1 | -2/+2 | |
| * | | | | | | | | | | fix setup/teardown | Robin Appelman | 2015-08-11 | 1 | -11/+18 | |
| * | | | | | | | | | | split out creating the sabre dav server to it's own factory | Robin Appelman | 2015-08-11 | 5 | -106/+145 | |
| * | | | | | | | | | | add test framework for doing full request webdav tests | Robin Appelman | 2015-08-11 | 7 | -2/+418 | |
* | | | | | | | | | | | Merge pull request #18207 from owncloud/bump-version | Robin McCorkell | 2015-08-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Bump version patch number, fixes #18129 | Robin McCorkell | 2015-08-11 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #18202 from owncloud/revert-route-breaking-changes | Robin McCorkell | 2015-08-11 | 4 | -43/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Revert "make knowledge base url configurable" | Joas Schilling | 2015-08-11 | 3 | -27/+1 | |
| * | | | | | | | | | | Revert "Only load app routes if the app has already been loaded" | Joas Schilling | 2015-08-11 | 2 | -16/+0 | |
* | | | | | | | | | | | Merge pull request #17709 from owncloud/fileactions-dropdown | Jan-Christoph Borchardt | 2015-08-11 | 18 | -581/+1176 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fixed file actions menu to close when reclicking trigger | Vincent Petry | 2015-08-11 | 5 | -73/+67 | |
| * | | | | | | | | | | | Load backbone when running unit tests | Vincent Petry | 2015-08-11 | 1 | -1/+3 | |
| * | | | | | | | | | | | Inline actions using default renderer are now always permanent | Vincent Petry | 2015-08-10 | 3 | -6/+5 | |
| * | | | | | | | | | | | fix width of action dropdown and last layout details | Jan-Christoph Borchardt | 2015-08-10 | 2 | -14/+14 | |
| * | | | | | | | | | | | remove whitespace on right cause of moved delete icon | Jan-Christoph Borchardt | 2015-08-10 | 1 | -18/+13 | |
| * | | | | | | | | | | | fix ellipsizing for file names | Jan-Christoph Borchardt | 2015-08-10 | 1 | -24/+4 | |
| * | | | | | | | | | | | fix layout and design of actions dropdown | Jan-Christoph Borchardt | 2015-08-10 | 3 | -14/+32 | |
| * | | | | | | | | | | | Remove share action display name | Vincent Petry | 2015-08-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | Added bubble style, applied to file actions menu | Vincent Petry | 2015-08-10 | 3 | -2/+12 | |
| * | | | | | | | | | | | Updated unit tests for file actions and actions menu | Vincent Petry | 2015-08-10 | 5 | -319/+620 | |
| * | | | | | | | | | | | Make file action menu icon permanent | Vincent Petry | 2015-08-10 | 1 | -3/+5 | |
| * | | | | | | | | | | | Implement file actions dropdown | Vincent Petry | 2015-08-10 | 10 | -207/+501 | |
* | | | | | | | | | | | | Merge pull request #17852 from owncloud/register-alias-factory | Robin McCorkell | 2015-08-11 | 5 | -15/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | add test for factories | Bernhard Posselt | 2015-07-25 | 5 | -15/+50 | |
* | | | | | | | | | | | | Merge pull request #17868 from owncloud/x-forwarded-for | Thomas Müller | 2015-08-11 | 6 | -9/+145 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add setup check for reverse proxy header configuration | Robin McCorkell | 2015-08-10 | 4 | -7/+134 | |
| * | | | | | | | | | | | | Set default `forwarded_for_headers` to 'HTTP_X_FORWARDED_FOR' | Robin McCorkell | 2015-08-10 | 2 | -2/+11 | |
* | | | | | | | | | | | | | Merge pull request #17932 from owncloud/fix_move_files | Thomas Müller | 2015-08-11 | 2 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | make sure that we emit the hooks if a file gets moved from a subfolder to the... | Bjoern Schiessle | 2015-07-29 | 2 | -3/+10 | |
* | | | | | | | | | | | | | | Merge pull request #18171 from owncloud/fix-language-of-files-activities-in-e... | Morris Jobke | 2015-08-11 | 2 | -10/+54 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Correctly make use of the languageCode argument in the files activity extension | Joas Schilling | 2015-08-10 | 2 | -10/+54 | |
* | | | | | | | | | | | | | | | Merge pull request #16528 from owncloud/activity-302-improve-settings | Joas Schilling | 2015-08-11 | 4 | -15/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Do not use magic strings when there are constants for it | Joas Schilling | 2015-07-22 | 2 | -11/+12 | |
| * | | | | | | | | | | | | | | | Make the favorite type stream only | Joas Schilling | 2015-07-22 | 1 | -2/+9 | |
| * | | | | | | | | | | | | | | | Allow types to be method specific | Joas Schilling | 2015-07-22 | 2 | -2/+15 | |
* | | | | | | | | | | | | | | | | Merge pull request #17830 from owncloud/issue-17825-dont-silently-ignore-inva... | Joas Schilling | 2015-08-11 | 2 | -92/+147 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |