Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add proper PHPDoc | Lukas Reschke | 2017-08-01 | 3 | -4/+6 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Take IUser instead of User | Lukas Reschke | 2017-08-01 | 4 | -12/+13 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Return '0' instead of null | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 9 | -22/+22 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-01 | 34 | -42/+62 |
| | |||||
* | Merge pull request #5890 from nextcloud/fix-403-and-404-redirect | Roeland Jago Douma | 2017-07-31 | 4 | -30/+10 |
|\ | | | | | Fix 403 and 404 redirect | ||||
| * | Fix 403 and 404 redirect | Morris Jobke | 2017-07-26 | 4 | -30/+10 |
| | | | | | | | | | | | | | | | | * Nextcloud is not properly loaded in the standalone version (especially the theming) * it is already not listed anymore in the Nginx config (see nextcloud/documentation#392) * the index.php-free version doesn't support this Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #5910 from benediktg/test-php-7.1 | Roeland Jago Douma | 2017-07-31 | 1 | -0/+12 |
|\ \ | | | | | | | Also test PHP 7.0 with PostgreSQL | ||||
| * | | Drop PHP 7.1 test | Benedikt Geissler | 2017-07-31 | 1 | -12/+0 |
| | | | | | | | | | | | | Signed-off-by: Benedikt Geissler <benedikt@g5r.eu> | ||||
| * | | Also test PHP 7.0 and 7.1 with PostgreSQL | Benedikt Geissler | 2017-07-31 | 1 | -0/+24 |
|/ / | | | | | | | Signed-off-by: Benedikt Geissler <benedikt@g5r.eu> | ||||
* | | Merge pull request #5905 from nextcloud/ocp-config | Morris Jobke | 2017-07-31 | 7 | -10/+12 |
|\ \ | | | | | | | Use IConfig instead of static OCP\Config | ||||
| * | | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 7 | -10/+12 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #5908 from nextcloud/add-css-icon | Roeland Jago Douma | 2017-07-31 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Add css class for toogle preview icon | ||||
| * | | | Add css class for toogle preview icon | Morris Jobke | 2017-07-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #5913 from nextcloud/fix-anchor-name | Roeland Jago Douma | 2017-07-31 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix anchor name for federated sharing settings | ||||
| * | | | | Fix anchor name for federated sharing settings | Morris Jobke | 2017-07-28 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #5922 from nextcloud/master-add-brackets-on-concat-method | Roeland Jago Douma | 2017-07-31 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | [master]Add brackets around concat statements so comparing the result works as intended | ||||
| * | | | | Add brackets around concat statements so comparing the result works as intended | Joas Schilling | 2017-07-28 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-31 | 6 | -0/+38 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-30 | 30 | -32/+402 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-29 | 32 | -24/+268 |
|/ / / / | |||||
* | | | | Merge pull request #5915 from nextcloud/update-drone | Morris Jobke | 2017-07-28 | 1 | -34/+34 |
|\ \ \ \ | | | | | | | | | | | Update drone | ||||
| * | | | | Move all DB tests to top, because they are long running | Morris Jobke | 2017-07-28 | 1 | -27/+27 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | Update all drone images to latest version | Morris Jobke | 2017-07-28 | 1 | -7/+7 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-28 | 20 | -4/+22 |
| | | | | |||||
* | | | | Merge pull request #5852 from nextcloud/preview_trash_cleanup | Morris Jobke | 2017-07-27 | 1 | -6/+23 |
|\ \ \ \ | |/ / / |/| | | | Preview trash cleanup | ||||
| * | | | Delete trash using node API to trigger preview deletion | Roeland Jago Douma | 2017-07-24 | 1 | -6/+23 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #5644 from nextcloud/add-occ-app-install | Morris Jobke | 2017-07-27 | 4 | -1/+81 |
|\ \ \ \ | | | | | | | | | | | add occ app:install command | ||||
| * | | | | update autoloader | sualko | 2017-07-26 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: sualko <klaus@jsxc.org> | ||||
| * | | | | add namespace | sualko | 2017-07-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: sualko <klaus@jsxc.org> | ||||
| * | | | | add occ app:install command | sualko | 2017-07-26 | 2 | -1/+77 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org> | ||||
* | | | | | Merge pull request #5895 from nextcloud/fix-password-change | Morris Jobke | 2017-07-27 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Fix show password button for password change | ||||
| * | | | | Fix show password button for password change | Morris Jobke | 2017-07-26 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * fix the show password button on the personal page * before: if the password change failed the show password icon was not shown again * after: show password icon is visible Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-27 | 16 | -132/+332 |
| | | | | |||||
* | | | | Merge pull request #5614 from nextcloud/fix-enabling-external-storage-via-web | Morris Jobke | 2017-07-26 | 1 | -15/+1 |
|\ \ \ \ | | | | | | | | | | | Allow to enable the external storage app via the web ui | ||||
| * | | | | Allow to enable the external storage app via the web ui | Joas Schilling | 2017-07-26 | 1 | -15/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #5888 from nextcloud/overlay-on-show-password | Lukas Reschke | 2017-07-26 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | This fix the overlay of the complexity bar | ||||
| * | | | | This fix the overlay of the complexity bar | Maxence Lange | 2017-07-26 | 1 | -1/+1 |
| |/ / / | | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
* | | | | Merge pull request #5874 from nextcloud/edu-edition | Morris Jobke | 2017-07-26 | 6 | -0/+99 |
|\ \ \ \ | |/ / / |/| | | | Add new bundle | ||||
| * | | | Add new bundle | Lukas Reschke | 2017-07-26 | 6 | -0/+99 |
| |/ / | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #5871 from nextcloud/drone-postgres | Morris Jobke | 2017-07-26 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | | Drone postgres | ||||
| * | | Enable postgres on drone again | Morris Jobke | 2017-07-25 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | * use proper password Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-26 | 26 | -84/+210 |
| | | | |||||
* | | | Merge pull request #5864 from nextcloud/legacy_user | Lukas Reschke | 2017-07-25 | 11 | -101/+10 |
|\ \ \ | | | | | | | | | Remove legacy OC_User_Backend and OC_User_Interface | ||||
| * | | | Fix comments | Morris Jobke | 2017-07-25 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | Remove legacy OC_User_Backend and OC_User_Interface | Roeland Jago Douma | 2017-07-24 | 6 | -96/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #5836 from nextcloud/preview_update | Lukas Reschke | 2017-07-25 | 1 | -1/+7 |
|\ \ \ \ | | |_|/ | |/| | | Empty search no longer works | ||||
| * | | | Empty search no longer works | Roeland Jago Douma | 2017-07-24 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #5772 from nextcloud/migrations-install | Lukas Reschke | 2017-07-25 | 19 | -2379/+1193 |
|\ \ \ \ | | | | | | | | | | | Install nextcloud via migrations instead of the db_structure.xml | ||||
| * | | | | Trigger update to run the migration | Joas Schilling | 2017-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |