summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-251-9/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove generate change script which doesnt work with migrations anymoreJoas Schilling2017-07-252-90/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use default connection parameters for utf8 4byte supportJoas Schilling2017-07-251-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Skip migrations table because it was already done when creating the schemaJoas Schilling2017-07-251-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use migrations on convertJoas Schilling2017-07-251-1/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Core is converted, so this is dead codeJoas Schilling2017-07-251-9/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Install from migrationsJoas Schilling2017-07-251-0/+897
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a script to generate a migration from database.xmlJoas Schilling2017-07-253-5/+215
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-07-252-0/+4
|
* Merge pull request #5855 from nextcloud/cleanup-legacy-user-classMorris Jobke2017-07-241-1/+1
|\ | | | | Cleanup legacy user class from unused methods
| * Cleanup legacy user class from unused methodsMorris Jobke2017-07-241-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Move image-optimization.sh to build dirRoeland Jago Douma2017-07-241-20/+0
|/ | | | | | * We should not ship this! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-07-244-0/+32
|
* Fix font-weight for datepicker title.Marin Treselj2017-07-231-1/+1
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Make weekday names brighter, lighter month/year title.Marin Treselj2017-07-231-1/+3
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Make dates slightly larger and perfectly rounded.Marin Treselj2017-07-231-29/+21
| | | | | | SCSS cleanup, fix fringe cases, add margin between dates, un-bold title. Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Remove deprecationMarin Treselj2017-07-231-2/+1
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Add padding to popoverMarin Treselj2017-07-231-0/+1
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Fixes issues mentioned in comments.Marin Treselj2017-07-232-15/+19
| | | | | | | | | | | | - [x] Highlight for selected date should be bold text. - [x] Hover highlight for day should be the same as for the selected date. - [x] Remove hover effect on the week. - [x] Row for days of the week should indeed stay, but non-bold and at 50% opacity so it doesn't take away the focus. - [x] Dates of previous and next months a bit lighter. - [x] Remove marking the weekend blue. - [x] The box centered below the date field, with triangle in the middle. Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Redesign jQuery UI datepickerMarin Treselj2017-07-235-3/+86
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* [tx-robot] updated from transifexNextcloud bot2017-07-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-222-0/+24
|
* Merge pull request #5596 from nextcloud/mount-renameMorris Jobke2017-07-211-3/+2
|\ | | | | Fix renaming of non-renamble mounts
| * fix parsing of dav permissionsRobin Appelman2017-07-171-3/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #5817 from nextcloud/add-basic-sql-injection-checkerMorris Jobke2017-07-211-0/+8
|\ \ | | | | | | Add Phan plugin to check for SQL injections
| * | Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues. As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections. The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2017-07-216-6/+70
|/ /
* | Run phan over code baseLukas Reschke2017-07-191-0/+4
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #5733 from nextcloud/app-menu-ellipsisMorris Jobke2017-07-181-0/+1
|\ \ | |/ |/| Long app names will have ellipsis in the app menu popover.