| Commit message (Expand) | Author | Age | Files | Lines |
* | Files app backend now normalizes paths before rendering templates | Vincent Petry | 2013-11-15 | 2 | -1/+3 |
* | use closest instead of parent | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
* | allow dnd into folders starting with whitespace | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
* | Fixed sharing status update for new/uploaded files | Vincent Petry | 2013-10-17 | 3 | -5/+15 |
* | Fixed upload permissions distinction between public and logged in upload | Vincent Petry | 2013-10-17 | 1 | -1/+6 |
* | Update file actions for newly created files | Vincent Petry | 2013-10-17 | 1 | -0/+1 |
* | File actions are now updated after create/upload file | Vincent Petry | 2013-10-14 | 1 | -0/+1 |
* | revert backport from here: https://github.com/owncloud/core/pull/5088 | Bjoern Schiessle | 2013-10-08 | 1 | -1/+3 |
* | trash bin button needs to be an input field | Bjoern Schiessle | 2013-10-07 | 1 | -3/+1 |
* | adding comma to get cleaner diffs in the future | Thomas Müller | 2013-09-19 | 1 | -1/+1 |
* | no file actions during upload | Thomas Müller | 2013-09-19 | 1 | -1/+0 |
* | remove file action elements before recreating them | Thomas Müller | 2013-09-19 | 1 | -0/+5 |
* | store the permissions retrieved via ajax within the dom element | Thomas Müller | 2013-09-19 | 1 | -0/+6 |
* | add permissions of the file to the json response | Thomas Müller | 2013-09-19 | 1 | -1/+2 |
* | Workaround for IE 9 & 10 for clicking filelist after adding new item | Thomas Müller | 2013-09-10 | 1 | -1/+4 |
* | Merge pull request #4357 from owncloud/fixing-4341-stable5 | Thomas Müller | 2013-08-27 | 2 | -39/+41 |
|\ |
|
| * | proper response in case the upload fails - e.g. in case permissions on shared... | Thomas Müller | 2013-08-08 | 2 | -39/+41 |
* | | storage information is path specific | Thomas Müller | 2013-08-27 | 2 | -2/+2 |
* | | fix #2711 using a custom event, also use css selectors over filterAttr | Jörn Friedrich Dreyer | 2013-08-15 | 1 | -2/+3 |
* | | Merge pull request #4361 from ringmaster/fix_4355 | Thomas Müller | 2013-08-08 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | Provide a default mime-type for files created by filename. | ringmaster | 2013-08-08 | 1 | -2/+4 |
* | | Check expected type after JSON decode instead of checking what is not expected. | Andreas Fischer | 2013-08-08 | 1 | -1/+1 |
|/ |
|
* | load authentication apps to get users from other backends like LDAP - THX @bl... | Thomas Müller | 2013-08-05 | 1 | -0/+1 |
* | manual backporting of #4285 | Thomas Müller | 2013-08-05 | 1 | -0/+31 |
* | Add a CLI script for manually triggering checking a folder for updates | Robin Appelman | 2013-08-01 | 1 | -0/+22 |
* | Squashed commit of the following: | Thomas Müller | 2013-07-22 | 2 | -1/+6 |
* | IE8 Show delete icon | Victor Dubiniuk | 2013-07-12 | 1 | -0/+5 |
* | Squashed commit of the following: | Thomas Müller | 2013-07-08 | 2 | -17/+14 |
* | Backport of #3951 to stable5 | Thomas Müller | 2013-07-05 | 1 | -4/+11 |
* | fix detection of public upload in filelist.js | Robin Appelman | 2013-07-01 | 1 | -1/+1 |
* | fix uploading when ['dirtoken'] is not set | Robin Appelman | 2013-07-01 | 1 | -1/+1 |
* | code style | Robin Appelman | 2013-07-01 | 1 | -34/+34 |
* | Added file-upload to GIT repo | Roman Geber | 2013-07-01 | 1 | -0/+343 |
* | Public upload feature | Roman Geber | 2013-07-01 | 5 | -159/+73 |
* | use css browser switch instead of deprecated jquery browser detection | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -7/+7 |
* | '#upload' is actually '#uploadprogresswrapper', fix css and js to show cancel... | Jörn Friedrich Dreyer | 2013-07-01 | 2 | -6/+7 |
* | use local variable to walk DOM only once | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -4/+5 |
* | use === to compare empty string '' | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -1/+1 |
* | don't update progress bar in ie < 10 | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -1/+3 |
* | return created table row, use as context in fileupload events | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -11/+153 |
* | refactor files.js, make proper use of fileupload events | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -237/+136 |
* | return original filename to fileupload | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -0/+1 |
* | use json to encode user list | Robin Appelman | 2013-06-20 | 2 | -2/+2 |
* | allow scanning files for multiple users | Robin Appelman | 2013-06-20 | 2 | -15/+45 |
* | reuse etag when doing a forced rescan | Robin Appelman | 2013-06-19 | 1 | -1/+1 |
* | Add data-dir attribute to home breadcrumb | Michael Gapczynski | 2013-05-23 | 1 | -1/+1 |
* | It's a class | Lukas Reschke | 2013-04-29 | 1 | -1/+1 |
* | Remove uneeded onclick handler | Lukas Reschke | 2013-04-29 | 1 | -1/+1 |
* | Move onclick handler | Lukas Reschke | 2013-04-29 | 2 | -1/+5 |
* | Files: Fix XSS when creating dropshadow | Robin Appelman | 2013-04-28 | 1 | -3/+3 |