Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup use of OC_Helper::linkTo function | Bart Visscher | 2012-02-17 | 1 | -3/+3 |
* | Replace Expires and caching headers by OC_Response functions | Bart Visscher | 2012-02-13 | 1 | -3/+1 |
* | writable not writeable | Robin Appelman | 2012-02-05 | 2 | -2/+2 |
* | some improvements in file scanning | Robin Appelman | 2012-02-05 | 1 | -1/+7 |
* | Merge branch 'master' into filesystem | Robin Appelman | 2012-02-02 | 2 | -6/+4 |
|\ | |||||
| * | Fixed upload button display error | Marvin Thomas Rabe | 2012-02-01 | 2 | -6/+4 |
* | | prevent sharing from making aditional http requests while scanning | Robin Appelman | 2012-02-01 | 1 | -0/+3 |
* | | only show what folder we are scanning to save bandwith | Robin Appelman | 2012-02-01 | 1 | -5/+3 |
* | | dont try to use something that isn't there | Robin Appelman | 2012-01-31 | 1 | -1/+5 |
* | | some fixes to scanning | Robin Appelman | 2012-01-31 | 1 | -2/+10 |
* | | provide live feedback while scanning files | Robin Appelman | 2012-01-31 | 2 | -2/+10 |
* | | start of proper feedback during filessytem scan | Robin Appelman | 2012-01-30 | 2 | -8/+15 |
* | | merge master into filesystem | Robin Appelman | 2012-01-30 | 9 | -0/+52 |
|\| | |||||
| * | update translations | Robin Appelman | 2012-01-27 | 2 | -0/+7 |
| * | update translations | Robin Appelman | 2012-01-24 | 2 | -0/+8 |
| * | translation updates | Robin Appelman | 2012-01-20 | 5 | -0/+37 |
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-01-20 | 2 | -0/+27 |
|\| | |||||
| * | update translations | Robin Appelman | 2012-01-16 | 2 | -0/+27 |
* | | merge master into filesystem | Robin Appelman | 2012-01-16 | 47 | -57/+444 |
|\| | |||||
| * | fix creating/moving/renaming/deleting files/dirs with ' in name | Bartek Przybylski | 2012-01-15 | 6 | -15/+15 |
| * | update translations | Robin Appelman | 2012-01-15 | 11 | -2/+44 |
| * | remove some of the flickering in opera | Robin Appelman | 2012-01-15 | 2 | -4/+9 |
| * | fix some of the styling issues on opera | Robin Appelman | 2012-01-14 | 1 | -0/+1 |
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor | Tom Needham | 2012-01-13 | 37 | -28/+369 |
| |\ | |||||
| | * | update translations | Robin Appelman | 2012-01-11 | 36 | -28/+367 |
| | * | fix uploading to subfolders | Robin Appelman | 2012-01-10 | 1 | -1/+3 |
| | * | Quick fix for file actions inside Shared folder (or other readonly folder) | Michael Gapczynski | 2012-01-09 | 1 | -1/+1 |
| * | | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor | Tom Needham | 2012-01-09 | 3 | -5/+6 |
| |\| | |||||
| | * | Fixed merge conflict in /files/ajax/move.php | Tom Needham | 2012-01-04 | 1 | -1/+1 |
| | |\ | |||||
| | * | | removed data-read and fixed droppable logic | Tom Needham | 2012-01-02 | 2 | -3/+2 |
| | * | | Used data-read and data-wite when binding drag and drop events | Tom Needham | 2012-01-02 | 1 | -2/+2 |
| | * | | Added data-read and data-write attributes to file list | Tom Needham | 2012-01-02 | 1 | -1/+3 |
| | * | | Fix merge conflicts | Tom Needham | 2012-01-01 | 7 | -48/+50 |
| | |\ \ | |||||
| | * | | | Fix missing ; | Tom Needham | 2012-01-01 | 1 | -1/+3 |
| | * | | | Fix js error | Tom Needham | 2012-01-01 | 1 | -5/+3 |
| | * | | | Shared folder no longer draggable or droppable | Tom Needham | 2012-01-01 | 1 | -3/+5 |
| | * | | | Fixed error message | Tom Needham | 2011-12-30 | 1 | -1/+1 |
| * | | | | Remove repeated code | Tom Needham | 2011-12-31 | 1 | -3/+0 |
| | |/ / | |/| | | |||||
* | | | | merge master into filesystem | Robin Appelman | 2012-01-08 | 8 | -43/+46 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix typo in move error message | Michael Gapczynski | 2012-01-01 | 1 | -1/+1 |
| |/ / | |||||
| * | | Keep the urls pretty, decode forward slashes for newly added directories | Michael Gapczynski | 2011-12-28 | 1 | -1/+1 |
| * | | Fix encoding again and update the link after renaming files | Michael Gapczynski | 2011-12-28 | 3 | -4/+10 |
| * | | Keep the urls pretty, decode forward slashes | Michael Gapczynski | 2011-12-27 | 1 | -1/+1 |
| * | | Fix folder names with + characters in it | Michael Gapczynski | 2011-12-27 | 3 | -4/+4 |
| * | | fix upload error reporting | Robin Appelman | 2011-12-23 | 1 | -1/+2 |
| * | | Fix whitespace folder name | Michael Gapczynski | 2011-12-23 | 1 | -1/+1 |
| * | | fix some display issues for readonly folders | Robin Appelman | 2011-12-16 | 2 | -34/+30 |
* | | | Merge branch 'master' into filesystem | Robin Appelman | 2011-12-11 | 2 | -9/+10 |
|\| | | |||||
| * | | Don't trigger file action when renaming, stupid fix for stupid firefox behaviour | Robin Appelman | 2011-12-05 | 2 | -7/+8 |
| |/ | |||||
| * | Fix file dropping on root (Files menu entry) | Bart Visscher | 2011-11-23 | 1 | -2/+2 |