Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5816 from nextcloud/fix-oracle | Morris Jobke | 2017-08-02 | 1 | -0/+4 |
|\ | | | | | Fix oracle | ||||
| * | Allow to specify the table space on occ | Joas Schilling | 2017-08-02 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Replace `include` with `file_get_contents` | Marin Treselj | 2017-08-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | Proof of concept #5593 - inline SVG icon for icon-contacts | Marin Treselj | 2017-08-02 | 4 | -11/+18 |
| | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | Merge pull request #5920 from nextcloud/gallery-share-view-fix | Morris Jobke | 2017-08-02 | 3 | -8/+8 |
|\ \ | | | | | | | Top bar buttons in share view are wrong positioned | ||||
| * | | Make sure this still works in other apps. | Marin Treselj | 2017-08-02 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | | Fixes nextcloud/gallery#269 | Marin Treselj | 2017-07-28 | 3 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | | Merge pull request #5952 from nextcloud/appmanager-isshipped | Morris Jobke | 2017-08-02 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Use public methods for OC_App::isShipped | ||||
| * | | Use public methods for OC_App::isShipped | Morris Jobke | 2017-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-02 | 4 | -46/+220 |
| | | | |||||
* | | | Remove explicit type hints for Controller | Lukas Reschke | 2017-08-01 | 1 | -2/+2 |
|/ / | | | | | | | | | | | This is public API and breaks the middlewares of existing apps. Since this also requires maintaining two different code paths for 12 and 13 I'm at the moment voting for reverting this change. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #5907 from nextcloud/add-metadata-to-throttle-call | Morris Jobke | 2017-08-01 | 1 | -1/+1 |
|\ \ | | | | | | | Add metadata to \OCP\AppFramework\Http\Response::throttle | ||||
| * | | Add metadata to \OCP\AppFramework\Http\Response::throttle | Lukas Reschke | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/5891 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #5877 from nextcloud/typehint_middleware | Morris Jobke | 2017-08-01 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Prop argument type for Middleware | ||||
| * | | | Fix middleware implementations signatures | Roeland Jago Douma | 2017-07-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Update the URLs in tests to use example.org | Morris Jobke | 2017-08-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Fix OCSController | Roeland Jago Douma | 2017-08-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Fix ContactsMenuController | Roeland Jago Douma | 2017-08-01 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Fix AvatarController | Roeland Jago Douma | 2017-08-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-01 | 6 | -16/+30 |
| | | | | |||||
* | | | | Merge pull request #5890 from nextcloud/fix-403-and-404-redirect | Roeland Jago Douma | 2017-07-31 | 2 | -8/+8 |
|\ \ \ \ | |/ / / |/| | | | Fix 403 and 404 redirect | ||||
| * | | | Fix 403 and 404 redirect | Morris Jobke | 2017-07-26 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #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> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-30 | 2 | -4/+40 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-29 | 2 | -0/+18 |
|/ / / | |||||
* | | | Merge pull request #5644 from nextcloud/add-occ-app-install | Morris Jobke | 2017-07-27 | 2 | -1/+79 |
|\ \ \ | |_|/ |/| | | add occ app:install command | ||||
| * | | 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> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-27 | 4 | -2/+8 |
| | | |||||
* | | This fix the overlay of the complexity bar | Maxence Lange | 2017-07-26 | 1 | -1/+1 |
|/ | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-26 | 6 | -74/+78 |
| | |||||
* | Add *lob support for all tables | Joas Schilling | 2017-07-25 | 1 | -14/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | use template placeholders instead of html | Joas Schilling | 2017-07-25 | 1 | -6/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Always order by all values, to make sure all entries are copied correctly | Joas Schilling | 2017-07-25 | 1 | -9/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Only migrate to the current state | Joas Schilling | 2017-07-25 | 1 | -6/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use order by to avoid problems when chunking finds a same item again... | Joas Schilling | 2017-07-25 | 1 | -9/+30 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove generate change script which doesnt work with migrations anymore | Joas Schilling | 2017-07-25 | 2 | -90/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use default connection parameters for utf8 4byte support | Joas Schilling | 2017-07-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Skip migrations table because it was already done when creating the schema | Joas Schilling | 2017-07-25 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use migrations on convert | Joas Schilling | 2017-07-25 | 1 | -1/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Core is converted, so this is dead code | Joas Schilling | 2017-07-25 | 1 | -9/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Install from migrations | Joas Schilling | 2017-07-25 | 1 | -0/+897 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a script to generate a migration from database.xml | Joas Schilling | 2017-07-25 | 3 | -5/+215 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-25 | 2 | -0/+4 |
| | |||||
* | Merge pull request #5855 from nextcloud/cleanup-legacy-user-class | Morris Jobke | 2017-07-24 | 1 | -1/+1 |
|\ | | | | | Cleanup legacy user class from unused methods | ||||
| * | Cleanup legacy user class from unused methods | Morris Jobke | 2017-07-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Move image-optimization.sh to build dir | Roeland Jago Douma | 2017-07-24 | 1 | -20/+0 |
|/ | | | | | | * We should not ship this! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-24 | 4 | -0/+32 |
| |