| Commit message (Expand) | Author | Age | Files | Lines |
* | 6.0.1 RC1v6.0.1RC1 | Frank Karlitschek | 2014-01-16 | 1 | -2/+2 |
* | Fix untranslated text when deleting user | Volkan Gezer | 2014-01-16 | 1 | -1/+1 |
* | updated the unit test for OCP\Share::unshareAll() to verify that shares by al... | ben-denham | 2014-01-16 | 1 | -4/+54 |
* | Unshare all will now delete all shares for the item, instead of only for a si... | ben-denham | 2014-01-16 | 1 | -1/+9 |
* | Merge pull request #6783 from owncloud/backport-6530-stable6 | Thomas Müller | 2014-01-15 | 1 | -1/+1 |
|\ |
|
| * | in order to work properly with encryption ocTransferId is added to the file p... | Thomas Müller | 2014-01-15 | 1 | -1/+1 |
| * | Adding a random postfix to the part file. | Thomas Müller | 2014-01-15 | 1 | -1/+1 |
* | | Fixed Dropbox/Google storage async save call | Vincent Petry | 2014-01-15 | 3 | -19/+33 |
|/ |
|
* | extended test to also check the status messages | Bjoern Schiessle | 2014-01-15 | 1 | -11/+24 |
* | keep response message | Bjoern Schiessle | 2014-01-15 | 1 | -20/+22 |
* | call getFileInfo to enforce a file cache entry for the new version, fix #6286 | Bjoern Schiessle | 2014-01-15 | 1 | -2/+4 |
* | remove old code | Bjoern Schiessle | 2014-01-15 | 1 | -3/+0 |
* | don't try to encrypt/decrypt cache chunks or files in the trash bin | Bjoern Schiessle | 2014-01-15 | 1 | -2/+2 |
* | copy files to owner trash recursively | Bjoern Schiessle | 2014-01-15 | 1 | -3/+6 |
* | Merge pull request #6293 from owncloud/stable6-legacy-settings-popup | Morris Jobke | 2014-01-15 | 1 | -3/+11 |
|\ |
|
| * | fix shadow size and arrow position | Jan-Christoph Borchardt | 2013-12-10 | 1 | -2/+2 |
| * | fix the legacy popup to make calendar settings look nicer | Jan-Christoph Borchardt | 2013-12-10 | 1 | -2/+10 |
* | | Use storage_mtime when determining if we can reuse cached data while scanning | Robin Appelman | 2014-01-15 | 4 | -3/+20 |
* | | Fix calculated folder size to use unencrypted size | Vincent Petry | 2014-01-14 | 2 | -5/+62 |
* | | Merge pull request #6612 from owncloud/user-no-change-displayname-stable | icewind1991 | 2014-01-14 | 7 | -91/+156 |
|\ \ |
|
| * | | Pass config object in testGetHomeNotSupported | Robin Appelman | 2014-01-02 | 1 | -1/+4 |
| * | | Replace static usage of OC_Config and OC_Preferences with the injected \OC\Co... | Robin Appelman | 2014-01-02 | 1 | -5/+13 |
| * | | fix the config option to remove the ability for users to set their displayname | Robin Appelman | 2014-01-02 | 3 | -9/+37 |
| * | | fix fallback overwriting result of getHome | Robin Appelman | 2014-01-02 | 1 | -1/+2 |
| * | | cache the home folder of a User | Robin Appelman | 2014-01-02 | 2 | -67/+73 |
| * | | Also add default to the \OCP\IConfig interface | Robin Appelman | 2014-01-02 | 2 | -5/+18 |
| * | | add default parameter for AllConfig->get*Value() | Robin Appelman | 2014-01-02 | 1 | -6/+12 |
* | | | it is not an urgent error... a DEBUG message is enough at this point | Bjoern Schiessle | 2014-01-14 | 1 | -1/+1 |
* | | | Fixed timezone issue with SMB storage | Vincent Petry | 2014-01-14 | 1 | -1/+1 |
* | | | Merge pull request #6408 from owncloud/ldap_fix_tls_detection | Thomas Müller | 2014-01-14 | 2 | -5/+9 |
|\ \ \ |
|
| * | | | typo, grammar | Arthur Schiwon | 2014-01-08 | 1 | -1/+1 |
| * | | | LDAP: only read config from database, if configID is given. Not what we want ... | Arthur Schiwon | 2013-12-13 | 1 | -1/+2 |
| * | | | remove unused variables | Arthur Schiwon | 2013-12-13 | 1 | -2/+2 |
| * | | | LDAP: fix TLS detection | Arthur Schiwon | 2013-12-13 | 1 | -2/+5 |
* | | | | Merge pull request #6756 from owncloud/remove-ru_RU-stable6 | Andreas Fischer | 2014-01-14 | 19 | -3336/+0 |
|\ \ \ \ |
|
| * | | | | remove ru_RU - it's almost untranslated | Thomas Müller | 2014-01-13 | 19 | -3336/+0 |
* | | | | | Merge pull request #6753 from owncloud/no_unshare_on_delete | Björn Schießle | 2014-01-13 | 1 | -8/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | don't unshare on delete | Bjoern Schiessle | 2014-01-13 | 1 | -8/+0 |
* | | | | | Fixing Issue #6301 on master branch | Carlos Cerrillo | 2014-01-13 | 2 | -16/+32 |
* | | | | | fixing typo in redirection query string | st3so | 2014-01-13 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-12 | 9 | -50/+75 |
* | | | | fix preview for reshared file | Georg Ehrke | 2014-01-11 | 1 | -1/+3 |
* | | | | Prevent deleting storage root | Vincent Petry | 2014-01-10 | 2 | -0/+55 |
* | | | | Infowarning about 32bit | Arthur Schiwon | 2014-01-09 | 1 | -0/+1 |
* | | | | add tests for user counting | Arthur Schiwon | 2014-01-09 | 2 | -0/+81 |
* | | | | if backends have the same class name, sum their users up instead of overwriting | Arthur Schiwon | 2014-01-09 | 1 | -1/+5 |
* | | | | LDAP: add tests for countUsers | Arthur Schiwon | 2014-01-09 | 1 | -0/+54 |
* | | | | remove unnecessary line | Arthur Schiwon | 2014-01-09 | 1 | -1/+0 |
* | | | | LDAP: implement userCount action. This required to (finally) clean up and ref... | Arthur Schiwon | 2014-01-09 | 3 | -28/+148 |
* | | | | Add command line tool to show numbers of users and user directories | Arthur Schiwon | 2014-01-09 | 2 | -0/+62 |