summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge pull request #6868 from owncloud/enc-fixrandomfailunittestVincent Petry2014-01-217-35/+35
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry2014-01-217-35/+35
| * | | | | | | | | Merge branch 'master' into fix-setupfs-only-for-existing-users-masterThomas Müller2014-01-214-19/+25
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-215-4/+8
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into fixing-gallery-password-protected-access-masterThomas Müller2014-01-214-19/+25
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | don't use the user id within the versions preview call as it could be used to...Thomas Müller2014-01-213-15/+14
| * | | | | | | | user workarount to compare CLOB column with CHAR valueJörn Friedrich Dreyer2014-01-211-4/+11
| |/ / / / / / /
* / / / / / / / adding password protection check to getShareByToken()Thomas Müller2014-01-211-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #6849 from owncloud/checkupdate-reuseicewind19912014-01-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Reuse the data retrieved from the cache in checkUpdateRobin Appelman2014-01-201-1/+1
* | | | | | | | Merge pull request #6851 from owncloud/files-fixtrashandversionrootsizecalcVincent Petry2014-01-202-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | When reading the size of "files" mountpoints need to be excludedVincent Petry2014-01-202-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #6827 from rnveach/fix_6730Morris Jobke2014-01-202-1/+4
|\ \ \ \ \ \ \
| * | | | | | | added trigger to redo selection text on a directory changernveach2014-01-171-0/+2
| * | | | | | | fixed selector string and removed all checkbox if it was selectedrnveach2014-01-171-1/+2
* | | | | | | | Merge pull request #6819 from owncloud/files-ispreviewenabledwarningfixVincent Petry2014-01-192-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed isPreviewAvailable warnings in logVincent Petry2014-01-172-2/+2
* | | | | | | | | add link to documentationBjoern Schiessle2014-01-171-0/+4
* | | | | | | | | Merge pull request #6810 from kofemann/for-upstreamVincent Petry2014-01-171-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | webdav: return SPACE_UNKNOWN if server do not support quotaTigran Mkrtchyan2014-01-171-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #6807 from owncloud/enc_updated_descriptionVincent Petry2014-01-171-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | updated description of the files encryption appBjoern Schiessle2014-01-171-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6264 from owncloud/files-draggabledestroyMorris Jobke2014-01-161-1/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix to not destroy draggable when no draggable was setVincent Petry2014-01-141-1/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #6223 from owncloud/extstorage-grantaccessasyncfixVincent Petry2014-01-153-19/+33
|\ \ \ \ \ \ \
| * | | | | | | Fixed Dropbox/Google storage async save callVincent Petry2013-12-063-19/+33
* | | | | | | | Merge pull request #6780 from owncloud/trash_bin_copy_recursivelyBjörn Schießle2014-01-152-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | remove old codeBjoern Schiessle2014-01-151-3/+0
| * | | | | | | | don't try to encrypt/decrypt cache chunks or files in the trash binBjoern Schiessle2014-01-151-2/+2
| * | | | | | | | copy files to owner trash recursivelyBjoern Schiessle2014-01-151-3/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Show the name of the shared folder in the breadcrumb when viewing a publicly ...Robin Appelman2014-01-152-1/+7
* | | | | | | | call getFileInfo to enforce a file cache entry for the new version, fix #6286Bjoern Schiessle2014-01-151-2/+4
|/ / / / / / /
* | | | | | | typo, grammarArthur Schiwon2014-01-141-1/+1
* | | | | | | LDAP: only read config from database, if configID is given. Not what we want ...Arthur Schiwon2014-01-141-1/+2
* | | | | | | remove unused variablesArthur Schiwon2014-01-141-2/+2
* | | | | | | LDAP: fix TLS detectionArthur Schiwon2014-01-141-2/+5
* | | | | | | Merge pull request #6759 from owncloud/extstorage-smbtimezonefixVincent Petry2014-01-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fixed timezone issue with SMB storageVincent Petry2014-01-141-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | it is not an urgent error... a DEBUG message is enough at this pointBjoern Schiessle2014-01-141-1/+1
* | | | | | | Merge pull request #6755 from owncloud/remove-ru_RU-masterAndreas Fischer2014-01-145-53/+0
|\ \ \ \ \ \ \
| * | | | | | | remove ru_RU - it has bee removed from transifexThomas Müller2014-01-135-53/+0
* | | | | | | | don't unshare on deleteBjoern Schiessle2014-01-131-8/+0
|/ / / / / / /
* | | | | | | Merge pull request #6422 from ccerrillo/fixing-6301-external-mount-webdav-bla...Vincent Petry2014-01-132-16/+32
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix ```createCertificateBundle``` and ```getCertificates``` methodsCarlos Cerrillo2013-12-171-4/+2
| * | | | | | Fixing tab/space coding styleCarlos Cerrillo2013-12-171-17/+21
| * | | | | | Fixing Issue #6301 on master branchCarlos Cerrillo2013-12-151-6/+20
* | | | | | | Fixed various file name escaping issues in core appsVincent Petry2014-01-108-47/+68
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #6687 from owncloud/sharing-fixpartfilehandlingVincent Petry2014-01-091-21/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Removed special handling of part files in shared storage renameVincent Petry2014-01-081-21/+12
* | | | | | Merge pull request #6681 from owncloud/userreportblizzz2014-01-084-28/+201
|\ \ \ \ \ \ | |/ / / / / |/| | | | |