summaryrefslogtreecommitdiffstats
path: root/files/templates
Commit message (Collapse)AuthorAgeFilesLines
* fixed file size color calculationJan-Christoph Borchardt2011-07-201-1/+1
|
* Allow users to start a new upload before the current upload has finishedRobin Appelman2011-07-201-5/+5
|
* No longer use the "Ok" button for file uploadsRobin Appelman2011-07-191-1/+0
|
* Provide ability to select mutliply files during upload for browsers that ↵Robin Appelman2011-07-191-1/+1
| | | | support it.
* Home icon now points to index.phpMichael Gapczynski2011-07-101-1/+1
|
* finish refactoring of files admin pageHans Bakker2011-07-091-12/+4
|
* Changed the js code for the files admin section to jQueryHans Bakker2011-07-081-5/+5
|
* You can now move files to a parent folder by draging them to an element in ↵Robin Appelman2011-07-072-4/+8
| | | | | | the breadcrumb bar also fixed dragging newly uploaded files and droppin in new folders
* files can now be draged and dropped in the file browserRobin Appelman2011-07-071-1/+1
|
* show file extention in a lighter colorRobin Appelman2011-07-071-1/+9
|
* some cleanup, small fixesJan-Christoph Borchardt2011-07-071-1/+1
|
* file size is reflected in the value's shade of grey, atm calculated absolutelyJan-Christoph Borchardt2011-07-071-2/+4
|
* introducing simple file size, only MB as unit, details on hoverJan-Christoph Borchardt2011-07-072-7/+7
|
* make folder labels bold, better distinction from filesJan-Christoph Borchardt2011-07-071-2/+2
|
* reactivated Upload & New Folder button iconsJan-Christoph Borchardt2011-07-061-1/+1
|
* Usability improvements:Hans Bakker2011-07-031-10/+20
| | | | | -Added javascript to enable/disable radiobuttons -Added labels
* stop confusing people with a dummy share buttonRobin Appelman2011-06-231-1/+1
|
* make files app translateableKamil Domanski2011-06-202-15/+15
|
* make new folder dialog behave more like a regular form, so you can press ↵Robin Appelman2011-06-171-1/+1
| | | | enter to create the folder
* make fileactions extendable by pluginsRobin Appelman2011-06-042-4/+1
|
* some refactoring of the filebrowsers javascript codeRobin Appelman2011-06-041-1/+1
|
* new file uploader that should work with more browsersRobin Appelman2011-06-031-4/+18
| | | | tested with konqueror, chromium and firefox 4
* Make max upload filesize configurable for apache hostsRobin Appelman2011-05-291-1/+5
|
* fix the drop down arrow in file browserRobin Appelman2011-05-171-1/+1
|
* fix the drop down arrow in file browserRobin Appelman2011-05-161-1/+1
|
* refurbished new folder buttonArthur Schiwon2011-04-191-2/+1
|
* fancy upload button. does work with firefox (at least 4) and chromium, but ↵Arthur Schiwon2011-04-191-12/+4
| | | | not with Konqueror, Rekonq, Opera.
* fancyfying file upload, part IArthur Schiwon2011-04-181-4/+5
|
* implemented download single file from file menuArthur Schiwon2011-04-181-1/+1
|
* show modified date for foldersRobin Appelman2011-04-181-1/+1
|
* also convert special chars to entities in the breadcrumbArthur Schiwon2011-04-181-1/+1
|
* convert special chars to entitiesArthur Schiwon2011-04-181-1/+1
|
* implemented Delete action in file menuArthur Schiwon2011-04-181-1/+1
|
* use prettybutton css class for file action stuff, tooArthur Schiwon2011-04-171-2/+2
|
* display max file size for uploadArthur Schiwon2011-04-171-1/+1
|
* implement "new folder" functionArthur Schiwon2011-04-171-4/+3
|
* some forgotten files...Arthur Schiwon2011-04-173-0/+15
|
* don't reload the whole page after file uploadArthur Schiwon2011-04-171-14/+3
|
* get max upload file size for upload form from php settingsArthur Schiwon2011-04-171-1/+1
|
* away with the h1, in with the good stuffJan-Christoph Borchardt2011-04-172-14/+0
|
* basic file upload reimplementedArthur Schiwon2011-04-161-1/+13
|
* show size of folders in filebrowserRobin Appelman2011-04-161-1/+1
|
* Merge branch 'refactoring' of git.kde.org:owncloud into refactoringFrançois KUBLER2011-03-091-0/+19
|\ | | | | | | | | | | | | | | | | Conflicts: admin/templates/index.php templates/layout.admin.php templates/layout.user.php All conflicts are fixed.
| * Beginning of some ajax features and an admin page for filesJakob Sack2011-03-031-0/+19
| |
* | Fixed PHP syntax in template files.François KUBLER2011-03-091-9/+9
|/ | | | | | * Full PHP tags * Alternative syntax for control structures * Semi-colon at the end of instructions
* Application "files" is able to list the files again, start of splitting css ↵Jakob Sack2011-03-021-1/+43
| | | | files
* Getting rid of Smarty, using our own template systemJakob Sack2011-03-022-3/+8
|
* Say Smarty to only use one compile directory. Makes setup somewhat easier.Jakob Sack2011-03-021-0/+0
|
* Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack2011-03-012-0/+3
right from the beginning. Sorry.