Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18178 from owncloud/files-sidebar-actions | Jan-Christoph Borchardt | 2015-08-13 | 14 | -265/+494 |
|\ | |||||
| * | Make file actions work from sidebar | Vincent Petry | 2015-08-12 | 12 | -265/+422 |
| * | Introduce FileInfoModel | Vincent Petry | 2015-08-12 | 2 | -0/+72 |
* | | Add a basic unit test which notifies us about incompatible extending | Joas Schilling | 2015-08-13 | 1 | -0/+82 |
* | | Merge pull request #16543 from rullzer/files_sharing_proper_function_args | Vincent Petry | 2015-08-13 | 2 | -25/+70 |
|\ \ | |||||
| * | | Extend tests for files_sharing api | Roeland Jago Douma | 2015-08-11 | 1 | -0/+48 |
| * | | Move private functions to proper list of arguments | Roeland Jago Douma | 2015-08-11 | 1 | -25/+22 |
* | | | Merge pull request #18231 from owncloud/fix-show-shared-storage-full-temporary | Vincent Petry | 2015-08-13 | 1 | -3/+2 |
|\ \ \ | |||||
| * | | | Show strage full warning for shared storages temporary | Morris Jobke | 2015-08-12 | 1 | -3/+2 |
* | | | | replace tipsys with tooltips | Hendrik Leppelsack | 2015-08-12 | 3 | -7/+13 |
|/ / / | |||||
* | | | Merge pull request #18065 from owncloud/new-trashbin-retention | Thomas Müller | 2015-08-12 | 6 | -34/+400 |
|\ \ \ | |||||
| * | | | Fix tests | Victor Dubiniuk | 2015-08-10 | 1 | -7/+1 |
| * | | | Migrate settings | Victor Dubiniuk | 2015-08-10 | 3 | -20/+93 |
| * | | | Enhance trashbin expiration settings | Victor Dubiniuk | 2015-08-10 | 5 | -26/+325 |
* | | | | Merge pull request #17865 from rullzer/less_static_prov_api | Thomas Müller | 2015-08-12 | 8 | -458/+1128 |
|\ \ \ \ | |||||
| * | | | | Check for userSession->getUser() === null | Roeland Jago Douma | 2015-08-11 | 3 | -25/+69 |
| * | | | | [provisioning api] Fix grouptest | Roeland Jago Douma | 2015-08-11 | 1 | -1/+1 |
| * | | | | [provisioning api] Test for correct displayname | Roeland Jago Douma | 2015-08-11 | 2 | -1/+4 |
| * | | | | 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 | 2 | -72/+26 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | split out creating the sabre dav server to it's own factory | Robin Appelman | 2015-08-11 | 2 | -72/+26 |
* | | | | | Merge pull request #17709 from owncloud/fileactions-dropdown | Jan-Christoph Borchardt | 2015-08-11 | 14 | -563/+1112 |
|\ \ \ \ \ | |||||
| * | | | | | Fixed file actions menu to close when reclicking trigger | Vincent Petry | 2015-08-11 | 4 | -71/+60 |
| * | | | | | Inline actions using default renderer are now always permanent | Vincent Petry | 2015-08-10 | 2 | -3/+4 |
| * | | | | | 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 | 2 | -13/+31 |
| * | | | | | 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 | 2 | -1/+2 |
| * | | | | | 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 | 9 | -195/+457 |
| |/ / / / | |||||
* | | | | | 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 | 2 | -13/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 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 |
* | | | | | | | Merge pull request #18175 from owncloud/automatic-db-prefix-query-builder | Thomas Müller | 2015-08-10 | 4 | -22/+22 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | |