summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-101-3/+8
|
* Migrate to encodePathVictor Dubiniuk2013-07-092-6/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-092-1/+9
|
* Merge pull request #3946 from owncloud/fixing-3942-masterThomas Müller2013-07-082-16/+14
|\ | | | | handle anonymous upload to reshared folder
| * Merge branch 'master' into fixing-3942-masterThomas Müller2013-07-061-1/+1
| |\ | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php
| * | on reshares we now recursively move to the root of all reshares - therefore ↵Thomas Müller2013-07-051-15/+14
| | | | | | | | | | | | some code has been refactured and added as a new public function
| * | fixing Notice: Undefined index: isPublicThomas Müller2013-07-051-0/+1
| | |
| * | handle anonymous upload to reshared folderThomas Müller2013-07-051-0/+5
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-081-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-074-0/+14
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-063-1/+14
| |/ |/|
* | proper fix for getting the shared item if no user is logged inThomas Müller2013-07-051-4/+5
| |
* | php 5.3 compliant nowThomas Müller2013-07-051-1/+2
| |
* | get the real physical folder name for anonymous uploadThomas Müller2013-07-051-2/+7
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-0546-9/+114
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-045-0/+11
|
* Merge pull request #3915 from owncloud/summary_as_last_filelist_entryMorris Jobke2013-07-032-2/+47
|\ | | | | Show a summary as the last filelist entry
| * Don't escape filesize (can contain a '<')kondou2013-07-021-1/+1
| |
| * Show a summary as the last filelist entrykondou2013-07-022-2/+47
| | | | | | | | Fix #993
* | [tx-robot] updated from transifexJenkins for ownCloud2013-07-032-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-07-0249-50/+17
|/
* Merge pull request #3903 from owncloud/nonpublic-uploadingThomas Müller2013-07-012-36/+36
|\ | | | | Fix upload regressions
| * fix detection of public upload in filelist.jsRobin Appelman2013-07-011-1/+1
| |
| * fix uploading when ['dirtoken'] is not setRobin Appelman2013-07-011-1/+1
| |
| * code styleRobin Appelman2013-07-011-34/+34
| |
* | Merge pull request #3223 from owncloud/fix-2820Morris Jobke2013-07-013-7/+38
|\ \ | | | | | | if rename of file fails, the rename is undone in the view - fix 2820
| * | if rename of file fails, the rename is undone in the view - #fix 2820Morris Jobke2013-06-153-7/+38
| | | | | | | | | | | | | | | | | | | | | | | | Changes: * OC.dialog -> OC.Notification * Added test * Fixed OC.Notification.show() issue for queued items * Highlight failed item and show notification
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-012-22/+26
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2013-06-301-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-06-2960-355/+355
| |
* | Merge pull request #1044 from owncloud/fix_extra_slashBart Visscher2013-06-281-1/+5
|\ \ | | | | | | Remove duplicate / for first folder in root
| * | update to !==Bart Visscher2013-06-281-1/+1
| | |
| * | only encodeURIComponent onceJörn Friedrich Dreyer2013-02-091-2/+2
| | |
| * | Check if extra / is necessary for the folder URLMichael Gapczynski2013-02-091-1/+5
| | |
* | | Merge pull request #3838 from rgeber/masterJörn Friedrich Dreyer2013-06-286-160/+409
|\ \ \ | | | | | | | | Public Upload Feature
| * | | Added file-upload to GIT repoRoman Geber2013-06-261-0/+343
| | | | | | | | | | | | | | | | Optimized CSS identifiers
| * | | Public upload featureRoman Geber2013-06-255-160/+66
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-271-0/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-261-0/+1
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-251-1/+10
| | |
* | | Add a CLI script for manually triggering checking a folder for updatesRobin Appelman2013-06-231-0/+22
| | |
* | | use json to encode user listRobin Appelman2013-06-192-2/+2
| | |
* | | allow scanning files for multiple usersRobin Appelman2013-06-192-15/+45
| | |
* | | reuse etag when doing a forced rescanRobin Appelman2013-06-141-1/+1
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2013-06-142-1/+2
| |
* | Revert "FIX: Download of files named "true" or "false" impossible"Roland Hager2013-06-121-2/+1
| | | | | | | | | | This reverts commit d2d71c8797f7e7b51e55bec4217738faaf6a08ca. which was accidentally commited
* | FIX: Download of files named "true" or "false" impossibleRoland Hager2013-06-121-1/+2
| | | | | | | | | | | | | | It was not possible to download a file called "true" or "false" (caseinsensitive) when clicking the link "download" due to the result of json_decode(). Both cases are now implicitly checked. Hotfix provided by Herbert Pophal
* | better contrast for files list, darker greys for selection and hoverJan-Christoph Borchardt2013-06-111-5/+16
| |
* | darker low threshold color for file size and age fading, better contrastJan-Christoph Borchardt2013-06-112-3/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-06-082-1/+5
| |