| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #21144 from owncloud/dav-auth-checkduplicateheader | Thomas Müller | 2015-12-11 | 1 | -1/+1 |
|\ |
|
| * | Properly check X-Requested-With header in case of multiple values | Vincent Petry | 2015-12-11 | 1 | -1/+1 |
* | | Merge pull request #21045 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2015-12-11 | 5 | -6/+31 |
|\ \ |
|
| * | | adjust PHPDoc | Thomas Müller | 2015-12-10 | 2 | -0/+4 |
| * | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 5 | -6/+27 |
| |/ |
|
* / | Catch exception when querying direct download link | Vincent Petry | 2015-12-10 | 2 | -3/+33 |
|/ |
|
* | Merge pull request #21038 from owncloud/share-computesharepermissions-notstore | Thomas Müller | 2015-12-09 | 1 | -18/+26 |
|\ |
|
| * | Fix more unit tests to pass a mock storage instead of null to FileInfo | Vincent Petry | 2015-12-08 | 1 | -18/+26 |
* | | Merge pull request #20786 from owncloud/systemtags-dav | Thomas Müller | 2015-12-08 | 15 | -0/+1876 |
|\ \
| |/
|/| |
|
| * | Fixed system tags DAV and API and docs | Vincent Petry | 2015-12-04 | 7 | -40/+49 |
| * | Unit test for system tags plugin | Vincent Petry | 2015-12-03 | 10 | -14/+988 |
| * | Fix PHPDoc ... | Thomas Müller | 2015-12-03 | 7 | -16/+20 |
| * | Added dav endpoints for system tags | Vincent Petry | 2015-12-03 | 9 | -0/+889 |
* | | Delete no longer existing users from system addressbook | Thomas Müller | 2015-12-04 | 1 | -0/+12 |
* | | Fix namespace XML output of files and tags dav | Vincent Petry | 2015-12-03 | 2 | -2/+2 |
|/ |
|
* | Fix endless recursion | Thomas Müller | 2015-12-02 | 1 | -3/+15 |
* | Fix update of avatar image | Thomas Müller | 2015-12-02 | 2 | -33/+49 |
* | Fix comments | Thomas Müller | 2015-12-02 | 2 | -4/+4 |
* | Proposal: add enumeration function to IUserManager which simply calls a callb... | Thomas Müller | 2015-12-02 | 1 | -20/+17 |
* | Specify the email type and set name properly | Thomas Müller | 2015-12-02 | 2 | -14/+66 |
* | Add converter to generate/update a vcard from a given user | Thomas Müller | 2015-12-02 | 3 | -23/+218 |
* | Add system principal to cal of each card | Thomas Müller | 2015-12-02 | 2 | -0/+49 |
* | Add the user's cloud id to the vCard | Thomas Müller | 2015-12-02 | 1 | -0/+6 |
* | Add user's email address to vCard | Thomas Müller | 2015-12-02 | 1 | -2/+7 |
* | Update addressbook home configuration for CalDAVTester | Thomas Müller | 2015-12-02 | 2 | -6/+6 |
* | user and system addressbooks are now living in sub folders | Thomas Müller | 2015-12-02 | 7 | -15/+78 |
* | Adding a second principal backend which holds system principals - as of now o... | Thomas Müller | 2015-12-02 | 3 | -15/+191 |
* | Add IUser::getAvatarImage() for easy access | Thomas Müller | 2015-12-02 | 1 | -4/+9 |
* | Adding system addressbook for users of this instance - a occ command is suppl... | Thomas Müller | 2015-12-02 | 6 | -2/+181 |
* | More group DB | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 3 | -0/+21 |
* | Prevent redefinition warning of PHPUNIT_RUN | Thomas Müller | 2015-11-30 | 1 | -1/+3 |
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 2 | -0/+15 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 1 | -2/+2 |
* | Merge pull request #20760 from owncloud/webdav-authredirectfix | Thomas Müller | 2015-11-27 | 2 | -1/+31 |
|\ |
|
| * | Only reject ajax auth if user is really logged out | Vincent Petry | 2015-11-26 | 2 | -1/+31 |
* | | Merge pull request #20702 from owncloud/move-user-principal-into-subfolder | Thomas Müller | 2015-11-26 | 9 | -100/+99 |
|\ \ |
|
| * | | Fix principal collection for CavDAVTester | Thomas Müller | 2015-11-26 | 2 | -3/+3 |
| * | | Introduce \OCP\IUser::getEMailAddress() | Thomas Müller | 2015-11-25 | 2 | -39/+21 |
| * | | Users are available under it's own principal resource named 'principals/users... | Thomas Müller | 2015-11-25 | 8 | -65/+82 |
* | | | Merge pull request #20731 from owncloud/per-storage-updater | Thomas Müller | 2015-11-26 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -2/+2 |
| |/ |
|
* | | CardDavBackEnd requires principalBackend on ctor | Thomas Müller | 2015-11-25 | 2 | -11/+24 |
* | | Output owncloud.log to the console | Thomas Müller | 2015-11-25 | 1 | -0/+4 |
* | | Adding sync support - including dav tests | Thomas Müller | 2015-11-25 | 4 | -2/+1608 |
|/ |
|
* | Adjust sabre changes in core | Thomas Müller | 2015-11-24 | 10 | -155/+192 |
* | Do not authenticate over ajax | Vincent Petry | 2015-11-23 | 2 | -2/+41 |
* | Merge pull request #16902 from owncloud/jsocclient | Thomas Müller | 2015-11-23 | 1 | -0/+27 |
|\ |
|
| * | Send download token as cookie to tell the UI that it started | Vincent Petry | 2015-11-22 | 1 | -0/+27 |
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-20 | 11 | -20/+30 |
|/ |
|