summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7592 from owncloud/fixstoragefreespaceVincent Petry2014-03-062-499/+633
|\
| * Fixed upload issue when free space is not knownVincent Petry2014-03-061-1/+3
| * Added unit tests for "add()" method for file uploadVincent Petry2014-03-062-499/+631
* | Merge branch 'master' into fix-7307Thomas Müller2014-03-066-34/+73
|\|
| * Merge pull request #7575 from owncloud/issue/7571Vincent Petry2014-03-051-2/+2
| |\
| | * Do not set #dir when on public.phpJoas Schilling2014-03-051-2/+2
| * | Merge pull request #7531 from owncloud/dont_create_shared_folderBjörn Schießle2014-03-055-26/+61
| |\ \ | | |/ | |/|
| | * don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-055-26/+61
| * | Merge branch 'master' into display-share-owner-masterThomas Müller2014-02-288-71/+126
| |\|
| * | store the share owner in a data-attribute instead of a separate spanThomas Müller2014-02-201-5/+9
| * | adding share owner information to the file listThomas Müller2014-02-201-5/+5
* | | fixing download url in files appThomas Müller2014-03-021-1/+1
* | | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-022-3/+5
| |/ |/|
* | Update rawlist to work with new fileinfo objectRobin Appelman2014-02-271-31/+28
* | coding style fixes, cut long lines, comments not on same lines, curly bracesJan-Christoph Borchardt2014-02-261-8/+11
* | Merge pull request #7285 from owncloud/mimeicons-svgMorris Jobke2014-02-244-17/+29
|\ \
| * | rename url parameterRobin Appelman2014-02-241-1/+1
| * | Add url parameter to control whether previews should return 404 when the mime...Robin Appelman2014-02-211-0/+1
| * | Make unit tests expect the svg iconsRobin Appelman2014-02-201-2/+6
| * | Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-207-40/+105
| |\|
| * | Fix svg icons for public shares and external/shared filesRobin Appelman2014-02-191-3/+3
| * | Show svg mime icons when no preview is availableRobin Appelman2014-02-193-13/+20
* | | Merge pull request #7320 from owncloud/GuillaumeAmat-patch-1Morris Jobke2014-02-241-2/+30
|\ \ \
| * | | code style: else on same lineJan-Christoph Borchardt2014-02-211-2/+1
| * | | fix intendationMorris Jobke2014-02-201-3/+3
| * | | Fixed trashbin titleVincent Petry2014-02-201-21/+15
| * | | Fixed title formatVincent Petry2014-02-201-1/+8
| * | | Merge branch 'patch-1' of github.com:GuillaumeAmat/core into GuillaumeAmat-pa...Vincent Petry2014-02-201-3/+31
| |\ \ \ | | |_|/ | |/| |
| | * | Uses OC.basename instead of custom codeGuillaume AMAT2014-02-191-2/+2
| | * | Gets the page title from oc_defaults in Files appGuillaume AMAT2014-02-131-1/+1
| | * | Update page title when navigating through directoriesGuillaume AMAT2014-02-121-3/+31
* | | | fix too much distance between text and iconJan-Christoph Borchardt2014-02-211-1/+1
* | | | use SVG icons from icons.css for New file menuJan-Christoph Borchardt2014-02-212-13/+28
|/ / /
* | | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-202-6/+12
|\ \ \
| * | | Added extra checks for invalid file chars in newfile.php and newfolder.phpVincent Petry2014-02-182-6/+12
* | | | Merge pull request #7195 from owncloud/files-selectallVincent Petry2014-02-195-34/+93
|\ \ \ \ | |_|_|/ |/| | |
| * | | Do not send file list for select all on Download/deleteVincent Petry2014-02-135-34/+93
* | | | Merge pull request #4799 from owncloud/tune_legacy_cache_webdav_properties_pr...Jan-Christoph Borchardt2014-02-191-11/+8
|\ \ \ \
| * | | | cleanup and actually execute the queryJörn Friedrich Dreyer2013-11-011-4/+8
| * | | | use doctrine to construct concat expressionJörn Friedrich Dreyer2013-11-011-8/+1
| * | | | Concatenate string in SQL instead of PHPJörn Friedrich Dreyer2013-11-011-10/+10
* | | | | Merge pull request #7257 from owncloud/filelist-fileinfoVincent Petry2014-02-193-26/+6
|\ \ \ \ \
| * | | | | use a FileInfo object of the directory when generting the filelistRobin Appelman2014-02-183-26/+6
| | |_|/ / | |/| | |
* | | | | Merge pull request #7190 from owncloud/appconfig-legacy-appsThomas Müller2014-02-181-3/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-3/+5
| | |/ / | |/| |
* | | | small change for compatibilityDavid2014-02-171-1/+1
* | | | Merge pull request #7183 from owncloud/remove-force-lowercaseThomas Müller2014-02-141-3/+20
|\ \ \ \
| * | | | remove forced lowercase from extension, fix #4747, also coding style fixesJan-Christoph Borchardt2014-02-131-3/+20
| |/ / /
* | | | Merge pull request #7168 from owncloud/issue/7152Vincent Petry2014-02-141-4/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Send correct path on file upload when using public appJoas Schilling2014-02-121-4/+12
| | |/ | |/|