Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-09 | 2 | -0/+18 |
* | Merge pull request #13702 from nextcloud/feature/6717/rename-app-passwords | Roeland Jago Douma | 2019-02-08 | 5 | -4/+46 |
|\ | |||||
| * | Don't update token if current session token | Daniel Kesselberg | 2019-02-02 | 2 | -0/+2 |
| * | Add interface INamedToken | Daniel Kesselberg | 2019-02-02 | 3 | -4/+44 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-08 | 4 | -6/+6 |
* | | Merge pull request #13986 from nextcloud/feature/cleanup-job-13843 | Morris Jobke | 2019-02-07 | 4 | -5/+113 |
|\ \ | |||||
| * | | Log exception | Daniel Kesselberg | 2019-02-07 | 2 | -5/+10 |
| * | | Repair step to remove "photo." files created by photocache | Daniel Kesselberg | 2019-02-07 | 4 | -5/+108 |
* | | | 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 | 5 | -10/+92 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | add event for inserting cache entries | Robin Appelman | 2019-02-07 | 5 | -10/+92 |
* | | | | Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_... | Morris Jobke | 2019-02-07 | 4 | -1/+50 |
|\ \ \ \ | |||||
| * | | | | Add StandaloneTemplateResponse | Roeland Jago Douma | 2019-02-06 | 4 | -1/+41 |
| * | | | | No need to emit additonalscript event on public pages | Roeland Jago Douma | 2019-02-05 | 1 | -0/+9 |
* | | | | | Merge pull request #14023 from william-p/OS_params | Morris Jobke | 2019-02-07 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix: Check if `$this->params['user']` is an array | William Pain | 2019-02-05 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Remove public interface that was only needed for testing | Morris Jobke | 2019-02-07 | 1 | -9/+0 |
* | | | | | Add since labels | Morris Jobke | 2019-02-07 | 1 | -0/+13 |
* | | | | | Switch guest avatars to PNG | Michael Weimann | 2019-02-07 | 1 | -2/+2 |
* | | | | | Implement guest avatar endpoint | Michael Weimann | 2019-02-07 | 12 | -244/+689 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #12573 from nextcloud/fix/12568/special_handling_of_logout | Morris Jobke | 2019-02-06 | 5 | -0/+105 |
|\ \ \ \ | |||||
| * | | | | Do not do redirect handling when loggin out | Roeland Jago Douma | 2019-02-06 | 5 | -0/+105 |
| |/ / / | |||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-06 | 10 | -44/+282 |
|/ / / | |||||
* | / | Move the contactsmenu handlebars templates to the bundle | Roeland Jago Douma | 2019-02-04 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Merge pull request #13846 from nextcloud/feature/check-if-app-exist-for-group | Morris Jobke | 2019-02-01 | 1 | -6/+7 |
|\ \ | |||||
| * | | Check app path for enableAppForGroups | Daniel Kesselberg | 2019-01-26 | 1 | -6/+7 |
* | | | Merge pull request #13970 from nextcloud/fix/do_not_try_to_load_removed_files | Morris Jobke | 2019-02-01 | 1 | -2/+0 |
|\ \ \ | |||||
| * | | | Do not try to load js moved to bundle | Roeland Jago Douma | 2019-02-01 | 1 | -2/+0 |
* | | | | Merge pull request #13694 from b108/duplicate-functionality-in-request-class | Roeland Jago Douma | 2019-02-01 | 1 | -5/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove duplicate functionality | b108@volgograd | 2019-01-20 | 1 | -5/+1 |
* | | | | Merge pull request #13927 from nextcloud/remove-dead-code | Morris Jobke | 2019-02-01 | 2 | -54/+2 |
|\ \ \ \ | |||||
| * | | | | Remove deleteFromOpcodeCache & clearOpcodeCache | Daniel Kesselberg | 2019-01-30 | 2 | -35/+2 |
| * | | | | Don't call apc_delete_file and apc_clear_cache anymore | Daniel Kesselberg | 2019-01-30 | 1 | -25/+6 |
* | | | | | Emit to load additionalscripts | Roeland Jago Douma | 2019-01-31 | 5 | -0/+64 |
* | | | | | Merge pull request #13894 from nextcloud/feature/noid/chunk-indexable-documents | Morris Jobke | 2019-01-31 | 1 | -1/+21 |
|\ \ \ \ \ | |||||
| * | | | | | phpdoc | Maxence Lange | 2019-01-31 | 1 | -2/+3 |
| * | | | | | removing default value in param $chunk | Maxence Lange | 2019-01-29 | 1 | -2/+2 |
| * | | | | | +generateChunks() | Maxence Lange | 2019-01-29 | 1 | -2/+21 |
* | | | | | | Merge pull request #12636 from nextcloud/fix-12597 | Roeland Jago Douma | 2019-01-30 | 1 | -6/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix typos and unused return values | Christoph Wurst | 2019-01-30 | 1 | -9/+9 |
| * | | | | | | fix typo | Bjoern Schiessle | 2019-01-30 | 1 | -2/+2 |
| * | | | | | | log full exception | Bjoern Schiessle | 2019-01-30 | 1 | -1/+1 |
| * | | | | | | handle mail send error gracefully | Bjoern Schiessle | 2019-01-30 | 1 | -2/+13 |
* | | | | | | | Add a key parameter to the new initial state API | Christoph Wurst | 2019-01-30 | 2 | -18/+38 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #13237 from rcdailey/nfs-write-checks | Roeland Jago Douma | 2019-01-30 | 1 | -7/+15 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Improve data directory write checking for NFS mounts | Robert Dailey | 2019-01-24 | 1 | -7/+15 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Provide initial state | Roeland Jago Douma | 2019-01-29 | 6 | -0/+141 |
* | | | | | | Merge pull request #13880 from nextcloud/enh/expose_subadmin_to_ocp | Roeland Jago Douma | 2019-01-29 | 5 | -22/+117 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Expose subadmin to OCP | Roeland Jago Douma | 2019-01-29 | 5 | -22/+117 |
| | |/ / / | |/| | | |