summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* Sanitize file namesLukas Reschke2012-10-121-2/+2
* Sanitize user inputLukas Reschke2012-10-061-3/+3
* Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534Arthur Schiwon2012-08-201-12/+18
* Add a missing exit();Lukas Reschke2012-08-181-0/+1
* Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prev...Lukas Reschke2012-08-181-1/+1
* Remove delete tipsy if file is deleted, fixes bug oc-958Michael Gapczynski2012-07-301-0/+1
* - remove namespace from file property name (webdav)Bjoern Schiessle2012-07-232-1/+12
* Added CSRF checksLukas Reschke2012-07-205-0/+5
* Sanitizing file namesLukas Reschke2012-07-111-1/+1
* Files: Double encode download links. Fix for oc-1016.Thomas Tanghus2012-06-151-1/+1
* Label the delete operation "unshare" for files in the "Shared" folder to reduceBjoern Schiessle2012-06-121-1/+5
* block slashes only for new files and new folders but not for file upload from...Bjoern Schiessle2012-06-121-1/+1
* committed patch (bug #967) to add missing translations for file actionsBjoern Schiessle2012-06-121-2/+2
* fixed var name, $filename should be $foldernameBjoern Schiessle2012-06-061-1/+1
* update translationsRobin Appelman2012-06-0645-134/+316
* prevent creating files with a / the nameRobin Appelman2012-06-063-0/+13
* linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.Arthur Schiwon2012-06-052-3/+3
* Don't allow user to delete, rename and re-share the "Shared" directoryBjoern Schiessle2012-06-042-3/+5
* donĀ“t do warnings.Frank Karlitschek2012-06-011-1/+1
* fix the breadcrumbFrank Karlitschek2012-05-311-2/+2
* Add HEAD request management for files ajax/download.phpBrice Maron2012-05-251-1/+1
* Make sure sharing and versions dropdowns come down in the same location for a...v4.0.0Michael Gapczynski2012-05-191-1/+1
* make upload work with IE againArthur Schiwon2012-05-181-1/+1
* mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek2012-05-181-1/+2
* Merge commit 'refs/merge-requests/115' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-05-172-3/+3
|\
| * Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-e...Vitaly Kuznetsov2012-05-102-3/+3
* | update translationsRobin Appelman2012-05-178-6/+125
* | try to remove deprecated files from /files on updateArthur Schiwon2012-05-161-0/+34
* | No multiple file sharing in this next release, sharing UI isn't ready for it :(Michael Gapczynski2012-05-151-1/+1
* | Make only writable files draggableMichael Gapczynski2012-05-141-1/+1
* | removing executable bit - againThomas Mueller2012-05-1520-0/+0
* | cache app types during install or updateRobin Appelman2012-05-141-1/+1
* | Call is_writable explicitly on folders for readonly checkMichael Gapczynski2012-05-141-1/+1
* | selective app loading for remote/publicRobin Appelman2012-05-142-0/+4
* | update translationsRobin Appelman2012-05-1317-16/+212
* | oc-627, calling base function instead of loading too much useless functionsBartek Przybylski2012-05-121-1/+1
* | load remote and public paths from info.xml during upgrade instead of setting ...Robin Appelman2012-05-113-2/+5
* | fixing upload icon colorJan-Christoph Borchardt2012-05-101-1/+1
* | larger clickable area for new buttonJan-Christoph Borchardt2012-05-101-1/+1
* | fixing background for clicked new buttonJan-Christoph Borchardt2012-05-101-1/+1
* | reduced text shadow brightnessJan-Christoph Borchardt2012-05-101-1/+1
* | highlight the files new and upload button all the timeJan-Christoph Borchardt2012-05-101-2/+2
|/
* Use a clean uri param constructor to get filesBrice Maron2012-05-091-1/+1
* update translationsRobin Appelman2012-05-0935-73/+205
* Correct file move by dropping on folderBrice Maron2012-05-081-7/+7
* applying coding guidelineArthur Schiwon2012-05-071-3/+3
* applying coding guidelineArthur Schiwon2012-05-071-20/+20
* improve remote.php and create public.phpGeorg Ehrke2012-05-071-1/+1
* fix webdav, bloody merge conflictsGeorg Ehrke2012-05-071-1/+0
* fix merge conflictsGeorg Ehrke2012-05-0711-24/+23
|\