| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tests | Lukas Reschke | 2016-10-31 | 4 | -5/+12 |
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 8 | -1291/+518 |
* | Fix more tests | Roeland Jago Douma | 2016-10-28 | 3 | -143/+4 |
* | Proper DI of config | Roeland Jago Douma | 2016-10-28 | 5 | -31/+61 |
* | introduce callForSeenUsers and countSeenUsers (#26361) | Jörn Friedrich Dreyer | 2016-10-28 | 2 | -1/+66 |
* | Merge pull request #1800 from nextcloud/nextcloud-rich-object-strings | Morris Jobke | 2016-10-27 | 2 | -29/+74 |
|\ |
|
| * | Allow rich object subjects for Notifications | Joas Schilling | 2016-10-20 | 1 | -29/+21 |
| * | Add Rich Object Definitions and a validator | Joas Schilling | 2016-10-20 | 1 | -0/+53 |
* | | Remove internal share mail function | Roeland Jago Douma | 2016-10-26 | 1 | -48/+0 |
* | | Merge pull request #1920 from nextcloud/legacy-pages-should-also-receive-the-... | Roeland Jago Douma | 2016-10-26 | 1 | -0/+14 |
|\ \ |
|
| * | | Identify Chromium as Chrome | Joas Schilling | 2016-10-26 | 1 | -0/+14 |
* | | | Merge pull request #1738 from nextcloud/comments-provide-displaynames-with-me... | Morris Jobke | 2016-10-26 | 3 | -6/+133 |
|\ \ \
| |/ /
|/| | |
|
| * | | add missing methods to test fake manager | Arthur Schiwon | 2016-10-20 | 1 | -0/+4 |
| * | | resolve displayname via manager and registerable resolvers | Arthur Schiwon | 2016-10-19 | 1 | -0/+78 |
| * | | move mention extraction to (I)Comment and report mentions via DAV | Arthur Schiwon | 2016-10-19 | 1 | -6/+51 |
* | | | Move browserSupportsCspV3 to CSPNonceManager | Roeland Jago Douma | 2016-10-25 | 2 | -6/+13 |
* | | | Merge pull request #1878 from nextcloud/downstream-25936 | Morris Jobke | 2016-10-25 | 2 | -7/+8 |
|\ \ \ |
|
| * | | | [9.2] Add missing unit tests (#25936) | Thomas Müller | 2016-10-24 | 2 | -7/+8 |
* | | | | Merge pull request #1871 from nextcloud/use-csp-nonces | Morris Jobke | 2016-10-25 | 5 | -1/+156 |
|\ \ \ \ |
|
| * | | | | Add ContentSecurityPolicyNonceManager | Lukas Reschke | 2016-10-24 | 1 | -0/+57 |
| * | | | | Add support for CSP nonces | Lukas Reschke | 2016-10-24 | 4 | -1/+99 |
| |/ / / |
|
* | | | | Merge pull request #1884 from nextcloud/downstream-26292 | Lukas Reschke | 2016-10-25 | 1 | -34/+43 |
|\ \ \ \ |
|
| * | | | | Fix and cleanup SessionTest | Roeland Jago Douma | 2016-10-25 | 1 | -43/+26 |
| * | | | | Fix logClientIn for non-existing users (#26292) | Vincent Petry | 2016-10-25 | 1 | -0/+26 |
* | | | | | Merge pull request #1452 from nextcloud/appconfig-endpoint | Joas Schilling | 2016-10-25 | 2 | -3/+20 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 2 | -3/+20 |
* | | | | | App dependencies are now analysed on app enable as well - not only on app ins... | Thomas Müller | 2016-10-24 | 1 | -26/+30 |
| |/ / /
|/| | | |
|
* | | | | 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 |
|\ \ |
|