aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
Commit message (Expand)AuthorAgeFilesLines
* Public upload featureRoman Geber2013-06-251-1/+2
* Sed was wrongLukas Reschke2013-02-281-1/+1
* [Files] Use p() instead of echoLukas Reschke2013-02-271-8/+8
* Fix files router download linksBart Visscher2013-02-081-1/+1
* add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-1/+1
* fix merge conflictBjörn Schießle2013-01-311-29/+54
|\
| * Files: Dont get maxUploadSize if the filecache needs to be upgradedRobin Appelman2013-01-301-3/+2
| * merge master into filesystemRobin Appelman2013-01-281-0/+4
| |\
| * \ merge master into filesystemRobin Appelman2013-01-261-0/+4
| |\ \
| * | | Files: don't load fileactions.js when upgrading filecacheRobin Appelman2013-01-211-1/+1
| * | | merge master into filesytemRobin Appelman2013-01-201-6/+2
| |\ \ \
| * | | | Files: make sure keybinds js is loaded after files jsRobin Appelman2013-01-161-1/+1
| * | | | Cache: show upgrade progressRobin Appelman2013-01-151-29/+43
| * | | | merge master into filesystemRobin Appelman2012-12-251-56/+54
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into filesystemRobin Appelman2012-12-111-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ merge master into filesystemRobin Appelman2012-11-231-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge master into filesystemRobin Appelman2012-11-151-7/+7
| |\ \ \ \ \ \ \
| * | | | | | | | fix undefined index when loading files appRobin Appelman2012-11-081-3/+1
| * | | | | | | | merge master into filesystemRobin Appelman2012-10-301-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into filesystemRobin Appelman2012-10-271-2/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix delete and sort filesRobin Appelman2012-10-271-0/+12
| * | | | | | | | | | move some stuff to the new apiRobin Appelman2012-10-261-1/+1
| * | | | | | | | | | merge master into filesystemRobin Appelman2012-10-241-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge master into filesystemRobin Appelman2012-10-231-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | don't use depricated OC_FilesystemRobin Appelman2012-10-101-7/+7
* | | | | | | | | | | | | fix merge conflictsBjörn Schießle2013-01-281-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #1321 from owncloud/csp-fixesThomas Müller2013-01-281-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Use HTML5 data attribute + fix undefined variableLukas Reschke2013-01-261-0/+1
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * / | | | | | | | | | | Add create permission, fixes #780Michael Gapczynski2013-01-271-0/+3
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-181-30/+25
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | relative storage info without decimalsThomas Mueller2013-01-171-1/+1
| * | | | | | | | | | | make usedSpacePercent available in the files appThomas Mueller2013-01-021-0/+4
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | add trash button to web interfaceBjörn Schießle2013-01-221-0/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #986 from owncloud/fixing-784-masterThomas Müller2013-01-181-7/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | load jquery-visibilityThomas Mueller2013-01-111-0/+1
| * | | | | | | | | | the maximum upload size is now part of the response of the upload and delete ...Thomas Müller2012-12-201-7/+1
| |/ / / / / / / / /
* / / / / / / / / / Spaces to tabsBart Visscher2013-01-161-23/+23
|/ / / / / / / / /
* | | | | | | | / setting the timezone is now part of the login process and true part of the core.Thomas Müller2012-12-201-79/+76
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | no messageErik Sargent2012-11-281-1/+1
* | | | | | | | initial setupErik Sargent2012-11-281-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Do the url encoding once, only in breadcrumbs templateBart Visscher2012-11-161-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-4/+4
* | | | | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* | | | | | Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
| |_|_|_|/ |/| | | |
* | | | | Update apps/files/index.phpdenis-b2012-10-291-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'routing'Bart Visscher2012-10-271-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into routingBart Visscher2012-09-071-6/+18
| |\| |
| * | | Merge remote-tracking branch 'gitorious/master' into routingBart Visscher2012-08-291-3/+3
| |\ \ \
| * | | | Fix linkTo calls for new routingBart Visscher2012-08-151-2/+2
* | | | | Merge pull request #76 from fmms/masterLukas Reschke2012-10-231-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |