Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable the toggleSelect extension in multi-select dropdowns | Daniel Calviño Sánchez | 2017-07-10 | 3 | -0/+3 |
* | Add select2-toggleselect to the JavaScript files to load | Daniel Calviño Sánchez | 2017-07-10 | 1 | -0/+1 |
* | Add acceptance tests for unselecting items in dropdown for tags | Daniel Calviño Sánchez | 2017-07-10 | 4 | -0/+318 |
* | Extract app navigation elements to its own context | Daniel Calviño Sánchez | 2017-07-08 | 3 | -39/+70 |
* | Fix typo | Daniel Calviño Sánchez | 2017-07-08 | 1 | -2/+2 |
* | Merge pull request #5231 from nextcloud/migrations | Morris Jobke | 2017-07-05 | 36 | -114/+1995 |
|\ | |||||
| * | Fix autoloader and namespace test | Morris Jobke | 2017-07-05 | 3 | -1/+3 |
| * | Add migration for personal settings stuff | Joas Schilling | 2017-07-05 | 3 | -5/+96 |
| * | Fix the installer tests | Joas Schilling | 2017-07-05 | 2 | -1/+11 |
| * | Fix tests of CodeChecker and MigrationService | Joas Schilling | 2017-07-05 | 6 | -29/+84 |
| * | Register autoloading before running migrations | Joas Schilling | 2017-07-05 | 2 | -2/+4 |
| * | Update autoloading | Joas Schilling | 2017-07-05 | 2 | -0/+20 |
| * | Check the migration files for table, column and index length errors | Joas Schilling | 2017-07-05 | 3 | -3/+213 |
| * | Fix dropping tables and handle the prefix automatically | Joas Schilling | 2017-07-05 | 4 | -11/+148 |
| * | Move twofactor_backupcodes to migrations | Joas Schilling | 2017-07-05 | 4 | -86/+103 |
| * | Allow to check the schema in pre and post as well | Joas Schilling | 2017-07-05 | 4 | -15/+34 |
| * | Add a version to migrations, so parallel legacy branches can also have migrat... | Joas Schilling | 2017-07-05 | 2 | -9/+27 |
| * | Add author and copyright | Joas Schilling | 2017-07-05 | 3 | -0/+9 |
| * | Do not allow to go back on productive systems | Joas Schilling | 2017-07-05 | 2 | -2/+24 |
| * | Fix code issues | Joas Schilling | 2017-07-05 | 1 | -11/+16 |
| * | Use autoloading instead of require_once from a different dir | Joas Schilling | 2017-07-05 | 1 | -12/+6 |
| * | Adjust the code to use our interface and abstract | Joas Schilling | 2017-07-05 | 4 | -78/+99 |
| * | Use migrations when there is no database.xml | Joas Schilling | 2017-07-05 | 2 | -3/+9 |
| * | Start migrations | Joas Schilling | 2017-07-05 | 18 | -17/+1260 |
* | | Merge pull request #5621 from nextcloud/fix-sorting-of-favorite-files-in-file... | Morris Jobke | 2017-07-05 | 6 | -15/+227 |
|\ \ | |||||
| * | | Fix sorting of favorite files | Daniel Calviño Sánchez | 2017-07-05 | 4 | -15/+122 |
| * | | Add acceptance tests for sorting of favorite files | Daniel Calviño Sánchez | 2017-07-05 | 2 | -0/+105 |
* | | | Merge pull request #5520 from nextcloud/disable-click-on-hint | Morris Jobke | 2017-07-05 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Hint should not be clickable | Maxence Lange | 2017-06-23 | 1 | -2/+2 |
* | | | | Merge pull request #5580 from nextcloud/admin-audit-update | Morris Jobke | 2017-07-05 | 14 | -238/+346 |
|\ \ \ \ | |||||
| * | | | | Log console commands | Joas Schilling | 2017-07-01 | 2 | -0/+56 |
| * | | | | Listen to app enable/disable events | Joas Schilling | 2017-07-01 | 2 | -1/+84 |
| * | | | | Move logic to Application class | Joas Schilling | 2017-07-01 | 3 | -223/+152 |
| * | | | | Move to PSR-4 | Joas Schilling | 2017-07-01 | 12 | -26/+66 |
* | | | | | Merge pull request #5342 from nextcloud/userlist-used-space | Morris Jobke | 2017-07-05 | 8 | -179/+384 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Update unit tests | Morris Jobke | 2017-07-05 | 1 | -12/+68 |
| * | | | | Added missing PHPDoc for @since | Morris Jobke | 2017-06-21 | 1 | -0/+1 |
| * | | | | show used space in user list | Robin Appelman | 2017-06-15 | 7 | -167/+315 |
* | | | | | Merge pull request #5441 from nextcloud/custom-theme-update | Morris Jobke | 2017-07-05 | 5 | -0/+149 |
|\ \ \ \ \ | |||||
| * | | | | | Add command to apply updates to custom themes | Julius Härtl | 2017-07-05 | 5 | -0/+149 |
* | | | | | | Merge pull request #5557 from nextcloud/dont-log-passwords-on-dav-exceptions-... | blizzz | 2017-07-05 | 3 | -29/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Don't log passwords on dav exceptions | Joas Schilling | 2017-06-29 | 3 | -29/+17 |
* | | | | | | | Merge pull request #5569 from GitHubUser4234/ldap_password_renew_nc12fix | Morris Jobke | 2017-07-05 | 4 | -2/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | suppress superflous php error on rejected password change | Roger Szabo | 2017-06-30 | 1 | -1/+1 |
| * | | | | | | | set needsPasswordReset flag correctly | Roger Szabo | 2017-06-22 | 1 | -1/+1 |
| * | | | | | | | css for button adjustment for nc12 | Roger Szabo | 2017-06-22 | 1 | -0/+5 |
| * | | | | | | | pass missing function parameter | Roger Szabo | 2017-06-21 | 1 | -0/+1 |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-05 | 48 | -86/+112 |
* | | | | | | | | Merge pull request #5549 from nextcloud/update-info | Morris Jobke | 2017-07-04 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Update admin.php | Jos Poortvliet | 2017-06-27 | 1 | -0/+1 |