summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-1453-2/+56
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-131-0/+1
|
* Merge pull request #319 from owncloud/fileactions_newfileicewind19912012-11-121-6/+10
|\ | | | | Add fileactions to new files and folders
| * add actions to newly created files and foldersRobin Appelman2012-11-071-0/+2
| | | | | | | | closes #231
| * reuse jquery object when adding files to the file listRobin Appelman2012-11-071-6/+8
| |
* | add i18n for cancel buttonJörn Friedrich Dreyer2012-11-121-2/+5
| |
* | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-112-5/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-103-1/+16
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-092-1/+38
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-093-0/+14
| |
* | Merge pull request #261 from owncloud/fix_opera_file_deleteGeorg Ehrke2012-11-081-0/+3
|\ \ | | | | | | fix file delete in opera - fixes #188
| * | fix file delete in opera - fixes #188Georg Ehrke2012-11-051-0/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-0843-399/+0
| |/ |/|
* | Revert "fix blocking drag & drop upload of folders"Robin Appelman2012-11-071-2/+2
| | | | | | | | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203.
* | Merge pull request #306 from owncloud/crumb_drop_fixBjörn Schießle2012-11-071-1/+1
|\ \ | | | | | | extract the right file name for drag&drop.
| * | get the right file name for drag&drop. This was necessary after the switch ↵Björn Schießle2012-11-071-1/+1
| | | | | | | | | | | | to css to show/hide file actions, otherwise the actions where part of the extracted file name.
* | | Merge pull request #289 from zimba12/masterThomas Müller2012-11-071-21/+0
|\ \ \ | |/ / |/| | Move function that relativizes dates from Files app to core
| * | Moved relative_modified_date from file/js to core/jsAlessandro Cosentino2012-11-061-21/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-071-0/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-062-0/+2
| |
* | prepare SQL query only once, that's what prepared statements are for. Should ↵Arthur Schiwon2012-11-051-2/+2
|/ | | | improve upgrade time with larger setups
* remove debug statementsRobin Appelman2012-11-051-2/+0
|
* this line shouldn't be hereRobin Appelman2012-11-041-1/+0
|
* some more code reuse for fileactionsRobin Appelman2012-11-041-16/+13
| | | | also fixes an issue where some fileactions always worked on the last file in the list
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-0410-14/+14
|
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-043-3/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-046-1/+19
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-0335-0/+116
|
* Checkstyle: many fixesFelix Moeller2012-11-023-3/+3
|
* Fix a typoLukas Reschke2012-11-021-1/+1
|
* Add CSRF tokenLukas Reschke2012-11-022-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-0249-49/+0
|
* Files: change wording 'From url' to 'From link'Jan-Christoph Borchardt2012-11-011-1/+1
|
* adapted comments to the code changesBjörn Schießle2012-11-012-2/+2
|
* load logging apps for webdav connectionsBjörn Schießle2012-11-012-2/+3
| | | | Backport of de1b95c
* Merge pull request #155 from owncloud/token-expired-IEJörn Friedrich Dreyer2012-10-311-0/+2
|\ | | | | Send the requesttoken as form value
| * Change IE8 to "older IE versions"Lukas Reschke2012-10-301-1/+1
| | | | | | | | I'm not sure if IE9 is also affected, so I changed it to "older IE versions" - IE 10 should work fine.
| * Send the requesttoken as form valueLukas Reschke2012-10-301-0/+2
| | | | | | | | | | | | | | This is needed for IE < 8 because it doesn't send the CSRF token here. So that it is impossible to upload files. Fixes #110 and related to #122
* | Merge pull request #152 from scambra/webdav-quotaThomas Müller2012-10-311-0/+1
|\ \ | | | | | | checking quota in webdav
| * | fix checking quota in webdav, adding a sabredav pluginscambra2012-10-301-0/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-312-1/+20
|/ /
* | Merge pull request #142 from denis-b/patch-2blizzz2012-10-291-1/+1
|\ \ | | | | | | | | | fix moving (in) dirs containing "+"
| * | Update apps/files/ajax/move.phpdenis-b2012-10-291-1/+1
| |/ | | | | fix moving dirs containing "+"
* / Update apps/files/index.phpdenis-b2012-10-291-1/+1
|/ | | fix dirnames containing "+" not displayed
* Use files remote webdav in compatibility files/webdav.phpBart Visscher2012-10-291-2/+2
|
* Remove fixme, problem is solved alreadyBart Visscher2012-10-291-4/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-293-14/+28
|
* Fix shared status iconsMichael Gapczynski2012-10-281-1/+1
|
* properly replace fileaction icons with pngs when neededRobin Appelman2012-10-281-2/+2
|
* don't move file into subdirectory if a file with the same name already ↵Georg Ehrke2012-10-281-0/+5
| | | | exists (fixes #92)