summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15093 from rullzer/capabilities_managerRoeland Douma2015-08-1025-92/+542
|\ | | | | Capabilities manager
| * Use DIRoeland Jago Douma2015-08-1012-93/+44
| | | | | | | | | | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
| * Move core capabilities to new classRoeland Jago Douma2015-08-103-11/+65
| |
| * Moved core apps to the capabilities managerRoeland Jago Douma2015-08-1015-86/+179
| | | | | | | | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
| * Added Capabilities ManagerRoeland Jago Douma2015-08-108-2/+354
| | | | | | | | | | | | | | * This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance
* | Merge pull request #18159 from owncloud/check-appid-folder-in-archiveThomas Müller2015-08-101-0/+4
|\ \ | | | | | | Check if archive contains a directory named like appid
| * | Update installer.phpmichag862015-08-101-0/+1
| | |
| * | Check if archive contains a directory named like appidmichag862015-08-101-0/+3
| |/
* | Merge pull request #17656 from owncloud/files-rightsidebarVincent Petry2015-08-1024-27/+1194
|\ \ | |/ |/| Basic work for right sidebar
| * Fix unit test for tipsy->tooltip changeVincent Petry2015-08-101-3/+3
| |
| * replace tipsy with tooltipHendrik Leppelsack2015-08-071-1/+1
| |
| * fix tipsy gravity after rebaseArthur Schiwon2015-08-071-1/+1
| |
| * fix timezone issue with unittestArthur Schiwon2015-08-071-1/+2
| |
| * Fix sidebar mtime display unit testVincent Petry2015-08-071-2/+2
| |
| * Set momentJS locale to en during unit test runsVincent Petry2015-08-071-0/+2
| |
| * Fix app-content scrollbar when app-sidebar is openVincent Petry2015-08-074-16/+10
| |
| * fix position of elements in right sidebarJan-Christoph Borchardt2015-08-072-8/+18
| |
| * fix right sidebar position and first styleJan-Christoph Borchardt2015-08-072-10/+5
| |
| * Use own tabs impl in files sidebarVincent Petry2015-08-075-26/+123
| | | | | | | | Also change style.
| * fix show/hide app sidebar functionsArthur Schiwon2015-08-071-2/+3
| |
| * rename sidebar element and use css and js utility functions to coreArthur Schiwon2015-08-077-56/+80
| |
| * sidebar shall not overlap but shrink the contnetArthur Schiwon2015-08-073-6/+15
| |
| * extend MainFileInfoDetailView JS testsArthur Schiwon2015-08-071-3/+29
| |
| * Main view does not commands detail and tab views to render. Fixes JS tests.Arthur Schiwon2015-08-073-5/+20
| | | | | | | | | | | | | | | | | | | | For a predictive behaviour we need to determine who is allowed to call render methods on the views. Either, the main view is solely allowed to call render and views do not do anything about output until then. Or, the main view relies on the concrete views to be ready when things are about to be shown. The latter approach has the advantage that concrete views know when they have to update themselves (e.g. new data arrives or information change), but the main view has now idea of the inner workings.
| * More work on right sidebar unit testsVincent Petry2015-08-071-3/+3
| |
| * Added unit tests for right sidebarVincent Petry2015-08-077-7/+222
| |
| * Improve layout, fix mime iconVincent Petry2015-08-074-17/+35
| |
| * Disable right sidebar in public file list pageVincent Petry2015-08-072-6/+14
| |
| * Right sidebar now has its own scrollbarVincent Petry2015-08-073-5/+25
| |
| * Remove horizontal scroll caused by right sidebarVincent Petry2015-08-071-0/+4
| |
| * Styling fixes + hightlight in files sidebarVincent Petry2015-08-077-3/+17
| | | | | | | | | | Sidebar scrolls with contents Highlight currently show file
| * More fixes to the right sidebarVincent Petry2015-08-077-133/+85
| | | | | | | | | | Sidebar now works in all file list views. Moved owner to share tab.
| * Improved right sidebarVincent Petry2015-08-079-74/+328
| | | | | | | | | | | | | | | | Added owner info. Added animation, but causes scrollbal. Default file action now when clicking on name directly. Fixed icon. Added empty share tab.
| * Basic work for right sidebarVincent Petry2015-08-077-0/+508
| | | | | | | | Adds right sidebar with registrable panels (still WIP)
* | Merge pull request #14779 from owncloud/use-iterator-directoryRobin McCorkell2015-08-078-18/+16
|\ \ | | | | | | Use the new IteratorDirectory instead of the fakedir wrapper
| * | Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-158-18/+16
| | |
* | | Merge pull request #18124 from owncloud/share-permwrongvarMorris Jobke2015-08-072-4/+61
|\ \ \ | | | | | | | | Fix removal of share permissions when share disabled for user
| * | | Fix removal of share permissions when share disabled for userVincent Petry2015-08-072-4/+61
| | | |
* | | | Merge pull request #18125 from owncloud/filelist-emptycontentduringmaskJan-Christoph Borchardt2015-08-071-0/+1
|\ \ \ \ | | | | | | | | | | Make sure to hide empty content message when mask is shown
| * | | | Make sure to hide empty content message when mask is shownVincent Petry2015-08-071-0/+1
| |/ / /
* | | | Merge pull request #18120 from owncloud/appframework-isessioLukas Reschke2015-08-071-0/+4
|\ \ \ \ | | | | | | | | | | Add \OCP\ISession to AppFramework
| * | | | Add \OCP\ISession to AppFrameworkRobin McCorkell2015-08-071-0/+4
| | |_|/ | |/| |
* | | | Merge pull request #13949 from rullzer/no_negative_expireVincent Petry2015-08-071-0/+7
|\ \ \ \ | | | | | | | | | | Do not allow invalid default expire days
| * | | | Do not allow invalid default expire daysRoeland Jago Douma2015-07-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently it is possible to set a negative number of days in which a public share expires. This results in public sharing not working and it undesired. Weird thing is that the API still lets you create shares and gives back an URL. However the id is "unkown" and the URL invalid.
* | | | | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-0711-13/+763
|\ \ \ \ \ | | | | | | | | | | | | Store storage availability in database
| * | | | | Fix mounting wrapped storages resulting in many-layered wrappingRobin McCorkell2015-07-202-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This usually doesn't cause issues, but in unit tests sometimes a wrapped storage is passed to Filesystem::mount() and gets rewrapped, hitting the XDebug function nesting level limit when used.
| * | | | | Store storage availability in databaseRobin McCorkell2015-07-2010-13/+737
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved.
* | | | | | Merge pull request #18118 from owncloud/allow-ocs-to-send-headersThomas Müller2015-08-072-1/+48
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Adding header support to class OC_OCS_Result
| * | | | | Adding header support to class OC_OCS_ResultThomas Müller2015-08-072-1/+48
|/ / / / /
* | | | | Merge pull request #18083 from owncloud/user-search-boxJan-Christoph Borchardt2015-08-074-45/+29
|\ \ \ \ \ | | | | | | | | | | | | use the main search box to filter users in user management