summaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | 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
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Codestyle: FunctionCallArgumentSpacingFelix Moeller2012-10-231-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #12 from scambra/fixesicewind19912012-10-231-1/+1
|\ \ \ \
| * | | | check free space using folder's ownerscambra2012-09-191-1/+1
| |/ / /
* / / / Files: urldecode urlencoded dir names, fixes oc-2111Arthur Schiwon2012-10-231-1/+1
|/ / /
* | | adding space between) and {Thomas Mueller2012-09-071-6/+6
* | | Add permissions to new files/folders, bug fix for oc-1649Michael Gapczynski2012-09-051-0/+12
| |/ |/|
* | Merge branch 'share_api'Michael Gapczynski2012-08-191-1/+1
|\ \
| * | Change read only check to isCreatableMichael Gapczynski2012-07-241-1/+1
| |/
* | Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prev...Lukas Reschke2012-08-181-1/+1
* | more path normalizationRobin Appelman2012-08-171-1/+1
|/
* Call exit() to prevent further code execution if directory does not existMichael Gapczynski2012-07-111-0/+1
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
* Make some apps compatibleLukas Reschke2012-06-111-7/+7
* RevertLukas Reschke2012-06-111-13/+13
* First try of implementing assignHTMLLukas Reschke2012-06-111-13/+13
* fix the breadcrumbFrank Karlitschek2012-05-311-2/+2
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* Call is_writable explicitly on folders for readonly checkMichael Gapczynski2012-05-141-1/+1
* applying coding guidelineArthur Schiwon2012-05-071-3/+3
* applying coding guidelineArthur Schiwon2012-05-071-20/+20
* ported the oc_template classFrank Karlitschek2012-05-061-3/+3
* first part of the config stuffFrank Karlitschek2012-05-021-1/+1