Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | json encode list of files | Björn Schießle | 2013-03-07 | 1 | -2/+3 |
* | Merge pull request #2034 from owncloud/fix_bug47 | Michael Gapczynski | 2013-03-03 | 1 | -18/+19 |
|\ | |||||
| * | fix oc#47 | Georg Ehrke | 2013-03-01 | 1 | -18/+19 |
* | | fixed bug that prevented a newly created file to be opened with registered fi... | Bernhard Posselt | 2013-02-25 | 1 | -1/+1 |
* | | Merge pull request #1892 from owncloud/files_remove_row_on_delete | Björn Schießle | 2013-02-25 | 1 | -1/+1 |
|\ \ | |||||
| * | | delete table row if file was deleted instead of just hide it | Björn Schießle | 2013-02-25 | 1 | -1/+1 |
* | | | use distance option to delay dragging in sane browsers | Jörn Friedrich Dreyer | 2013-02-25 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #1833 from owncloud/fix_1465 | Thomas Müller | 2013-02-25 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | IE8 does not support window.onclick | Jörn Friedrich Dreyer | 2013-02-21 | 1 | -1/+1 |
* | | Whitespace fixes | Bart Visscher | 2013-02-22 | 2 | -17/+17 |
|/ | |||||
* | replaced for in loops with normal enumerating loops to fix #1803 | Bernhard Posselt | 2013-02-20 | 1 | -2/+2 |
* | Add Ability to the app to detect more details on the file | VicDeo | 2013-02-18 | 1 | -3/+4 |
* | fixing undefined originalEvent | Thomas Mueller | 2013-02-14 | 1 | -7/+6 |
* | Files: always show share action at the right | Robin Appelman | 2013-02-11 | 1 | -9/+18 |
* | count divs in actions instead of action div itself (is set to 100%) | Jörn Friedrich Dreyer | 2013-02-10 | 1 | -3/+4 |
* | extract common code | Jörn Friedrich Dreyer | 2013-02-09 | 1 | -43/+88 |
* | Merge pull request #1565 from owncloud/fix_replacing | Jörn Friedrich Dreyer | 2013-02-09 | 1 | -3/+0 |
|\ | |||||
| * | remove code properly | Georg Ehrke | 2013-02-09 | 1 | -3/+0 |
* | | Merge pull request #1560 from owncloud/fix_replacing | Bernhard Posselt | 2013-02-09 | 1 | -2/+2 |
|\| | |||||
| * | remove (comment out) old code to fix replacing of files | Georg Ehrke | 2013-02-09 | 1 | -2/+2 |
* | | Merge pull request #1521 from schiesbn/label_fixed | Björn Schießle | 2013-02-09 | 1 | -4/+1 |
|\ \ | |/ |/| | |||||
| * | don't call the delete button unshare, unshare operation no longer available | Björn Schießle | 2013-02-07 | 1 | -4/+1 |
* | | Merge pull request #1550 from owncloud/fix-files-download-links | Jörn Friedrich Dreyer | 2013-02-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix files router download links | Bart Visscher | 2013-02-08 | 1 | -1/+1 |
| |/ | |||||
* | | remove unused code | Thomas Müller | 2013-02-08 | 1 | -6/+0 |
* | | remove undefined function FileList.finishDelete | Thomas Müller | 2013-02-08 | 1 | -2/+0 |
|/ | |||||
* | allow to delete single files from the trash bin permanently | Björn Schießle | 2013-02-06 | 1 | -0/+2 |
* | Merge pull request #1229 from owncloud/from_live_to_on | Thomas Müller | 2013-02-03 | 2 | -7/+7 |
|\ | |||||
| * | Merge branch 'master' into from_live_to_on | Thomas Mueller | 2013-01-31 | 5 | -105/+188 |
| |\ | |||||
| * | | attach on to filelist instead of individual td elements for file link behaviour | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -1/+1 |
| * | | replace live() with on() in core js | Jörn Friedrich Dreyer | 2013-01-30 | 2 | -7/+7 |
* | | | call ajax scan only if a user is logged in - otherwise we'll get a 500 | Thomas Mueller | 2013-01-31 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Files: fix moving files by DnD | Robin Appelman | 2013-01-31 | 1 | -0/+8 |
* | | fix merge conflict | Björn Schießle | 2013-01-31 | 2 | -46/+141 |
|\ \ | |||||
| * \ | merge master into filesystem | Robin Appelman | 2013-01-30 | 1 | -23/+109 |
| |\ \ | |||||
| | * | | use $.trim() for IE8 | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -2/+2 |
| | * | | reset checkbox after getting selected files instead of ofter dragging, speed ... | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -18/+13 |
| | * | | use post instead of get | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -2/+2 |
| | * | | add multselect dnd | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -21/+108 |
| | |/ | |||||
| | * | Merge pull request #1227 from owncloud/hideuploadprogresscancelinielt10 | Thomas Müller | 2013-01-30 | 1 | -0/+4 |
| | |\ | |||||
| | | * | hide upload progress bar and cancel action in IE < 10 | Jörn Friedrich Dreyer | 2013-01-18 | 1 | -0/+4 |
| * | | | merge master into filesystem | Robin Appelman | 2013-01-28 | 1 | -20/+0 |
| |\| | | |||||
| * | | | merge master into filesystem | Robin Appelman | 2013-01-26 | 3 | -51/+77 |
| |\ \ \ | |||||
| * \ \ \ | merge master into filesytem | Robin Appelman | 2013-01-20 | 2 | -1/+81 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge master into filesystem | Robin Appelman | 2013-01-16 | 2 | -8/+8 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Cache: show upgrade progress | Robin Appelman | 2013-01-15 | 1 | -0/+17 |
| * | | | | | merge master into filesystem | Robin Appelman | 2013-01-15 | 2 | -45/+68 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2013-01-07 | 2 | -5/+17 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-12-25 | 3 | -25/+14 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge master into filesystem | Robin Appelman | 2012-12-15 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ |