summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8773 from owncloud/l10n-tipsy-deleteLukas Reschke2014-05-291-1/+1
|\ | | | | show delete hint text on hovering trash
| * show delete hint text on hovering trashVolkan Gezer2014-05-281-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-291-1/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-284-6/+36
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
| | | | Also added a few missing authors.
* Merge pull request #8728 from owncloud/sharing_fix_reshareVincent Petry2014-05-271-10/+4
|\ | | | | allow resharing of files with only share permissions
| * allow resharing of files with only share permissionsBjoern Schiessle2014-05-261-10/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-279-9/+18
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-2659-123/+68
|
* Merge pull request #8705 from wakeup/masterThomas Müller2014-05-251-1/+1
|\ | | | | fix typo
| * fix typoVolkan Gezer2014-05-241-1/+1
| | | | | | Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/) on transifex
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-251-15/+15
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-243-0/+4
|
* Merge pull request #8671 from owncloud/log-upload-errorsVincent Petry2014-05-231-1/+3
|\ | | | | php upload errors are written to log
| * php upload errors are written to logThomas Müller2014-05-221-1/+3
| |
* | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+4
|/
* Merge pull request #8612 from owncloud/share-updateshareiconsafterrenameBjörn Schießle2014-05-212-35/+73
|\ | | | | [master] Fixed issues with renaming
| * Fixed issues with renamingVincent Petry2014-05-162-35/+73
| | | | | | | | | | | | | | | | - summary is now untouched on rename instead of bogus incrementation - fixes "Share" status icon by only triggring "fileActionsReady" once - row is now reinserted even when rename is cancelled, this removes the hacky/buggy code that tried to rename the element back - added unit tests to cover the fixed cases
* | Fixed download URL in public pageVincent Petry2014-05-201-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-206-5/+28
| |
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | | | | | * test case added to avoid adding them later
* | Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-192-13/+15
|\ \ | | | | | | Expose permission via WebDAV
| * | fix broken unit testThomas Müller2014-05-021-1/+11
| | |
| * | - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-13/+4
| | | | | | | | | | | | | | | | | | - Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string
* | | Merge pull request #8585 from owncloud/phpdoc-improvements-appsAndreas Fischer2014-05-192-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPDoc improvements /apps * owncloud/phpdoc-improvements-apps: Fix whitespace issues Reduce double-space with single-space. Remove spaces around | operator in doc block. Fix more missing or broken PHPDoc PHPDoc fixes for user_ldap Fix PHPDoc in /apps
| * | | Fix whitespace issuesRobin McCorkell2014-05-161-2/+2
| | | |
| * | | Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-193-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-1855-0/+99
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-1753-52/+9
|/ /
* | Merge pull request #8610 from owncloud/ie8-filesdndbugVincent Petry2014-05-161-1/+1
|\ \ | | | | | | Fix drag and drop in IE8
| * | Fix drag and drop in IE8Vincent Petry2014-05-161-1/+1
| | | | | | | | | | | | | | | For some reason IE8 didn't like the sort function, so using the one from underscore instead.
* | | Merge pull request #6260 from owncloud/jan-navigation-filesidebarVincent Petry2014-05-1623-2593/+3333
|\ \ \ | |/ / |/| | Files app navigation sidebar
| * | Fixed many issues, clean upVincent Petry2014-05-1516-195/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now)
| * | Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-1521-2558/+2955
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces
| * | Files app navigation can now switchVincent Petry2014-05-155-4/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | - added new OCA.Files namespace for files classes - the sidebar can now switch between views/containers - the trashbin renders in its own container but currently doesn't work due to overrides - added app.js as entry point for JS code (ideally all other files should only contain classes and not trigger anything)
| * | Added navigation manager in files app for the sidebarVincent Petry2014-05-154-15/+58
| | | | | | | | | | | | | | | | | | | | | Apps can now register navigation items into the sidebar of the files app. For every sidebar item there is a container. The container's content is rendered based on the script name given at registration time.
| * | Added app navigation for files appVincent Petry2014-05-155-3/+44
| | | | | | | | | | | | | | | | | | - Added links to trashbin and shared dir - Moved "WebDAV" settings block to the app nav's settings section - Added sidebar support in trashbin app as well
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-163-1/+39
|/ /
* | Merge pull request #8584 from Bagera/masterjbtbnl2014-05-141-1/+1
|\ \ | | | | | | avoid row resize on filename edit
| * | Set row height in files tableBagera2014-05-141-2/+2
| | | | | | | | | | | | Sets row height to avoid resize when name is edited
| * | fixes #7949Bagera2014-05-131-1/+1
| | | | | | | | | | | | Sets height to form to avoid resizing when filename link is not shown
* | | We do not support updates from 4.5 > 7.0Lukas Reschke2014-05-131-46/+0
|/ /
* | Merge pull request #8041 from owncloud/files-sortcolumnsVincent Petry2014-05-127-54/+481
|\ \ | | | | | | File list sorting by clicking on column headers
| * | Clear selection on reload (when changing sort)Vincent Petry2014-04-292-2/+9
| | |
| * | typos, indentation and remove of unused codeThomas Müller2014-04-283-7/+7
| | |
| * | Added unit test in files app for sort function in helper classVincent Petry2014-04-282-6/+113
| | | | | | | | | | | | | | | Added unit test for the Helper class in the files app that tests the different sort orders.
| * | Set default sort of trashbin to timestamp descendingVincent Petry2014-04-281-4/+1
| | |
| * | Add sorting to files list, trashbin and public filesVincent Petry2014-04-286-44/+360
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-122-1/+20
| | |