summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 6.0.1 RC1v6.0.1RC1Frank Karlitschek2014-01-161-2/+2
* Fix untranslated text when deleting userVolkan Gezer2014-01-161-1/+1
* updated the unit test for OCP\Share::unshareAll() to verify that shares by al...ben-denham2014-01-161-4/+54
* Unshare all will now delete all shares for the item, instead of only for a si...ben-denham2014-01-161-1/+9
* Merge pull request #6783 from owncloud/backport-6530-stable6Thomas Müller2014-01-151-1/+1
|\
| * in order to work properly with encryption ocTransferId is added to the file p...Thomas Müller2014-01-151-1/+1
| * Adding a random postfix to the part file.Thomas Müller2014-01-151-1/+1
* | Fixed Dropbox/Google storage async save callVincent Petry2014-01-153-19/+33
|/
* extended test to also check the status messagesBjoern Schiessle2014-01-151-11/+24
* keep response messageBjoern Schiessle2014-01-151-20/+22
* call getFileInfo to enforce a file cache entry for the new version, fix #6286Bjoern Schiessle2014-01-151-2/+4
* 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
* Merge pull request #6293 from owncloud/stable6-legacy-settings-popupMorris Jobke2014-01-151-3/+11
|\
| * fix shadow size and arrow positionJan-Christoph Borchardt2013-12-101-2/+2
| * fix the legacy popup to make calendar settings look nicerJan-Christoph Borchardt2013-12-101-2/+10
* | Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-154-3/+20
* | Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-142-5/+62
* | Merge pull request #6612 from owncloud/user-no-change-displayname-stableicewind19912014-01-147-91/+156
|\ \
| * | Pass config object in testGetHomeNotSupportedRobin Appelman2014-01-021-1/+4
| * | Replace static usage of OC_Config and OC_Preferences with the injected \OC\Co...Robin Appelman2014-01-021-5/+13
| * | fix the config option to remove the ability for users to set their displaynameRobin Appelman2014-01-023-9/+37
| * | fix fallback overwriting result of getHomeRobin Appelman2014-01-021-1/+2
| * | cache the home folder of a UserRobin Appelman2014-01-022-67/+73
| * | Also add default to the \OCP\IConfig interfaceRobin Appelman2014-01-022-5/+18
| * | add default parameter for AllConfig->get*Value()Robin Appelman2014-01-021-6/+12
* | | it is not an urgent error... a DEBUG message is enough at this pointBjoern Schiessle2014-01-141-1/+1
* | | Fixed timezone issue with SMB storageVincent Petry2014-01-141-1/+1
* | | Merge pull request #6408 from owncloud/ldap_fix_tls_detectionThomas Müller2014-01-142-5/+9
|\ \ \
| * | | typo, grammarArthur Schiwon2014-01-081-1/+1
| * | | LDAP: only read config from database, if configID is given. Not what we want ...Arthur Schiwon2013-12-131-1/+2
| * | | remove unused variablesArthur Schiwon2013-12-131-2/+2
| * | | LDAP: fix TLS detectionArthur Schiwon2013-12-131-2/+5
* | | | Merge pull request #6756 from owncloud/remove-ru_RU-stable6Andreas Fischer2014-01-1419-3336/+0
|\ \ \ \
| * | | | remove ru_RU - it's almost untranslatedThomas Müller2014-01-1319-3336/+0
* | | | | Merge pull request #6753 from owncloud/no_unshare_on_deleteBjörn Schießle2014-01-131-8/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | don't unshare on deleteBjoern Schiessle2014-01-131-8/+0
* | | | | Fixing Issue #6301 on master branchCarlos Cerrillo2014-01-132-16/+32
* | | | | fixing typo in redirection query stringst3so2014-01-131-1/+1
|/ / / /
* | | | Fixed various file name escaping issues in core appsVincent Petry2014-01-129-50/+75
* | | | fix preview for reshared fileGeorg Ehrke2014-01-111-1/+3
* | | | Prevent deleting storage rootVincent Petry2014-01-102-0/+55
* | | | Infowarning about 32bitArthur Schiwon2014-01-091-0/+1
* | | | add tests for user countingArthur Schiwon2014-01-092-0/+81
* | | | if backends have the same class name, sum their users up instead of overwritingArthur Schiwon2014-01-091-1/+5
* | | | LDAP: add tests for countUsersArthur Schiwon2014-01-091-0/+54
* | | | remove unnecessary lineArthur Schiwon2014-01-091-1/+0
* | | | LDAP: implement userCount action. This required to (finally) clean up and ref...Arthur Schiwon2014-01-093-28/+148
* | | | Add command line tool to show numbers of users and user directoriesArthur Schiwon2014-01-092-0/+62