| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #12193 from nextcloud/interface-fulltxtsearch-issue-00002 | Maxence Lange | 2018-11-02 | 1 | -3/+79 |
|\ |
|
| * | init some var | Maxence Lange | 2018-11-01 | 1 | -3/+3 |
| * | +infoBool / +infoInt | Maxence Lange | 2018-11-01 | 1 | -0/+76 |
* | | Merge pull request #11844 from nextcloud/multiple-link-shares | Morris Jobke | 2018-11-01 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | allow to add labels to shares | Bjoern Schiessle | 2018-11-01 | 1 | -0/+17 |
* | | extend storage api to allow directly writing a stream to storage | Robin Appelman | 2018-10-31 | 1 | -0/+40 |
* | | missing type | Maxence Lange | 2018-10-31 | 1 | -2/+2 |
|/ |
|
* | Merge remote-tracking branch 'origin/interfaces-files-fulltextsearch' into in... | Maxence Lange | 2018-10-30 | 1 | -0/+112 |
|\ |
|
| * | implementing files_fulltextsearch within core | Maxence Lange | 2018-10-25 | 1 | -0/+112 |
* | | Merge pull request #12056 from nextcloud/interfaces-fulltextsearch-2 | Roeland Jago Douma | 2018-10-30 | 16 | -0/+3871 |
|\ \ |
|
| * | | public interfaces FullTextSearch | Maxence Lange | 2018-10-30 | 16 | -0/+3871 |
* | | | Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidation | Roeland Jago Douma | 2018-10-30 | 1 | -6/+8 |
|\ \ \ |
|
| * | | | Make enhancing entries with type property optional | Julius Härtl | 2018-10-30 | 1 | -6/+8 |
| |/ / |
|
* / / | Extend IShare to show hide download state | Roeland Jago Douma | 2018-10-30 | 1 | -0/+21 |
|/ / |
|
* | | Add getExtension() to FileInfo | Robin Appelman | 2018-10-29 | 2 | -0/+16 |
* | | Allow property filters to be null | Julius Härtl | 2018-10-24 | 1 | -1/+1 |
* | | Merge pull request #11439 from nextcloud/trash-modular-api | Morris Jobke | 2018-10-23 | 1 | -0/+6 |
|\ \ |
|
| * | | expose storagefactory in server container | Robin Appelman | 2018-10-17 | 1 | -0/+6 |
* | | | Add report-uri to CSP | Roeland Jago Douma | 2018-10-21 | 2 | -0/+23 |
| |/
|/| |
|
* | | Merge pull request #11711 from nextcloud/feature/backgroundjobs_ocp | Christoph Wurst | 2018-10-19 | 3 | -0/+253 |
|\ \
| |/
|/| |
|
| * | fixup! Add backgroundjobs to OCP | Roeland Jago Douma | 2018-10-09 | 1 | -0/+2 |
| * | Add backgroundjobs to OCP | Roeland Jago Douma | 2018-10-09 | 3 | -0/+251 |
* | | Merge pull request #11740 from nextcloud/feature/noid/account-api | Roeland Jago Douma | 2018-10-15 | 4 | -0/+310 |
|\ \ |
|
| * | | Add \OCP\Account public API | Julius Härtl | 2018-10-15 | 4 | -0/+310 |
* | | | include dashboard into core | Maxence Lange | 2018-10-15 | 10 | -0/+1579 |
|/ / |
|
* | | Disallow unsafe-eval by default | Roeland Jago Douma | 2018-10-14 | 1 | -6/+2 |
* | | Make activity events strict | Joas Schilling | 2018-10-12 | 1 | -39/+41 |
* | | Merge pull request #11719 from nextcloud/techdebt/noid/allow-to-mock-new-date... | Morris Jobke | 2018-10-10 | 1 | -1/+9 |
|\ \ |
|
| * | | Allow to inject/mock `new \DateTime()` similar to time() | Joas Schilling | 2018-10-09 | 1 | -1/+9 |
| |/ |
|
* | | Merge pull request #11622 from nextcloud/feature/11617 | Roeland Jago Douma | 2018-10-09 | 1 | -0/+8 |
|\ \ |
|
| * | | Add function to generate urls for OCS routes | Roeland Jago Douma | 2018-10-09 | 1 | -0/+8 |
| |/ |
|
* / | Use numeric placeholders if there are multiple, so that RTL languages can ope... | Joas Schilling | 2018-10-09 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #11686 from nextcloud/deprecation/noid/ocp_util_recursiveA... | Morris Jobke | 2018-10-09 | 1 | -0/+1 |
|\ |
|
| * | Deprecate unused OCP\Util::recursiveArraySearch | Morris Jobke | 2018-10-08 | 1 | -0/+1 |
* | | Deprecate unused, private OC_Helper::linkToPublic | Morris Jobke | 2018-10-08 | 1 | -1/+6 |
|/ |
|
* | adjust Calendar resource / room interfaces to use class implementation | Georg Ehrke | 2018-10-08 | 2 | -12/+12 |
* | Remove deprecated publishActivity function | Roeland Jago Douma | 2018-10-05 | 1 | -16/+0 |
* | Merge pull request #11409 from nextcloud/feature/consolidated-2fa-settings | Roeland Jago Douma | 2018-10-03 | 2 | -0/+90 |
|\ |
|
| * | Consolidate personal two-factor provider settings | Christoph Wurst | 2018-10-02 | 2 | -0/+90 |
* | | Merge pull request #10967 from nextcloud/zipresponse | Morris Jobke | 2018-10-02 | 1 | -0/+87 |
|\ \
| |/
|/| |
|
| * | Add PHPDoc | Morris Jobke | 2018-10-02 | 1 | -4/+14 |
| * | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -1/+1 |
| * | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -3/+5 |
| * | Add fix response | Jakob Sack | 2018-10-02 | 1 | -0/+75 |
* | | Document possibly thrown excption of QBMapper::insertOrUpdate | Christoph Wurst | 2018-10-02 | 1 | -0/+1 |
* | | Add QBMapper::insertOrUpdate() | Christoph Wurst | 2018-10-02 | 1 | -1/+18 |
|/ |
|
* | Let 2FA providers provide their custom icons (dark/light) | Christoph Wurst | 2018-10-01 | 1 | -0/+55 |
* | Emit event on enablign or disabling of 2FA provider | Roeland Jago Douma | 2018-10-01 | 2 | -0/+66 |
* | Only allow 2FA state changs if providers support the operation | Christoph Wurst | 2018-09-25 | 1 | -0/+15 |
* | Merge pull request #11134 from nextcloud/locale-template-fix | Joas Schilling | 2018-09-19 | 1 | -0/+10 |
|\ |
|