summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14412 from nextcloud/fileinfo-raw-sizeMorris Jobke2019-02-282-2/+4
|\
| * add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-272-2/+4
* | Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling2019-02-261-0/+99
|/
* allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-252-0/+44
* Add methods to get casted system valuesJoas Schilling2019-02-221-0/+30
* Merge pull request #14249 from nextcloud/enhancement/noid/add-gotindex-to-ind...Morris Jobke2019-02-191-0/+11
|\
| * Add hasIndex() to OCP\FullTextSearch\Model\IndexDocumentMaxence Lange2019-02-191-0/+11
* | add event for cache updateRobin Appelman2019-02-183-44/+83
|/
* Merge pull request #14248 from nextcloud/phpdoc/noid/getdocuments-returnsRoeland Jago Douma2019-02-181-1/+1
|\
| * fixing phpdocMaxence Lange2019-02-161-1/+1
* | Add guest navigation typeJulius Härtl2019-02-181-1/+20
* | Merge pull request #13819 from nextcloud/bugfix/noid/unify-html-encoding-hand...Morris Jobke2019-02-072-0/+84
|\ \
| * | Update documentation of setParsed* and setRich*Joas Schilling2019-01-252-0/+84
* | | Merge pull request #13748 from nextcloud/cache-insert-eventMorris Jobke2019-02-071-0/+72
|\ \ \
| * | | add event for inserting cache entriesRobin Appelman2019-02-071-0/+72
| | |/ | |/|
* | | Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_...Morris Jobke2019-02-071-0/+37
|\ \ \
| * | | Add StandaloneTemplateResponseRoeland Jago Douma2019-02-061-0/+37
| |/ /
* | | Remove public interface that was only needed for testingMorris Jobke2019-02-071-9/+0
* | | Add since labelsMorris Jobke2019-02-071-0/+13
* | | Implement guest avatar endpointMichael Weimann2019-02-073-0/+155
|/ /
* | Emit to load additionalscriptsRoeland Jago Douma2019-01-311-0/+3
* | Merge pull request #13894 from nextcloud/feature/noid/chunk-indexable-documentsMorris Jobke2019-01-311-1/+21
|\ \
| * | phpdocMaxence Lange2019-01-311-2/+3
| * | removing default value in param $chunkMaxence Lange2019-01-291-2/+2
| * | +generateChunks()Maxence Lange2019-01-291-2/+21
* | | Add a key parameter to the new initial state APIChristoph Wurst2019-01-301-3/+7
* | | Provide initial stateRoeland Jago Douma2019-01-291-0/+56
* | | Expose subadmin to OCPRoeland Jago Douma2019-01-291-0/+99
|/ /
* / Remove legacy activity stuffJoas Schilling2019-01-242-256/+18
|/
* Allow access to addressbook unique uriJohn Molakvoæ (skjnldsv)2019-01-222-0/+19
* Merge pull request #13032 from nextcloud/objectstore-write-existsMorris Jobke2019-01-141-0/+9
|\
| * Add objectExists to objectstore interfaceRobin Appelman2018-12-121-0/+9
* | Set default frame-ancestors to 'self'Roeland Jago Douma2019-01-081-1/+3
* | CSP: Allow fonts to be provided in dataRoeland Jago Douma2019-01-071-0/+1
* | Access id property without getter.Daniel Kesselberg2018-12-241-1/+1
* | Fetch lastInsertId only when id nullDaniel Kesselberg2018-12-241-1/+3
* | allow content provide to generate new IndexMaxence Lange2018-12-201-0/+14
|/
* Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-071-26/+0
* Add optional locale parameter to interface as wellJulius Härtl2018-12-071-1/+2
* Add IMapperExceptionRoeland Jago Douma2018-12-063-2/+34
* Fix activatable/deactivatable 2fa provider interface typosChristoph Wurst2018-12-032-2/+2
* Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-291-0/+31
* Add PHPDoc for thrown exceptionMorris Jobke2018-11-191-0/+3
* Fix string doc type casingChristoph Wurst2018-11-151-1/+1
* Throw exception if decryption failsRoeland Jago Douma2018-11-141-0/+1
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-121-2/+3
|\
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+3
* | Add deprecation message ofr insertIfNotExistMorris Jobke2018-11-091-0/+1
* | Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke2018-11-091-1/+3
* | Merge pull request #12335 from nextcloud/fix/12319/respect-fixed-usernamesblizzz2018-11-081-0/+3
|\ \ | |/ |/|