summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-08-112-0/+542
|
* [tx-robot] updated from transifexNextcloud bot2017-08-102-0/+14
|
* Merge pull request #6048 from nextcloud/fix-migration-generationMorris Jobke2017-08-091-1/+1
|\ | | | | Fix typo in template for migration generation
| * Fix typo in template for migration generationJoas Schilling2017-08-091-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-08-092-0/+2
| |
* | Merge pull request #5972 from ↵Morris Jobke2017-08-084-3/+52
|\ \ | | | | | | | | | | | | nextcloud/replace-loading-icon-gif-with-pure-css-in-login-button Replace loading icon GIF with pure CSS in login button
| * | Ignore clicks on login button icon so they are received by the buttonDaniel Calviño Sánchez2017-08-072-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visually, the icon positioned on the login button is part of the login button, so clicking on the icon should be the same as clicking on the button. As the icon is a different element this commit sets the icon to ignore mouse events so they are received and handled by the login button instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Replace loading icon GIF with pure CSS loading iconDaniel Calviño Sánchez2017-08-034-3/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pure CSS loading icon uses an ::after pseudo-element, and thus it can only be used on container elements; the input element is not a container element, so when the class "icon-loading-small" is set on an input element it falls back to a loading icon GIF. This commit modifies the markup of the login button to add a div element that holds the confirm icon and the loading icon (depending on the case). In order to position the icon in the same place as before the input and the icon are both wrapped by another div making possible to set the absolute position of the icon relative to the input. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-08-084-38/+714
| |/ |/|
* | Revert "Proof of concept #5593 - inline SVG icon for icon-contacts"Joas Schilling2017-08-034-18/+11
|/
* Merge pull request #5959 from nextcloud/drop-logo-claimMorris Jobke2017-08-031-1/+0
|\ | | | | Logo claim is not used anymore
| * Logo claim is not used anymoreMorris Jobke2017-08-021-1/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-08-034-4/+52
|/
* Merge pull request #5816 from nextcloud/fix-oracleMorris Jobke2017-08-021-0/+4
|\ | | | | Fix oracle
| * Allow to specify the table space on occJoas Schilling2017-08-021-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Replace `include` with `file_get_contents`Marin Treselj2017-08-021-1/+1
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Proof of concept #5593 - inline SVG icon for icon-contactsMarin Treselj2017-08-024-11/+18
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Merge pull request #5920 from nextcloud/gallery-share-view-fixMorris Jobke2017-08-023-8/+8
|\ \ | | | | | | Top bar buttons in share view are wrong positioned
| * | Make sure this still works in other apps.Marin Treselj2017-08-021-4/+4
| | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * | Fixes nextcloud/gallery#269Marin Treselj2017-07-283-8/+8
| | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | Merge pull request #5952 from nextcloud/appmanager-isshippedMorris Jobke2017-08-021-1/+1
|\ \ \ | |_|/ |/| | Use public methods for OC_App::isShipped
| * | Use public methods for OC_App::isShippedMorris Jobke2017-08-011-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-08-024-46/+220
| | |
* | | Remove explicit type hints for ControllerLukas Reschke2017-08-011-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-callMorris Jobke2017-08-011-1/+1
|\ \ | | | | | | Add metadata to \OCP\AppFramework\Http\Response::throttle
| * | Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-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_middlewareMorris Jobke2017-08-011-3/+3
|\ \ \ | | | | | | | | Prop argument type for Middleware
| * | | Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Update the URLs in tests to use example.orgMorris Jobke2017-08-011-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Fix OCSControllerRoeland Jago Douma2017-08-011-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Fix ContactsMenuControllerRoeland Jago Douma2017-08-011-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Fix AvatarControllerRoeland Jago Douma2017-08-011-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Stricter phan config fixesLukas Reschke2017-08-011-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2017-08-016-16/+30
| | | |
* | | | Merge pull request #5890 from nextcloud/fix-403-and-404-redirectRoeland Jago Douma2017-07-312-8/+8
|\ \ \ \ | |/ / / |/| | | Fix 403 and 404 redirect
| * | | Fix 403 and 404 redirectMorris Jobke2017-07-262-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-iconRoeland Jago Douma2017-07-311-0/+4
|\ \ \ \ | | | | | | | | | | Add css class for toogle preview icon
| * | | | Add css class for toogle preview iconMorris Jobke2017-07-271-0/+4
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-302-4/+40
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-292-0/+18
|/ / /
* | | Merge pull request #5644 from nextcloud/add-occ-app-installMorris Jobke2017-07-272-1/+79
|\ \ \ | |_|/ |/| | add occ app:install command
| * | add namespacesualko2017-07-261-0/+2
| | | | | | | | | | | | Signed-off-by: sualko <klaus@jsxc.org>
| * | add occ app:install commandsualko2017-07-262-1/+77
| |/ | | | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org>
* | [tx-robot] updated from transifexNextcloud bot2017-07-274-2/+8
| |
* | This fix the overlay of the complexity barMaxence Lange2017-07-261-1/+1
|/ | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2017-07-266-74/+78
|
* Add *lob support for all tablesJoas Schilling2017-07-251-14/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* use template placeholders instead of htmlJoas Schilling2017-07-251-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Always order by all values, to make sure all entries are copied correctlyJoas Schilling2017-07-251-9/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only migrate to the current stateJoas Schilling2017-07-251-6/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>