Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Merge branch 'master' into filesystem | Robin Appelman | 2012-12-11 | 3 | -22/+174 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-11-30 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-11-23 | 3 | -14/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-11-23 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | use background scanner | Robin Appelman | 2012-11-23 | 1 | -23/+15 | |
* | | | | | | | | | | | | | | make spinner title translatable | Björn Schießle | 2013-01-30 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | show a spinner instead of the delete button while moving files to the trash bin | Björn Schießle | 2013-01-30 | 1 | -3/+15 | |
* | | | | | | | | | | | | | | icons added; empty trash bin message added | Björn Schießle | 2013-01-29 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | merge conflict fixed | Björn Schießle | 2013-01-28 | 1 | -43/+0 | |
* | | | | | | | | | | | | | | fix merge conflicts | Björn Schießle | 2013-01-28 | 2 | -47/+97 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Use HTML5 data attribute + fix undefined variable | Lukas Reschke | 2013-01-26 | 1 | -20/+0 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #1059 from owncloud/fixing-998-master | Thomas Müller | 2013-01-26 | 2 | -51/+57 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | replace #notification with OC.Notification call | Thomas Mueller | 2013-01-19 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | Merge branch 'master' into fixing-998-master | Thomas Mueller | 2013-01-19 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | update used space percent after each ajax call and display the notification | Thomas Mueller | 2013-01-19 | 1 | -2/+10 | |
| | * | | | | | | | | | | | | Merge branch 'master' into fixing-998-master | Thomas Mueller | 2013-01-18 | 3 | -26/+107 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | fixing indent - sorryy wrong setting on the IDE :-( | Thomas Mueller | 2013-01-11 | 1 | -17/+15 | |
| | * | | | | | | | | | | | | | adding accidentally removed line - THX @bartv2 | Thomas Mueller | 2013-01-11 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | Merge branch 'master' into fixing-998-master | Thomas Mueller | 2013-01-11 | 2 | -41/+64 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fixing-998-master | Thomas Mueller | 2013-01-06 | 2 | -5/+15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | javascript notification functions have been moved to js.js for common use | Thomas Mueller | 2013-01-04 | 2 | -43/+22 | |
| | * | | | | | | | | | | | | | | notifications are now shown/hidden using the js functions hideNotification an... | Thomas Mueller | 2013-01-02 | 2 | -38/+60 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | rename 'publicListView' switch to 'disableSharing' because this is not only u... | Björn Schießle | 2013-01-22 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | Remove closing tag | Lukas Reschke | 2013-01-21 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | No inline JS in apps | Lukas Reschke | 2013-01-21 | 1 | -0/+21 | |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | no undo notification for deleted file, we use the trash bin instead | Björn Schießle | 2013-01-22 | 1 | -54/+15 | |
* | | | | | | | | | | | | | | allow to look into deleted directories | Björn Schießle | 2013-01-22 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | introduce option to disable download action | Björn Schießle | 2013-01-22 | 1 | -6/+10 | |
* | | | | | | | | | | | | | | call the trash bin view | Björn Schießle | 2013-01-22 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | add trash button to web interface | Björn Schießle | 2013-01-22 | 1 | -0/+5 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #1228 from owncloud/generating_zip_message | Jan-Christoph Borchardt | 2013-01-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Change the second part of the notification | Lukas Reschke | 2013-01-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Make the message friendlier | Lukas Reschke | 2013-01-18 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #986 from owncloud/fixing-784-master | Thomas Müller | 2013-01-18 | 2 | -0/+80 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fixing indent | Thomas Mueller | 2013-01-18 | 1 | -23/+23 | |
| * | | | | | | | | | | | adding a ajax call to get the current file storage stats like free space | Thomas Mueller | 2013-01-11 | 1 | -0/+26 | |
| * | | | | | | | | | | | adding jquery-visibility | Thomas Mueller | 2013-01-11 | 1 | -0/+32 | |
| * | | | | | | | | | | | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-11 | 2 | -43/+65 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-06 | 2 | -5/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | the maximum upload size is now part of the response of the upload and delete ... | Thomas Müller | 2012-12-20 | 1 | -2/+24 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Whitespace cleanup | Bart Visscher | 2013-01-16 | 2 | -8/+8 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | allow default click behaviour | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -1/+2 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | 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 |