summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use appstoreenabled config switchBjoern Schiessle2014-02-051-2/+2
* do not show 'Add app' and 'More apps' for themed ownCloudJan-Christoph Borchardt2014-02-051-0/+4
* add function to extract filename from sharekey name + testsBjoern Schiessle2014-02-052-1/+37
* added tests for the delete hooks if the trash bin is disabledBjoern Schiessle2014-02-053-65/+300
* don't expect OC_FilesystemView, this is depreciatedBjoern Schiessle2014-02-051-1/+1
* better error detection and don't use glob()Bjoern Schiessle2014-02-051-12/+27
* move unlink proxy to a hook which handles pre and post conditionsBjoern Schiessle2014-02-053-44/+66
* Added session_keepalive settingVincent Petry2014-02-053-15/+51
* Allow getting info or renaming part files through WebDAVVincent Petry2014-02-051-1/+14
* add test for password remove methodBjoern Schiessle2014-02-042-1/+63
* remove needless element tagBjoern Schiessle2014-02-031-2/+1
* also load error handler if debugging is enabledBjoern Schiessle2014-02-032-4/+17
* remove passwords in URLs from all log messagesBjoern Schiessle2014-02-032-4/+12
* Fixed image preview in trashbin subdirsVincent Petry2014-01-311-2/+12
* public upload is also possible with encryption enabled, since OC6Bjoern Schiessle2014-01-291-10/+4
* use more accurate error codesBjoern Schiessle2014-01-281-5/+5
* Added exception logger plugin for sabre connectorVincent Petry2014-01-284-5/+60
* Add check for apc.enabled optionOtto Sabart2014-01-271-0/+2
* disable button and input field during decryptionBjoern Schiessle2014-01-271-0/+5
* remove the form, it isn't needed hereBjoern Schiessle2014-01-272-25/+22
* use localised date in notification mailsBjoern Schiessle2014-01-271-5/+4
* only update file cache with the unenecrypted size when the file was writtenBjoern Schiessle2014-01-271-7/+24
* prevent autofill for password change settings, prevent leak of existing passw...Jan-Christoph Borchardt2014-01-261-2/+4
* add expire date to link share if possibleBjoern Schiessle2014-01-242-3/+24
* increase size of mimetype columnBjoern Schiessle2014-01-242-9/+9
* added website fieldBjoern Schiessle2014-01-243-18/+25
* distinguish app links from doc linksBjoern Schiessle2014-01-243-3/+4
* show link to app documentationBjoern Schiessle2014-01-244-1/+34
* add link to documentationBjoern Schiessle2014-01-241-0/+4
* Fixed sharing results to include the correct permissionsVincent Petry2014-01-232-1/+124
* fix infinite loop if folder and subfolder has the same nameBjoern Schiessle2014-01-231-39/+13
* add path relative to the files folder of the currently logged in user to the ...Bjoern Schiessle2014-01-231-6/+17
* Fixed isPreviewAvailable warnings in logVincent Petry2014-01-232-2/+2
* Merge pull request #6891 from owncloud/version_fix_array_order_stable6v6.0.1Björn Schießle2014-01-222-5/+6
|\
| * fix size calculationBjoern Schiessle2014-01-221-1/+1
| * fix array ordering issueBjoern Schiessle2014-01-222-4/+5
* | change publicUploadButtonMock to public_uploadMyles McNamara2014-01-221-1/+1
* | change em to pxMyles McNamara2014-01-221-1/+1
* | modify js to move upload wrapper, modify css to match core valuesMyles McNamara2014-01-222-8/+12
* | remove extra upload controlsMyles McNamara2014-01-221-13/+1
* | fix upload button layoutMyles McNamara2014-01-221-5/+7
* | Merge pull request #6874 from owncloud/versioning_expire_fixes_stable6Björn Schießle2014-01-221-3/+3
|\ \ | |/ |/|
| * selective backport of the bug fixes from pr #6863Bjoern Schiessle2014-01-211-3/+3
* | 6.0.1Frank Karlitschek2014-01-221-2/+2
* | fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller2014-01-212-1/+49
* | in case no share is found for the given token we can return right awayThomas Müller2014-01-211-0/+3
* | adding password protection check to getShareByToken()Thomas Müller2014-01-212-5/+33
* | Merge pull request #6869 from owncloud/fix-setupfs-only-for-existing-users-st...Thomas Müller2014-01-218-5/+35
|\ \
| * | OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-218-5/+35
* | | webdav: return SPACE_UNKNOWN if server do not support quotaTigran Mkrtchyan2014-01-211-1/+1