| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use spaces in generated passwords | Morris Jobke | 2019-04-15 | 1 | -1/+1 |
* | +isAvailable() | Maxence Lange | 2019-04-10 | 1 | -0/+10 |
* | Harden appdata putcontent | Roeland Jago Douma | 2019-04-08 | 1 | -0/+1 |
* | [#11236] Set parameter type in QBMapper | Marius David Wieschollek | 2019-03-24 | 1 | -3/+35 |
* | Code cleanup. | Ole Ostergaard | 2019-03-21 | 1 | -3/+3 |
* | Add insertIgnoreConflict to IDBConnection interface. | Ole Ostergaard | 2019-03-21 | 1 | -0/+14 |
* | Use rich objects instead of name, link and icon | Joas Schilling | 2019-03-19 | 2 | -36/+5 |
* | Replace the icon-class with an absolute link to an image | Joas Schilling | 2019-03-19 | 2 | -2/+3 |
* | CSP: set nonce for iframes | Roeland Jago Douma | 2019-03-16 | 1 | -1/+5 |
* | Merge pull request #14548 from nextcloud/bugfix/noid/avoid-duplicate-containe... | Morris Jobke | 2019-03-08 | 1 | -1/+6 |
|\ |
|
| * | Avoid duplicate App container creation | Joas Schilling | 2019-03-05 | 1 | -1/+6 |
* | | Add preview data as optional data for files | Joas Schilling | 2019-03-07 | 1 | -0/+12 |
|/ |
|
* | fixing phpdoc | Maxence Lange | 2019-03-04 | 3 | -42/+52 |
* | fixing INDEX_DONE | Maxence Lange | 2019-03-04 | 1 | -3/+2 |
* | cleaning | Maxence Lange | 2019-03-04 | 2 | -987/+3 |
* | moving final class to private, new interface in public | Maxence Lange | 2019-03-04 | 10 | -577/+899 |
* | Register providers via class names | Joas Schilling | 2019-03-01 | 1 | -2/+3 |
* | Also cache the resource type because it is part of the identifier | Joas Schilling | 2019-03-01 | 1 | -0/+13 |
* | Fix doc block | Joas Schilling | 2019-03-01 | 1 | -2/+1 |
* | Add invalidation methods to the interface | Joas Schilling | 2019-03-01 | 1 | -0/+19 |
* | Further work on the access cache | Joas Schilling | 2019-03-01 | 4 | -12/+41 |
* | Fix doc blocks | Joas Schilling | 2019-03-01 | 6 | -26/+34 |
* | Implement search and rename in backend | Julius Härtl | 2019-03-01 | 1 | -0/+8 |
* | Add link to resource provider | Julius Härtl | 2019-03-01 | 2 | -0/+15 |
* | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 1 | -0/+9 |
* | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 1 | -0/+4 |
* | Add iconClass to resources | Julius Härtl | 2019-03-01 | 2 | -0/+15 |
* | Make names mandatory | Joas Schilling | 2019-03-01 | 2 | -1/+9 |
* | Allow to create collections | Joas Schilling | 2019-03-01 | 2 | -0/+12 |
* | Provider functionality | Joas Schilling | 2019-03-01 | 3 | -0/+48 |
* | Add a controller with the most important methods | Joas Schilling | 2019-03-01 | 4 | -2/+31 |
* | Basic implementation of resource and collection handling | Joas Schilling | 2019-03-01 | 5 | -0/+199 |
* | Allow apps to redirect to the default app | Joas Schilling | 2019-03-01 | 1 | -0/+40 |
* | Merge pull request #14412 from nextcloud/fileinfo-raw-size | Morris Jobke | 2019-02-28 | 2 | -2/+4 |
|\ |
|
| * | add option to get raw size (without submounts) from fileinfo | Robin Appelman | 2019-02-27 | 2 | -2/+4 |
* | | Add an event to the Autocomplete Controller to allow to filter the results | Joas Schilling | 2019-02-26 | 1 | -0/+99 |
|/ |
|
* | allow group backends to mark that a group should now be shown in search dialogs | Robin Appelman | 2019-02-25 | 2 | -0/+44 |
* | Add methods to get casted system values | Joas Schilling | 2019-02-22 | 1 | -0/+30 |
* | Merge pull request #14249 from nextcloud/enhancement/noid/add-gotindex-to-ind... | Morris Jobke | 2019-02-19 | 1 | -0/+11 |
|\ |
|
| * | Add hasIndex() to OCP\FullTextSearch\Model\IndexDocument | Maxence Lange | 2019-02-19 | 1 | -0/+11 |
* | | add event for cache update | Robin Appelman | 2019-02-18 | 3 | -44/+83 |
|/ |
|
* | Merge pull request #14248 from nextcloud/phpdoc/noid/getdocuments-returns | Roeland Jago Douma | 2019-02-18 | 1 | -1/+1 |
|\ |
|
| * | fixing phpdoc | Maxence Lange | 2019-02-16 | 1 | -1/+1 |
* | | Add guest navigation type | Julius Härtl | 2019-02-18 | 1 | -1/+20 |
* | | Merge pull request #13819 from nextcloud/bugfix/noid/unify-html-encoding-hand... | Morris Jobke | 2019-02-07 | 2 | -0/+84 |
|\ \ |
|
| * | | Update documentation of setParsed* and setRich* | Joas Schilling | 2019-01-25 | 2 | -0/+84 |
* | | | Merge pull request #13748 from nextcloud/cache-insert-event | Morris Jobke | 2019-02-07 | 1 | -0/+72 |
|\ \ \ |
|
| * | | | add event for inserting cache entries | Robin Appelman | 2019-02-07 | 1 | -0/+72 |
| | |/
| |/| |
|
* | | | Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_... | Morris Jobke | 2019-02-07 | 1 | -0/+37 |
|\ \ \ |
|
| * | | | Add StandaloneTemplateResponse | Roeland Jago Douma | 2019-02-06 | 1 | -0/+37 |
| |/ / |
|