summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-2969-339/+341
* typos, naming, remove unused code, identationThomas Müller2014-04-283-53/+39
* Fixed drag and drop into folder and onto breadcrumbVincent Petry2014-04-283-82/+211
* Fixed selection summary calculation issueVincent Petry2014-04-282-3/+27
* Cleanup of event handlersVincent Petry2014-04-281-32/+32
* Cleanup and fix trashbin "clear all files" operationVincent Petry2014-04-282-6/+2
* Fixed drag shadow file sortingVincent Petry2014-04-281-0/+1
* Fixed selection to be based on FileList.filesVincent Petry2014-04-285-161/+289
* Fix trashbin previews and "delete selected"Vincent Petry2014-04-282-4/+4
* Make sure there are always enough elements visible on the pageVincent Petry2014-04-282-0/+18
* Fixed insertion of filesVincent Petry2014-04-284-40/+169
* Fixed file sorting to work with scrollingVincent Petry2014-04-282-106/+150
* Fix file selection for infinite scrollingVincent Petry2014-04-287-378/+625
* Fix file summary to use the whole file listVincent Petry2014-04-2810-138/+322
* Added infinite scrolling (in-memory list)Vincent Petry2014-04-281-5/+60
* drop files_irods from apps_externalThomas Müller2014-04-2882-8015/+0
* Merge pull request #8327 from owncloud/l10n-files_external-fieldsThomas Müller2014-04-282-66/+67
|\
| * fix single quote sanitizationVolkan Gezer2014-04-261-1/+1
| * Add translatable mount configsVolkan Gezer2014-04-231-65/+66
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-282-1/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-271-1/+1
* | Merge pull request #8353 from owncloud/publicshare-webdavicewind19912014-04-264-2/+131
|\ \
| * | Expose public shares over webdavRobin Appelman2014-04-254-2/+131
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-267-0/+9
* | | fix layout of external storage config tableMorris Jobke2014-04-251-1/+6
* | | Merge pull request #8350 from owncloud/share-search-mimeicewind19912014-04-251-6/+9
|\ \ \ | |/ / |/| |
| * | Also fixed the returned internal path when getting the root shared item by idRobin Appelman2014-04-251-4/+3
| * | fix search by mime for shared single filesRobin Appelman2014-04-251-3/+7
* | | merge master into webdav-injectionRobin Appelman2014-04-25130-1049/+1055
|\| |
| * | [tx-robot] updated from transifexJenkins for ownCloud2014-04-2550-71/+52
| * | Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle2014-04-2432-822/+792
| |\ \
| | * | always allow to rename the share mount pointBjoern Schiessle2014-04-233-1/+19
| | * | split-up the update script and add unit tests for itBjoern Schiessle2014-04-232-21/+92
| | * | make it possible to move files out of a shared mount pointBjoern Schiessle2014-04-232-13/+45
| | * | typos, use, unused and return fixedThomas Müller2014-04-233-7/+9
| | * | Dont throw an error when a storage isn't found for shared cacheRobin Appelman2014-04-231-3/+3
| | * | some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle2014-04-234-219/+32
| | * | add unit tests which got lost during rebaseBjoern Schiessle2014-04-231-0/+23
| | * | we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-234-6/+72
| | * | fix etag propagationBjoern Schiessle2014-04-233-46/+68
| | * | update script, create Shared folder and adjust target path for the sharesBjoern Schiessle2014-04-232-61/+44
| | * | allow to rename group share mount pointsBjoern Schiessle2014-04-231-7/+36
| | * | cleanup the shared storage, always keep the whole share resourceBjoern Schiessle2014-04-232-39/+43
| | * | external storages: allow to mount a folder called "Shared", it is no longer a...Bjoern Schiessle2014-04-232-6/+3
| | * | also fetch the etag from file cacheBjoern Schiessle2014-04-231-1/+2
| | * | make sure that path is not 'false'Bjoern Schiessle2014-04-232-6/+4
| | * | fix deleting of shared filesBjoern Schiessle2014-04-231-0/+3
| | * | fix updating of shared filesBjoern Schiessle2014-04-231-7/+3
| | * | fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-237-67/+59
| | * | fix share api testsBjoern Schiessle2014-04-2310-176/+90