| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | use template placeholders instead of html | Joas Schilling | 2017-07-25 | 1 | -6/+6 |
* | Always order by all values, to make sure all entries are copied correctly | Joas Schilling | 2017-07-25 | 1 | -9/+4 |
* | Only migrate to the current state | Joas Schilling | 2017-07-25 | 1 | -6/+16 |
* | Use order by to avoid problems when chunking finds a same item again... | Joas Schilling | 2017-07-25 | 1 | -9/+30 |
* | Remove generate change script which doesnt work with migrations anymore | Joas Schilling | 2017-07-25 | 2 | -90/+0 |
* | Use default connection parameters for utf8 4byte support | Joas Schilling | 2017-07-25 | 1 | -3/+3 |
* | Skip migrations table because it was already done when creating the schema | Joas Schilling | 2017-07-25 | 1 | -0/+6 |
* | Use migrations on convert | Joas Schilling | 2017-07-25 | 1 | -1/+8 |
* | Core is converted, so this is dead code | Joas Schilling | 2017-07-25 | 1 | -9/+7 |
* | Install from migrations | Joas Schilling | 2017-07-25 | 1 | -0/+897 |
* | Add a script to generate a migration from database.xml | Joas Schilling | 2017-07-25 | 3 | -5/+215 |
* | [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 | Morris Jobke | 2017-07-24 | 1 | -1/+1 |
* | | Move image-optimization.sh to build dir | Roeland Jago Douma | 2017-07-24 | 1 | -20/+0 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-24 | 4 | -0/+32 |
* | Fix font-weight for datepicker title. | Marin Treselj | 2017-07-23 | 1 | -1/+1 |
* | Make weekday names brighter, lighter month/year title. | Marin Treselj | 2017-07-23 | 1 | -1/+3 |
* | Make dates slightly larger and perfectly rounded. | Marin Treselj | 2017-07-23 | 1 | -29/+21 |
* | Remove deprecation | Marin Treselj | 2017-07-23 | 1 | -2/+1 |
* | Add padding to popover | Marin Treselj | 2017-07-23 | 1 | -0/+1 |
* | Fixes issues mentioned in comments. | Marin Treselj | 2017-07-23 | 2 | -15/+19 |
* | Redesign jQuery UI datepicker | Marin Treselj | 2017-07-23 | 5 | -3/+86 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-23 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-22 | 2 | -0/+24 |
* | Merge pull request #5596 from nextcloud/mount-rename | Morris Jobke | 2017-07-21 | 1 | -3/+2 |
|\ |
|
| * | fix parsing of dav permissions | Robin Appelman | 2017-07-17 | 1 | -3/+2 |
* | | Merge pull request #5817 from nextcloud/add-basic-sql-injection-checker | Morris Jobke | 2017-07-21 | 1 | -0/+8 |
|\ \ |
|
| * | | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+8 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-21 | 6 | -6/+70 |
|/ / |
|
* | | Run phan over code base | Lukas Reschke | 2017-07-19 | 1 | -0/+4 |
* | | Merge pull request #5733 from nextcloud/app-menu-ellipsis | Morris Jobke | 2017-07-18 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Long app names will have ellipsis in the app menu popover. | Marin Treselj | 2017-07-14 | 1 | -0/+1 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-17 | 4 | -2/+690 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-15 | 2 | -6/+6 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-14 | 6 | -98/+154 |
* | Merge pull request #5070 from nextcloud/theming-vs-themes | Joas Schilling | 2017-07-13 | 1 | -1/+1 |
|\ |
|
| * | Prefer custom theme over theming app | Julius Härtl | 2017-07-12 | 1 | -1/+1 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-13 | 2 | -18/+18 |
* | | Merge pull request #5567 from nextcloud/public-capabilities | Roeland Jago Douma | 2017-07-12 | 1 | -2/+7 |
|\ \ |
|
| * | | Add public capabilities API | Julius Härtl | 2017-06-30 | 1 | -2/+7 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-12 | 4 | -102/+106 |
* | | | Merge pull request #5657 from nextcloud/select-error-text | Lukas Reschke | 2017-07-11 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | warning is now selecteable | Maxence Lange | 2017-07-08 | 1 | -0/+4 |
* | | | | Merge pull request #5656 from nextcloud/fix-unselecting-items-on-multi-select... | Morris Jobke | 2017-07-10 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Add select2-toggleselect to the JavaScript files to load | Daniel Calviño Sánchez | 2017-07-10 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-10 | 2 | -14/+14 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-09 | 2 | -0/+42 |
| |/ /
|/| | |
|