| Commit message (Expand) | Author | Age | Files | Lines |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 10 | -32/+32 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 6 | -7/+7 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 66 | -193/+102 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -2/+2 |
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 3 | -7/+7 |
|\ |
|
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 2 | -6/+6 |
| * | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 34 | -64/+64 |
|/ |
|
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 14 | -12/+2 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 16 | -234/+234 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -2/+2 |
* | Add default titles for titleless events in invitations | Thomas Citharel | 2020-04-03 | 1 | -5/+49 |
* | Merge pull request #19890 from nextcloud/enh/comments-reference-id | Joas Schilling | 2020-04-02 | 1 | -8/+13 |
|\ |
|
| * | Fix unit tests | Joas Schilling | 2020-04-02 | 1 | -8/+13 |
* | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 78 | -22/+90 |
|/ |
|
* | Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0 | Roeland Jago Douma | 2020-03-30 | 9 | -29/+32 |
|\ |
|
| * | RequestTestCase: Default type for headers needs to be array | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| * | Adjust FakeLockerPluginTest to new Sabre version | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
| * | Set custom ProdId in Birthday service, do not depend on Sabre Versio number f... | Georg Ehrke | 2020-03-27 | 1 | -8/+15 |
| * | Fix usage of Sabre\HTTP\Request in unit tests | Georg Ehrke | 2020-03-27 | 5 | -18/+14 |
| * | Sabre/DAV 4.0: beforeMethod is now beforeMethod:* | Georg Ehrke | 2020-03-27 | 1 | -1/+1 |
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 17 | -30/+0 |
|\ \
| |/
|/| |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 17 | -30/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 13 | -202/+202 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 58 | -854/+854 |
|/ |
|
* | Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uri | Roeland Jago Douma | 2020-03-25 | 1 | -3/+9 |
|\ |
|
| * | RefreshWebcalService: randomly generate calendar-object uri | Georg Ehrke | 2020-03-16 | 1 | -3/+9 |
* | | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldav | Christoph Wurst | 2020-03-24 | 1 | -1/+24 |
|\ \ |
|
| * | | Translate 'Busy' in CalDAV | Gary Kim | 2020-02-23 | 1 | -1/+24 |
* | | | Add extra test case to exclude by timerange | Thomas Citharel | 2020-03-22 | 1 | -5/+4 |
* | | | Added test testSearch | dartcafe | 2020-03-22 | 1 | -1/+3 |
* | | | Fix tests due to config adjustments | Julius Härtl | 2020-03-20 | 1 | -16/+12 |
* | | | Limit enumeration in principal search | Julius Härtl | 2020-03-20 | 1 | -0/+122 |
* | | | fix tests | Robin Appelman | 2020-03-18 | 1 | -57/+2 |
* | | | remove the detour trough node and work with path directly | Robin Appelman | 2020-03-18 | 1 | -39/+0 |
* | | | use INode instead of Node for custom properties | Robin Appelman | 2020-03-18 | 1 | -1/+14 |
* | | | handle long property paths to hasing paths >250 chars | Robin Appelman | 2020-03-18 | 1 | -11/+41 |
* | | | test custom properties backend against real database | Robin Appelman | 2020-03-18 | 1 | -52/+87 |
* | | | merge the two almost identical custom property backends | Robin Appelman | 2020-03-18 | 2 | -6/+34 |
| |/
|/| |
|
* | | Fix test | Nils Wittenbrink | 2020-02-29 | 1 | -4/+3 |
* | | Merge pull request #19252 from nextcloud/bug/fix-notification-object-id | Joas Schilling | 2020-02-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Hash event UID to make sure it's not too long for PushProvider | Thomas Citharel | 2020-02-01 | 1 | -1/+1 |
* | | | Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register... | Roeland Jago Douma | 2020-02-23 | 3 | -1/+290 |
|\ \ \
| |_|/
|/| | |
|
| * | | Allow apps to provide Calendars in user's calendarHome | Georg Ehrke | 2020-02-18 | 3 | -1/+290 |
* | | | Introduce a default refresh rate app setting for calendar subscriptions | Thomas Citharel | 2020-02-21 | 1 | -1/+11 |
* | | | Move RefreshWebcalJob logic to a proper service so that it may be called | Thomas Citharel | 2020-02-10 | 2 | -177/+263 |
|/ / |
|
* / | Check for empty authorization headers for office requests and allow anonymous... | Julius Härtl | 2020-02-04 | 1 | -2/+15 |
|/ |
|