| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1820 from nextcloud/4byte-filenames | Roeland Jago Douma | 2016-10-24 | 1 | -2/+8 |
|\ |
|
| * | Added method to DB and fix test | Roeland Jago Douma | 2016-10-24 | 1 | -2/+8 |
* | | Fix DateTime comparisson | Roeland Jago Douma | 2016-10-21 | 2 | -5/+5 |
* | | Merge pull request #1835 from nextcloud/downstream-24948 | Morris Jobke | 2016-10-20 | 2 | -5/+5 |
|\ \ |
|
| * | | Fix shared storage namespace in DecryptAll class | Vincent Petry | 2016-10-20 | 1 | -1/+1 |
| * | | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 1 | -4/+4 |
* | | | Get rid of very old oc:// stream wrapper (#26381) | Vincent Petry | 2016-10-20 | 1 | -36/+0 |
* | | | Merge pull request #1824 from nextcloud/downstream-26423 | Morris Jobke | 2016-10-20 | 1 | -7/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Ensure $commands being an array - fixes #26073 | Thomas Müller | 2016-10-20 | 1 | -0/+1 |
| * | | use short array syntax | Morris Jobke | 2016-10-20 | 1 | -7/+7 |
| |/ |
|
* | | Restore all services when a tests failed/finished for better testcase isolation | Joas Schilling | 2016-10-20 | 1 | -3/+26 |
* | | Make sure all tests use the TestCase method to overwrite services | Joas Schilling | 2016-10-20 | 4 | -48/+20 |
|/ |
|
* | Do not skip when mysql uses utf8mb4 | Joas Schilling | 2016-10-19 | 1 | -1/+2 |
* | Fix test of repair step | Joas Schilling | 2016-10-19 | 1 | -6/+10 |
* | Fix the test | Joas Schilling | 2016-10-19 | 1 | -5/+5 |
* | Adding docker based unit test execution for mysql utf8mb4 | Thomas Müller | 2016-10-19 | 2 | -0/+10 |
* | only disable unicode test on mysql | Morris Jobke | 2016-10-19 | 1 | -7/+11 |
* | Adding tests for 4 byte unicode characters | Morris Jobke | 2016-10-19 | 2 | -0/+46 |
* | Check the mimetype before reading the content and catch exception | Joas Schilling | 2016-10-18 | 1 | -2/+46 |
* | Merge pull request #1449 from nextcloud/comments-user-mention | Morris Jobke | 2016-10-17 | 2 | -5/+41 |
|\ |
|
| * | emit pre-update event for comments | Arthur Schiwon | 2016-10-12 | 1 | -2/+2 |
| * | Notificacations for simple @-mentioning in comments | Arthur Schiwon | 2016-10-07 | 2 | -5/+41 |
* | | Merge pull request #1441 from nextcloud/getby-id-less-queries | Lukas Reschke | 2016-10-14 | 7 | -117/+226 |
|\ \ |
|
| * | | optimize Folder::getById to use less queries | Robin Appelman | 2016-10-12 | 7 | -117/+226 |
* | | | Merge pull request #1037 from nextcloud/no-double-token-update | Christoph Wurst | 2016-10-14 | 1 | -27/+128 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add test to ensure token times are updated | Robin Appelman | 2016-10-11 | 1 | -24/+128 |
| * | | dont update the auth token twice | Robin Appelman | 2016-10-11 | 1 | -3/+0 |
* | | | Add tests for commands in info.xml | Roeland Jago Douma | 2016-10-11 | 1 | -0/+7 |
* | | | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 1 | -1/+2 |
* | | | Fix QueryBuilderTests | Thomas Müller | 2016-10-11 | 1 | -10/+10 |
* | | | Fix typehint | Roeland Jago Douma | 2016-10-10 | 1 | -2/+2 |
* | | | Cleanup test case | Thomas Müller | 2016-10-10 | 1 | -10/+15 |
|/ / |
|
* | | Merge pull request #1660 from nextcloud/add-notification-icon-to-api | Christoph Wurst | 2016-10-10 | 1 | -0/+28 |
|\ \ |
|
| * | | Add an icon to the notification API | Joas Schilling | 2016-10-07 | 1 | -0/+28 |
| |/ |
|
* | | Merge pull request #1663 from nextcloud/dont-reparse-info-xml | Morris Jobke | 2016-10-10 | 3 | -27/+28 |
|\ \ |
|
| * | | Cache AppInfo in Memory Cache if configured | Lukas Reschke | 2016-10-07 | 1 | -11/+25 |
| * | | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) | Thomas Müller | 2016-10-07 | 3 | -19/+6 |
| |/ |
|
* | | Merge pull request #1656 from nextcloud/appinfo-check-class-existance | Christoph Wurst | 2016-10-10 | 1 | -0/+122 |
|\ \ |
|
| * | | Make sure all the jobs, command, provides and migrations are valid | Joas Schilling | 2016-10-07 | 1 | -0/+122 |
| |/ |
|
* / | Simplify isSubDirectory check | Lukas Reschke | 2016-10-07 | 1 | -13/+0 |
|/ |
|
* | Merge pull request #1514 from nextcloud/integration-tests-orphaned-shares | Morris Jobke | 2016-10-06 | 1 | -23/+158 |
|\ |
|
| * | Prefilter inaccessible shares in DefaultShareProvider::getSharedWith() | Vincent Petry | 2016-10-06 | 1 | -23/+158 |
* | | Merge pull request #1629 from nextcloud/cleanup-settings-application | Joas Schilling | 2016-10-06 | 9 | -317/+492 |
|\ \
| |/
|/| |
|
| * | Use our base class everywhere | Joas Schilling | 2016-10-06 | 1 | -1/+2 |
| * | phpunit min version is 4.8 | Joas Schilling | 2016-10-06 | 1 | -31/+1 |
| * | Fix tests | Joas Schilling | 2016-10-06 | 7 | -286/+367 |
| * | Use magic DI as much as possible | Joas Schilling | 2016-10-05 | 1 | -17/+29 |
| * | Add a test for all the controllers and the middleware | Joas Schilling | 2016-10-05 | 1 | -0/+111 |
* | | Properly catch password policy hint for personal page password changes | Morris Jobke | 2016-10-06 | 1 | -0/+25 |
* | | Merge pull request #1306 from nextcloud/simplefs | Lukas Reschke | 2016-10-06 | 6 | -20/+440 |
|\ \
| |/
|/| |
|