summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-122-0/+33
|
* Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-117-17/+17
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-111-0/+3
|
* Fixed new checkstyle issues in ftp.php from build #1341.Diederik de Haas2012-11-101-2/+2
|
* Fixed new checkstyle issues in swift.php from build #1341.Diederik de Haas2012-11-101-2/+2
|
* Fixed new checkstyle issues from build #1341.Diederik de Haas2012-11-101-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-1017-1/+77
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-092-1/+38
|
* l10n support for user_webdavauthThomas Mueller2012-11-091-0/+0
|
* [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-0844-399/+17
| |
* | Revert "fix blocking drag & drop upload of folders"Robin Appelman2012-11-071-2/+2
| | | | | | | | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203.
* | Merge pull request #303 from owncloud/fix_issue_95Björn Schießle2012-11-071-2/+2
|\ \ | | | | | | urlencode file/dir to allow special characters in filename/path (issue #95)
| * | urlencode file/dir to allow special characters in filename/path (issue #95)Björn Schießle2012-11-071-2/+2
| | |
* | | 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
| | |
* | | LDAP: fix typo in config value handling.Arthur Schiwon2012-11-061-1/+1
|/ /
* | Merge pull request #258 from wardragon/ldap_existence_check_no_refactorblizzz2012-11-062-6/+11
|\ \ | | | | | | LDAP: improved object existence check
| * | Return an empty array on succesful existence checkLorenzo M. Catucci2012-11-052-3/+4
| | |
| * | Return true or false from readAttribute if $attr is emptyLorenzo M. Catucci2012-11-052-6/+10
| | | | | | | | | This way, readAttribute can act as an existence checker.
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-062-0/+2
| | |
* | | Merge pull request #267 from owncloud/improve_files_updateThomas Müller2012-11-051-2/+2
|\ \ \ | | | | | | | | Improve performance of files update (on larger setups)
| * | | 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
* / | Fix mkdir and opendir warnings when path does not existArthur Schiwon2012-11-051-1/+6
|/ /
* | support string values ('true' and 'false') for configuring the secure ↵Robin Appelman2012-11-054-3/+45
| | | | | | | | | | | | parameter on external storage backends fixes #78
* | Merge pull request #245 from owncloud/fileactionsThomas Müller2012-11-051-16/+10
|\ \ | | | | | | some more reuse for fileactions
| * | 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
* | | Merge pull request #252 from owncloud/fix_user_webdavauthFrank Karlitschek2012-11-054-10/+13
|\ \ \ | | | | | | | | Fix user webdavauth
| * | | fix the webdavauth appFrank Karlitschek2012-11-053-4/+8
| | | |
| * | | fix the webdav user backend. still not completel working but a frist stepFrank Karlitschek2012-11-052-6/+5
| |/ /
* | | Merge pull request #242 from fmms/checkstyle05Thomas Müller2012-11-056-505/+505
|\ \ \ | |/ / |/| | Checkstyle fixes
| * | Style: Remove all the dangling white spacesFelix Moeller2012-11-041-1/+1
| | |
| * | Checkstyle: Fix the last two InvalidEOLCharFelix Moeller2012-11-042-500/+500
| | |
| * | Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-043-4/+4
| | |
| * | Checkstyle: Fix the last two SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
| | |
* | | merge from masterArthur Schiwon2012-11-0499-255/+340
|\| |
| * | Merge pull request #238 from fmms/checkstyle04Thomas Müller2012-11-0433-81/+81
| |\ \ | | | | | | | | Checkstyle fixes
| | * | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-0432-78/+78
| | | |
| | * | Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-043-3/+3
| | | |
| * | | Remove uneeded debug outputLukas Reschke2012-11-041-1/+0
| |/ /
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-11-046-1/+19
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-11-0336-1/+117
| | |
| * | Checkstyle: many fixesFelix Moeller2012-11-0221-129/+129
| | |