summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10562 from Volker-E/masterClark Tomlinson2014-08-201-1/+1
|\ | | | | fixing #10561 & HTML structure
| * fix HTML structure by rmv. obsolete input end tagVolker E.2014-08-201-1/+1
| |
* | Merge pull request #10518 from owncloud/fix_storage_const_autoloadLukas Reschke2014-08-202-2/+2
|\ \ | |/ |/| Fix storage const autoload
| * move to public namespaceMorris Jobke2014-08-192-2/+2
| |
| * Fix STORAGE_* constants usage by moving those constants into ↵Stephan Peijnik2014-08-192-2/+2
| | | | | | | | | | | | | | | | | | | | \OC\Files\Filesystem. As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
* | Merge pull request #10423 from owncloud/urlencode_s3_copyobject_copysourceJörn Friedrich Dreyer2014-08-201-2/+3
|\ \ | | | | | | urlencode s3 copyObject() copysource
| * | use S3Client::encodeKey(), fixes #8325Jörn Friedrich Dreyer2014-08-141-2/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-2058-57/+12
| | |
* | | Merge pull request #10525 from owncloud/remove-download-messageClark Tomlinson2014-08-191-1/+0
|\ \ \ | | | | | | | | remove obsolete 'Download preparing' message for zip downloads, fix #3755
| * | | remove obsolete 'Download preparing' message for zip downloads, fix #3755Jan-Christoph Borchardt2014-08-191-1/+0
| | |/ | |/|
* / | fix multiselect bar offset on shared pageJan-Christoph Borchardt2014-08-191-1/+2
|/ /
* | Merge pull request #10425 from owncloud/set_default_share_folderBjörn Schießle2014-08-197-4/+118
|\ \ | | | | | | Set default share folder
| * | Fix copyrightLukas Reschke2014-08-181-1/+1
| | |
| * | fix broken unit testsBjoern Schiessle2014-08-181-3/+5
| | |
| * | update unit tests with configurable share folderBjoern Schiessle2014-08-183-0/+76
| | |
| * | make share folder configurableBjoern Schiessle2014-08-183-1/+37
| |/
* | Merge pull request #10494 from owncloud/fix_upload_to_public_folderBjörn Schießle2014-08-191-1/+3
|\ \ | | | | | | set incognitoMode to true during upload to a public folder
| * | set incognitoMode to true, getUser should always return false during public ↵Bjoern Schiessle2014-08-181-1/+3
| | | | | | | | | | | | upload
* | | Merge pull request #10492 from owncloud/hidesharesectionswhendisabledMorris Jobke2014-08-191-14/+18
|\ \ \ | | | | | | | | Hide sharing sections in files app when sharing API is disabled
| * | | Hide sharing sections in files app when sharing API is disabledVincent Petry2014-08-181-14/+18
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1917-4/+51
| | |
* | | Merge pull request #10340 from owncloud/fix-9887blizzz2014-08-186-2/+124
|\ \ \ | |/ / |/| | better check whether string resembles a DN, fixes #9887
| * | unify testsArthur Schiwon2014-08-181-55/+36
| | |
| * | adjust login test to code changesArthur Schiwon2014-08-121-0/+5
| | |
| * | better check whether string resembles a DN, fixes #9887Arthur Schiwon2014-08-115-2/+138
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1816-1/+20
| | |
* | | Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-178-330/+0
|\ \ \ | | | | | | | | remove obsolete japanese lang code
| * | | remove obsolete japanese lang codeVolkan Gezer2014-08-138-330/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1716-2/+91
| | | |
* | | | Merge pull request #10276 from owncloud/skip-webdavputLukas Reschke2014-08-161-1/+1
|\ \ \ \ | | | | | | | | | | skip WebdavTest of encryption
| * | | | login as user1 before performing a testBjoern Schiessle2014-08-151-1/+1
| | | | |
* | | | | Merge pull request #10447 from owncloud/share-foldericonfixMorris Jobke2014-08-161-16/+6
|\ \ \ \ \ | | | | | | | | | | | | Fixed folder icon update routine when share owner exists
| * | | | | Fixed folder icon update routine when share owner existsVincent Petry2014-08-151-16/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | Whenever a folder has a "data-share-owner" attribute, the icon is now properly updated to a shared folder icon.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1619-1/+108
| | | | |
* | | | | Merge pull request #10449 from owncloud/share-clientsidesortnoservercallLukas Reschke2014-08-152-5/+23
|\ \ \ \ \ | | | | | | | | | | | | Client side sort for sharing overview
| * | | | | Client side sort for sharing overviewVincent Petry2014-08-152-5/+23
| |/ / / / | | | | | | | | | | | | | | | | | | | | Since the server doesn't support sorting, use client side sort directly instead of calling reload() first.
* / / / / ssl capitalVolkan Gezer2014-08-151-1/+1
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-154-9/+9
| | | |
* | | | Merge pull request #10374 from ogasser/compare_upload_limit_against_biggest_fileJan-Christoph Borchardt2014-08-141-4/+7
|\ \ \ \ | | | | | | | | | | Compare upload limit against biggest file
| * | | | Compare upload limit against biggest fileOliver Gasser2014-08-121-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | When uploading multiple files from the web interface, compare the PHP upload limit against the largest file, not against the sum of all files.
* | | | | Merge pull request #10398 from owncloud/external-share-ssl-warnRobin Appelman2014-08-141-11/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | | Give a better error message for external shares with self-signed ssl certificates
| * | | | Give a better error message for external shares with self-signed ssl ↵Robin Appelman2014-08-131-11/+17
| | | | | | | | | | | | | | | | | | | | certificates
* | | | | Merge pull request #10295 from owncloud/file_actions_error_handlingBjörn Schießle2014-08-144-9/+62
|\ \ \ \ \ | | | | | | | | | | | | file actions improved error handling
| * | | | | new unit test addedBjoern Schiessle2014-08-111-4/+42
| | | | | |
| * | | | | no error if we try to delete a file which no longer existsBjoern Schiessle2014-08-111-1/+2
| | | | | |
| * | | | | no special action for folder named 'Shared' neededBjoern Schiessle2014-08-111-1/+1
| | | | | |
| * | | | | add error message if user wants to rename a file which no longer existsBjoern Schiessle2014-08-112-4/+18
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-145-0/+6
| | | | | |
* | | | | | Merge pull request #10396 from owncloud/kill-filesyncThomas Müller2014-08-132-65/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Kill filesync.php in files/appinfo
| * | | | | Kill filesync.php in files/appinfoMorris Jobke2014-08-132-65/+0
| | |/ / / | |/| | | | | | | | | | | | | * ref comment: https://github.com/owncloud/core/issues/10392#issuecomment-52050567