| Commit message (Expand) | Author | Age | Files | Lines |
* | adding proper copyright and license notice to the style files | Jan-Christoph Borchardt | 2012-04-23 | 1 | -1/+1 |
* | cleanup the admin page layout mess a bit. Still a lot to improve in the futur... | Frank Karlitschek | 2012-04-21 | 1 | -3/+7 |
* | showing the file extensions more visible by default. I still think it's shitt... | Jan-Christoph Borchardt | 2012-04-19 | 1 | -2/+2 |
* | upload arrow has full opacity, button is highlighted for new users and empty ... | Jan-Christoph Borchardt | 2012-04-17 | 2 | -2/+3 |
* | dont show action text for folders bold | Robin Appelman | 2012-04-16 | 1 | -1/+1 |
* | fix delete button not always disapearing | Robin Appelman | 2012-04-16 | 1 | -2/+2 |
* | fix 2 potential xss problems | Robin Appelman | 2012-04-16 | 2 | -2/+2 |
* | improving file actions also for multiselect | Jan-Christoph Borchardt | 2012-04-15 | 2 | -7/+9 |
* | fixing file action positioning | Jan-Christoph Borchardt | 2012-04-15 | 1 | -2/+1 |
* | create a new filename when the uploaded file already exist | Robin Appelman | 2012-04-15 | 2 | -4/+22 |
* | fixing oc-375 - a number is appended tp the filename | Thomas Müller | 2012-04-15 | 1 | -1/+2 |
* | dont allow draging files to the current directory | Robin Appelman | 2012-04-15 | 1 | -4/+6 |
* | do no offer 'undo delete' on opera | Robin Appelman | 2012-04-15 | 1 | -3/+3 |
* | Force Files app to top of app menu | Tom Needham | 2012-04-15 | 1 | -1/+1 |
* | fixing opacity and fading, also for IE | Jan-Christoph Borchardt | 2012-04-15 | 1 | -6/+6 |
* | display file actions perfectly | Jan-Christoph Borchardt | 2012-04-15 | 1 | -2/+6 |
* | increasing the file row height a bit | Jan-Christoph Borchardt | 2012-04-15 | 1 | -2/+2 |
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 4 | -11/+11 |
* | show text for file actions | Jan-Christoph Borchardt | 2012-04-15 | 2 | -7/+6 |
* | add span around fileactions | Robin Appelman | 2012-04-15 | 1 | -2/+3 |
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 2 | -2/+2 |
* | adding tipsy tooltips for file actions | Jan-Christoph Borchardt | 2012-04-13 | 1 | -2/+2 |
* | file settings: let people set no more than upper boundary for file uploads, b... | Arthur Schiwon | 2012-04-13 | 2 | -1/+2 |
* | make upload size settings work probably. do not replace whole .htaccess, only... | Arthur Schiwon | 2012-04-13 | 1 | -6/+7 |
* | always display config values | Arthur Schiwon | 2012-04-12 | 2 | -7/+9 |
* | fix: drag'n'drop actions with files containing special chars, fixes oc-420 | Arthur Schiwon | 2012-04-10 | 1 | -2/+2 |
* | mimetype filter for filepicker | Bartek Przybylski | 2012-04-05 | 1 | -1/+2 |
* | webdav needs to load authentication apps | Arthur Schiwon | 2012-04-04 | 1 | -1/+1 |
* | adding icons to filepicker | Bartek Przybylski | 2012-04-03 | 1 | -0/+2 |
* | dialogs filepicker first draft | Bartek Przybylski | 2012-04-02 | 1 | -0/+23 |
* | Fix HTML, misspelled span close tag | Bart Visscher | 2012-03-30 | 1 | -3/+3 |
* | clean pre-path_hash fscache entries | Robin Appelman | 2012-03-30 | 1 | -0/+1 |
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 4 | -0/+12 |
* | checkobx opacity on files page for IE8 | Arthur Schiwon | 2012-03-29 | 1 | -2/+2 |
* | make checkboxes on files page work with IE8 () | Arthur Schiwon | 2012-03-29 | 1 | -1/+1 |
* | IE 8: fix appeareance of checkboxes on login and files pages | Arthur Schiwon | 2012-03-29 | 1 | -0/+1 |
* | use placeholder in template file | Arthur Schiwon | 2012-03-21 | 2 | -2/+3 |
* | Config file is more appropriate here | Arthur Schiwon | 2012-03-21 | 2 | -6/+6 |
* | enable admin to turn off ZIP downloads | Arthur Schiwon | 2012-03-19 | 5 | -16/+42 |
* | it may take time for zip file download, so give a message | Arthur Schiwon | 2012-03-16 | 1 | -17/+16 |
* | check if selected files for zip archive are not too large | Arthur Schiwon | 2012-03-16 | 2 | -12/+17 |
* | make Files settings work | Arthur Schiwon | 2012-03-16 | 2 | -4/+7 |
* | add option to add file from url | Robin Appelman | 2012-03-07 | 4 | -31/+69 |
* | better handeling of files that can behave like folder (e.g. archives) | Robin Appelman | 2012-03-03 | 1 | -1/+1 |
* | Search: Change provider registration to class name, for lazy loading of searc... | Bart Visscher | 2012-03-01 | 1 | -1/+1 |
* | merge master into encryption | Robin Appelman | 2012-02-26 | 2 | -39/+7 |
|\ |
|
| * | additional error codes for file upload | Robin Appelman | 2012-02-26 | 1 | -6/+7 |
| * | improve log browsing | Robin Appelman | 2012-02-26 | 1 | -33/+0 |
* | | Merge branch 'master' into encryption | Robin Appelman | 2012-02-25 | 1 | -0/+7 |
|\| |
|
| * | if a deleted file is uploaded, finish the delete first | Robin Appelman | 2012-02-24 | 1 | -0/+7 |