summaryrefslogtreecommitdiffstats
path: root/files/js
Commit message (Collapse)AuthorAgeFilesLines
* resolve merge conflictsArthur Schiwon2012-04-265-65/+1261
|\
| * Fixed cancelling of uploads and wrong merge conflict resolutionSimon Birnbach2012-04-151-9/+33
| |
| * Fixed cancelling upload of same file to folder and subfolderSimon Birnbach2012-04-151-1/+3
| |
| * Merge git://gitorious.org/owncloud/owncloudSimon Birnbach2012-04-154-46/+59
| |\ | | | | | | | | | | | | | | | Conflicts: files/css/files.css files/js/files.js
| * | Added uploading to folder and cancellable downloadsSimon Birnbach2012-03-273-31/+158
| | |
| * | Added global progressbar for all uploadsSimon Birnbach2012-03-171-1/+13
| | |
| * | Fixed upload of undeleted file and size informationSimon Birnbach2012-03-171-7/+3
| | |
| * | Support for legacy browsersSimon Birnbach2012-03-162-95/+182
| | |
| * | coding guidelinesSimon Birnbach2012-03-161-3/+3
| | |
| * | Initial version of drag&drop file upload supportSimon Birnbach2012-03-162-0/+949
| | |
* | | fix problem with filescanningRobin Appelman2012-04-251-0/+3
| | |
* | | allow manually scanning of specific directoriesRobin Appelman2012-04-251-2/+2
| | |
* | | fix delete button not always disapearingRobin Appelman2012-04-161-2/+2
| | |
* | | create a new filename when the uploaded file already existRobin Appelman2012-04-151-2/+21
| | |
* | | dont allow draging files to the current directoryRobin Appelman2012-04-151-4/+6
| | |
* | | do no offer 'undo delete' on operaRobin Appelman2012-04-151-3/+3
| |/ |/| | | | | opera lacks the onunload to make it work
* | renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-5/+5
| |
* | show text for file actionsJan-Christoph Borchardt2012-04-151-4/+3
| |
* | add span around fileactionsRobin Appelman2012-04-151-2/+3
| |
* | adding tipsy tooltips for file actionsJan-Christoph Borchardt2012-04-131-2/+2
| |
* | fix: drag'n'drop actions with files containing special chars, fixes oc-420Arthur Schiwon2012-04-101-2/+2
| |
* | make checkboxes on files page work with IE8 ()Arthur Schiwon2012-03-291-1/+1
| |
* | enable admin to turn off ZIP downloadsArthur Schiwon2012-03-192-14/+29
| | | | | | | | | | | | user interface offers multi-file/folder downloads only if available make function name more clear
* | it may take time for zip file download, so give a messageArthur Schiwon2012-03-161-17/+16
|/
* add option to add file from urlRobin Appelman2012-03-071-26/+43
|
* improve log browsingRobin Appelman2012-02-261-33/+0
|
* if a deleted file is uploaded, finish the delete firstRobin Appelman2012-02-241-0/+7
| | | | otherwise the upload will fail because the file still exists on the server, the old file will be deleted and neither the old or new file will be left
* prevent sharing from making aditional http requests while scanningRobin Appelman2012-02-011-0/+3
| | | | additional requests to the server can block feedback of scannning depending on server configuration
* only show what folder we are scanning to save bandwithRobin Appelman2012-02-011-5/+3
|
* provide live feedback while scanning filesRobin Appelman2012-01-311-1/+6
|
* start of proper feedback during filessytem scanRobin Appelman2012-01-301-4/+8
|
* merge master into filesystemRobin Appelman2012-01-162-7/+11
|\
| * remove some of the flickering in operaRobin Appelman2012-01-151-4/+8
| |
| * removed data-read and fixed droppable logicTom Needham2012-01-021-1/+1
| |
| * Used data-read and data-wite when binding drag and drop eventsTom Needham2012-01-021-2/+2
| |
| * Fix merge conflictsTom Needham2012-01-012-8/+9
| |\
| * | Fix missing ;Tom Needham2012-01-011-1/+3
| | |
| * | Fix js errorTom Needham2012-01-011-5/+3
| | |
| * | Shared folder no longer draggable or droppableTom Needham2012-01-011-3/+5
| | |
* | | merge master into filesystemRobin Appelman2012-01-082-2/+4
|\ \ \ | | |/ | |/|
| * | Keep the urls pretty, decode forward slashes for newly added directoriesMichael Gapczynski2011-12-281-1/+1
| | |
| * | Fix encoding again and update the link after renaming filesMichael Gapczynski2011-12-281-0/+2
| | |
| * | Keep the urls pretty, decode forward slashesMichael Gapczynski2011-12-271-1/+1
| | |
| * | Fix folder names with + characters in itMichael Gapczynski2011-12-271-1/+1
| | |
* | | Merge branch 'master' into filesystemRobin Appelman2011-12-112-9/+10
|\| |
| * | Don't trigger file action when renaming, stupid fix for stupid firefox behaviourRobin Appelman2011-12-052-7/+8
| |/
| * Fix file dropping on root (Files menu entry)Bart Visscher2011-11-231-2/+2
| |
* | use force parameterRobin Appelman2011-11-101-1/+1
| |
* | tell the user when the files are being scannedRobin Appelman2011-11-101-0/+19
|/
* Manage More special chars in file listings. ';' is still problematicBrice Maron2011-11-061-1/+1
|