Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing string concatenation in javascript | Thomas Mueller | 2013-01-08 | 1 | -1/+1 |
* | attach max upload tipsy to div instead of a to fix tooltip not showing due to... | Jörn Friedrich Dreyer | 2013-01-07 | 1 | -0/+4 |
* | remove aborted uploads | Jörn Friedrich Dreyer | 2013-01-07 | 1 | -0/+3 |
* | adapt to isFileNameValid, whitespace cleanup | Jörn Friedrich Dreyer | 2013-01-07 | 2 | -28/+19 |
* | Merge branch 'master' into fix_minor_files_annoyances | Thomas Mueller | 2013-01-06 | 2 | -5/+17 |
|\ | |||||
| * | rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ... | Thomas Mueller | 2013-01-06 | 2 | -5/+17 |
| * | Files: prevent people from renaming files to '.' | Robin Appelman | 2013-01-05 | 1 | -1/+1 |
* | | input/form switching cleanup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -2/+2 |
* | | abort rename on ESC keyup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -0/+7 |
* | | show notification when renaming a file to '' | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -0/+4 |
* | | enable enter in ie by using .submit()+form instead of .change(), use notifica... | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -12/+25 |
* | | whitespace cleanup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -14/+14 |
|/ | |||||
* | Merge pull request #869 from owncloud/files-styles | Jan-Christoph Borchardt | 2012-12-20 | 1 | -13/+5 |
|\ | |||||
| * | move CSS from JS to CSS | Jan-Christoph Borchardt | 2012-12-20 | 1 | -10/+3 |
| * | bring back fixed multiselect bar so it’s visible when scrolled down, fix #746 | Jan-Christoph Borchardt | 2012-12-13 | 1 | -3/+2 |
* | | Merge pull request #974 from owncloud/fixing-120-master | Jan-Christoph Borchardt | 2012-12-20 | 1 | -12/+0 |
|\ \ | |||||
| * | | remove timezone.js | Thomas Müller | 2012-12-20 | 1 | -12/+0 |
* | | | Merge pull request #925 from owncloud/fix_issue_918 | Bart Visscher | 2012-12-20 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | Trigger last action before continuing with creating a new file/folder/from link | Michael Gapczynski | 2012-12-16 | 1 | -0/+3 |
| * | | Trigger the last action before continuing with a file upload, fixes issue #918 | Michael Gapczynski | 2012-12-16 | 1 | -0/+3 |
* | | | Merge pull request #842 from owncloud/restrict_keyboard_shortcuts | Thomas Müller | 2012-12-17 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | prevent keyboardshortcuts from catching events outside the main doc - e.g. th... | Thomas Mueller | 2012-12-12 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #875 from owncloud/multiplefiles_json | Bart Visscher | 2012-12-14 | 1 | -1/+1 |
|\ \ | |||||
| * | | remove unneeded line | Robin Appelman | 2012-12-13 | 1 | -1/+0 |
| * | | use json encoding when deleting multiply files instead of using ; as delimiter | Robin Appelman | 2012-12-13 | 1 | -0/+1 |
| |/ | |||||
* / | fix mimetype icons for new files | Robin Appelman | 2012-12-13 | 1 | -1/+1 |
|/ | |||||
* | fix svg -> png replacement for android, cleanup and remove obsolete css | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -7/+1 |
* | add IE9 CSS checkbox fixes | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -7/+7 |
* | upload button HTML, CSS & JS cleanup | Jörn Friedrich Dreyer | 2012-12-07 | 2 | -8/+0 |
* | Merge pull request #640 from esthepiking/master | Thomas Müller | 2012-12-06 | 2 | -0/+166 |
|\ | |||||
| * | Code clean up | Erik Sargent | 2012-12-05 | 1 | -203/+147 |
| * | Remove rename | Erik Sargent | 2012-12-04 | 1 | -4/+4 |
| * | event.ctrlKey | Erik Sargent | 2012-11-30 | 1 | -1/+2 |
| * | event.ctrlKey | Erik Sargent | 2012-11-30 | 1 | -3/+7 |
| * | ctrl issue fix | Erik Sargent | 2012-11-30 | 1 | -1/+1 |
| * | Cleanup | Erik Sargent | 2012-11-29 | 1 | -26/+51 |
| * | documentation | Erik Sargent | 2012-11-29 | 1 | -10/+6 |
| * | cleanup | Erik Sargent | 2012-11-29 | 1 | -89/+123 |
| * | Rename | Erik Sargent | 2012-11-28 | 1 | -6/+44 |
| * | Enter | Erik Sargent | 2012-11-28 | 1 | -1/+11 |
| * | Arrow key navigation | Erik Sargent | 2012-11-28 | 1 | -10/+55 |
| * | Keys array | Erik Sargent | 2012-11-28 | 1 | -9/+16 |
| * | keycode naming | Erik Sargent | 2012-11-28 | 1 | -8/+17 |
| * | no message | Erik Sargent | 2012-11-28 | 2 | -2/+2 |
| * | initial setup | Erik Sargent | 2012-11-28 | 1 | -0/+52 |
| * | initial setup | Erik Sargent | 2012-11-28 | 1 | -0/+1 |
* | | show drag shadow in firefox by using helper:'clone' | Jörn Friedrich Dreyer | 2012-11-27 | 1 | -1/+1 |
|/ | |||||
* | all but the first parameter are introduced by & | Arthur Schiwon | 2012-11-26 | 1 | -1/+1 |
* | Merge pull request #480 from owncloud/fix_435_and_437 | Thomas Müller | 2012-11-23 | 2 | -3/+16 |
|\ | |||||
| * | introduce Files.containsInvalidCharacters(), use when creating or renaming files | Jörn Friedrich Dreyer | 2012-11-22 | 2 | -11/+19 |