summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534.Arthur Schiwon2012-08-201-17/+24
* Merge branch 'share_api'Michael Gapczynski2012-08-196-42/+100
|\
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-0/+52
| |\
| * \ Merge branch 'master' into share_apiMichael Gapczynski2012-08-094-9/+15
| |\ \
| * | | Check if New and Upload buttons exist before adding their width to the total ...Michael Gapczynski2012-08-061-1/+5
| * | | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0619-6/+210
| |\ \ \
| * \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-3150-71/+568
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-256-29/+123
| |\ \ \ \ \
| * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-253-25/+37
| * | | | | | Change read only check to isCreatableMichael Gapczynski2012-07-242-6/+6
| * | | | | | Alert user of errors when creating new files or foldersMichael Gapczynski2012-07-231-12/+20
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-201-0/+7
* | | | | | | 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
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-161-0/+8
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-152-0/+13
| |_|_|_|_|/ |/| | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-121-0/+52
| |_|_|_|/ |/| | | |
* | | | | Remove useless setting of RUNTIME_NOAPPSBart Visscher2012-08-081-6/+0
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-073-3/+15
* | | | | Check if New and Upload buttons exist before adding their width to the total ...Michael Gapczynski2012-08-061-1/+5
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-061-0/+5
* | | | Tweak users delete notificationMichael Gapczynski2012-08-041-2/+1
* | | | Fix condition checking for resizing breadcrumbsMichael Gapczynski2012-08-041-1/+1
* | | | Dynamically resize breadcrumbs, fix for bug oc-468Michael Gapczynski2012-08-041-0/+59
* | | | Merge branch 'chunked_upload'Bart Visscher2012-08-033-1/+66
|\ \ \ \
| * | | | Chunked upload: Support reusing local chunksBart Visscher2012-07-273-1/+66
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-032-0/+14
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-011-0/+5
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-3112-3/+60
| |_|_|/ |/| | |
* | | | Add notifications and undo support for replacing files when renamingMichael Gapczynski2012-07-302-20/+104
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-3045-49/+325
* | | | Tweak appearance of undo delete notificationMichael Gapczynski2012-07-292-3/+3
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-291-1/+13
* | | | Remove delete tipsy if file is deleted, fixes bug oc-958Michael Gapczynski2012-07-271-0/+1
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-275-4/+73
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-261-0/+31
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-262-2/+26
| |/ |/|
* | fix broken properties in the databaseBjoern Schiessle2012-07-231-2/+2
* | update routine to fix broken file properties in dbBjoern Schiessle2012-07-232-1/+12
* | CSRF protection for eventsourceRobin Appelman2012-07-221-0/+2
* | progressbar for New->From UrlRobin Appelman2012-07-222-27/+65
* | cache fileid's in oc_cacheRobin Appelman2012-07-221-0/+5
* | fix remote and public.phpRobin Appelman2012-07-131-1/+1
|/
* Sanitizing file namesLukas Reschke2012-07-111-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-0913-23/+1
* CSRF checksLukas Reschke2012-07-076-0/+6
* - when creating a new text file or directory which name already exist use the...Bjoern Schiessle2012-06-291-3/+10
* use new sanitizeHTML() functionBjoern Schiessle2012-06-211-1/+1
* write_close the session when scanning files or musicRobin Appelman2012-06-161-0/+1