summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18178 from owncloud/files-sidebar-actionsJan-Christoph Borchardt2015-08-1314-265/+494
|\ | | | | Sidebar file actions
| * Make file actions work from sidebarVincent Petry2015-08-1212-265/+422
| | | | | | | | | | | | | | | | | | | | | | | | | | The favorite icon in the sidebar now triggers the file action and also updates itself according to the model's state when triggered from the file row. The thumbnail triggers the default action. Currently only one FileInfoModel is used for the selection and state synchronization between views. FileList reload now auto-closes the sidebar.
| * Introduce FileInfoModelVincent Petry2015-08-122-0/+72
| | | | | | | | | | FileInfoModel is a backbone model that will make it possible to track changes and update views accordingly
* | Add a basic unit test which notifies us about incompatible extendingJoas Schilling2015-08-131-0/+82
| |
* | Merge pull request #16543 from rullzer/files_sharing_proper_function_argsVincent Petry2015-08-132-25/+70
|\ \ | | | | | | files_sharing private function to proper signature
| * | Extend tests for files_sharing apiRoeland Jago Douma2015-08-111-0/+48
| | |
| * | Move private functions to proper list of argumentsRoeland Jago Douma2015-08-111-25/+22
| | | | | | | | | | | | | | | | | | Some private static functions in the OCS Share API (files_sharing/api/local.php) take a params array with all the info inside. This is bad for the limited type checking and is not clear.
* | | Merge pull request #18231 from owncloud/fix-show-shared-storage-full-temporaryVincent Petry2015-08-131-3/+2
|\ \ \ | | | | | | | | Show storage full warning for shared storages temporary
| * | | Show strage full warning for shared storages temporaryMorris Jobke2015-08-121-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed the setDefault call because then it will always be reshown * was added with ba475d486258c0b7ea86cd766814053df6c69170 * fixes #18208
* | | | replace tipsys with tooltipsHendrik Leppelsack2015-08-123-7/+13
|/ / /
* | | Merge pull request #18065 from owncloud/new-trashbin-retentionThomas Müller2015-08-126-34/+400
|\ \ \ | | | | | | | | New trashbin retention
| * | | Fix testsVictor Dubiniuk2015-08-101-7/+1
| | | |
| * | | Migrate settingsVictor Dubiniuk2015-08-103-20/+93
| | | |
| * | | Enhance trashbin expiration settingsVictor Dubiniuk2015-08-105-26/+325
| | | |
* | | | Merge pull request #17865 from rullzer/less_static_prov_apiThomas Müller2015-08-128-458/+1128
|\ \ \ \ | | | | | | | | | | Move Provisioning API to OCP
| * | | | Check for userSession->getUser() === nullRoeland Jago Douma2015-08-113-25/+69
| | | | |
| * | | | [provisioning api] Fix grouptestRoeland Jago Douma2015-08-111-1/+1
| | | | |
| * | | | [provisioning api] Test for correct displaynameRoeland Jago Douma2015-08-112-1/+4
| | | | |
| * | | | Declare fieldsRoeland Jago Douma2015-08-111-0/+9
| | | | |
| * | | | [provisioning api] Improve apps test coverageRoeland Jago Douma2015-08-111-0/+6
| | | | |
| * | | | Fix groupsRoeland Jago Douma2015-08-111-2/+2
| | | | |
| * | | | [provisioning api] improve coverage for groupsRoeland Jago Douma2015-08-111-0/+131
| | | | |
| * | | | [provisioning api] Improve test coverage userRoeland Jago Douma2015-08-111-0/+358
| | | | |
| * | | | [provisioning api] Move away from OC\Util to OCP\UtilRoeland Jago Douma2015-08-021-2/+2
| | | | |
| * | | | [provisioning_api] Move tests to OCPRoeland Jago Douma2015-08-024-199/+202
| | | | |
| * | | | [provisioning_api] Move part of apps to OCPRoeland Jago Douma2015-08-023-13/+29
| | | | |
| * | | | [provisioning_api] OC_User to IUserSessionRoeland Jago Douma2015-08-025-26/+48
| | | | |
| * | | | [provisioning_api] subadmin check for usersRoeland Jago Douma2015-08-021-10/+10
| | | | |
| * | | | [provisioning_api] Moved groups away from static stuffRoeland Jago Douma2015-08-023-56/+78
| | | | |
| * | | | [provisioning_api] Move users away from static codeRoeland Jago Douma2015-08-023-248/+304
| | | | |
* | | | | Merge pull request #18127 from owncloud/dav-request-testsThomas Müller2015-08-122-72/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | | add test framework for doing full request webdav tests
| * | | | split out creating the sabre dav server to it's own factoryRobin Appelman2015-08-112-72/+26
| | | | |
* | | | | Merge pull request #17709 from owncloud/fileactions-dropdownJan-Christoph Borchardt2015-08-1114-563/+1112
|\ \ \ \ \ | | | | | | | | | | | | Move file actions to dropdown
| * | | | | Fixed file actions menu to close when reclicking triggerVincent Petry2015-08-114-71/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FileActionsMenu is now a backbone view. The trigger and highlight handling is now done in the FileActions.showMenu() method using events.
| * | | | | Inline actions using default renderer are now always permanentVincent Petry2015-08-102-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default renderer like the favorite icon can decide whether to use the permanent class or not. Fixed sharing code to properly update the icon according to sharing state modifications.
| * | | | | fix width of action dropdown and last layout detailsJan-Christoph Borchardt2015-08-102-14/+14
| | | | | |
| * | | | | remove whitespace on right cause of moved delete iconJan-Christoph Borchardt2015-08-101-18/+13
| | | | | |
| * | | | | fix ellipsizing for file namesJan-Christoph Borchardt2015-08-101-24/+4
| | | | | |
| * | | | | fix layout and design of actions dropdownJan-Christoph Borchardt2015-08-102-13/+31
| | | | | |
| * | | | | Remove share action display nameVincent Petry2015-08-101-1/+1
| | | | | |
| * | | | | Added bubble style, applied to file actions menuVincent Petry2015-08-102-1/+2
| | | | | |
| * | | | | Updated unit tests for file actions and actions menuVincent Petry2015-08-105-319/+620
| | | | | |
| * | | | | Make file action menu icon permanentVincent Petry2015-08-101-3/+5
| | | | | |
| * | | | | Implement file actions dropdownVincent Petry2015-08-109-195/+457
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | File actions now have two types "inline" and "dropdown". The default is "dropdown". The file actions will now be shown in a dropdown menu.
* | | | | Merge pull request #18171 from ↵Morris Jobke2015-08-112-10/+54
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/fix-language-of-files-activities-in-emails Correctly make use of the languageCode argument in the files activity extension
| * | | | | Correctly make use of the languageCode argument in the files activity extensionJoas Schilling2015-08-102-10/+54
| | | | | |
* | | | | | Merge pull request #16528 from owncloud/activity-302-improve-settingsJoas Schilling2015-08-112-13/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Activity 302 improve settings
| * | | | | | Do not use magic strings when there are constants for itJoas Schilling2015-07-222-11/+12
| | | | | | |
| * | | | | | Make the favorite type stream onlyJoas Schilling2015-07-221-2/+9
| | | | | | |
* | | | | | | Merge pull request #18175 from owncloud/automatic-db-prefix-query-builderThomas Müller2015-08-104-22/+22
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Automatic db prefix query builder