Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Move regex to a function and add tests | Joas Schilling | 2018-04-19 | 1 | -0/+52 | |
| |/ | ||||||
* | | Show a link to the docs instead of a button on the untrusted domain page | Morris Jobke | 2018-04-17 | 2 | -74/+0 | |
* | | fix appinfo parsing when a single localized option is provided | Robin Appelman | 2018-04-17 | 3 | -0/+29 | |
|/ | ||||||
* | Provide an option to disable HTML emails | Morris Jobke | 2018-04-16 | 2 | -1/+53 | |
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 3 | -3/+105 | |
* | Merge pull request #9024 from nextcloud/fix/app-fetcher-major-minor-versions | Morris Jobke | 2018-04-11 | 2 | -6/+103 | |
|\ | ||||||
| * | Fix version comparison with minor and patch level requirements | Christoph Wurst | 2018-04-11 | 2 | -6/+103 | |
* | | Merge pull request #7800 from Abijeet/bug-7281 | Morris Jobke | 2018-04-11 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | Fixing failing test cases due to change in functionality. | Abijeet | 2018-03-27 | 1 | -1/+2 | |
* | | | Merge pull request #8946 from nextcloud/log-exceptions-as-nested-array-2 | Morris Jobke | 2018-04-11 | 1 | -5/+20 | |
|\ \ \ | ||||||
| * | | | Log exceptions as nested array instead of encoded json | Robin Appelman | 2018-04-10 | 1 | -5/+20 | |
* | | | | Merge pull request #9074 from nextcloud/ARGON2I | Morris Jobke | 2018-04-11 | 1 | -36/+86 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Add ARGON2I support to the hasher | Roeland Jago Douma | 2018-04-04 | 1 | -36/+86 | |
* | | | | Set the default log rotate size to 100 MB | Morris Jobke | 2018-04-11 | 1 | -1/+1 | |
* | | | | Merge pull request #9127 from nextcloud/make-possible-to-run-acceptance-tests... | Morris Jobke | 2018-04-09 | 5 | -17/+162 | |
|\ \ \ \ | ||||||
| * | | | | Rename helper for PHP built-in web server | Daniel Calviño Sánchez | 2018-04-09 | 2 | -14/+14 | |
| * | | | | Add helper to run acceptance tests on an Apache server | Daniel Calviño Sánchez | 2018-04-09 | 1 | -0/+130 | |
| * | | | | Add support for setting the domain also when a specific helper is used | Daniel Calviño Sánchez | 2018-04-09 | 1 | -1/+5 | |
| * | | | | Install and configure Nextcloud server as www-data | Daniel Calviño Sánchez | 2018-04-09 | 1 | -1/+8 | |
| * | | | | Use Docker image for acceptance tests | Daniel Calviño Sánchez | 2018-04-09 | 1 | -1/+5 | |
* | | | | | Merge pull request #9111 from nextcloud/use-proper-bool-user-disabled-state | Morris Jobke | 2018-04-09 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-09 | 1 | -1/+1 | |
* | | | | | Merge pull request #9114 from nextcloud/make-possible-to-provide-acceptance-t... | Morris Jobke | 2018-04-09 | 4 | -11/+57 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Make possible to set the acceptance tests directory to use | Daniel Calviño Sánchez | 2018-04-06 | 2 | -7/+55 | |
| * | | | | Add context classes to Composer autoload | Daniel Calviño Sánchez | 2018-04-06 | 2 | -3/+1 | |
| * | | | | Fix typo | Daniel Calviño Sánchez | 2018-03-27 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Fix tests | Roeland Jago Douma | 2018-04-06 | 1 | -17/+5 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #9084 from nextcloud/public-page-template-extend | Morris Jobke | 2018-04-06 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Fix files acceptance test | Julius Härtl | 2018-04-05 | 1 | -1/+1 | |
| * | | | Move styling and menu handling to publicpage.js | Julius Härtl | 2018-04-05 | 1 | -1/+1 | |
* | | | | Ping more privacy respecting organizations | Roeland Jago Douma | 2018-04-05 | 1 | -4/+8 | |
|/ / / | ||||||
* | / | Fix tests | Roeland Jago Douma | 2018-04-04 | 1 | -0/+4 | |
| |/ |/| | ||||||
* | | Merge pull request #9018 from nextcloud/fix-copy-encrypted-files | Björn Schießle | 2018-04-03 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | reset encryptionVersion to '1' if a file was stream copied, because this mean... | Bjoern Schiessle | 2018-04-03 | 1 | -1/+1 | |
* | | | Use app version to generate scss filename | John Molakvoæ (skjnldsv) | 2018-03-28 | 1 | -12/+23 | |
| |/ |/| | ||||||
* | | Fix test | Roeland Jago Douma | 2018-03-22 | 1 | -1/+1 | |
* | | Merge pull request #8506 from nextcloud/use-appmanager | Morris Jobke | 2018-03-22 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -3/+3 | |
* | | | Migrate tests for contacts manager to correct test class | Morris Jobke | 2018-03-21 | 2 | -130/+32 | |
* | | | Merge pull request #7904 from nextcloud/fix_7224 | Morris Jobke | 2018-03-21 | 2 | -12/+12 | |
|\ \ \ | ||||||
| * | | | Add Cache-control: immutable | Roeland Jago Douma | 2018-03-19 | 2 | -12/+12 | |
* | | | | Show EOL warning in the update section | Joas Schilling | 2018-03-20 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Remove \OCP\Files::tmpFolder | Roeland Jago Douma | 2018-03-19 | 2 | -3/+3 | |
* | | | Remove \OCP\Files::tmpFile | Roeland Jago Douma | 2018-03-19 | 3 | -3/+3 | |
* | | | Merge pull request #8255 from nextcloud/bugfix/noid/group-display-name | blizzz | 2018-03-15 | 3 | -57/+155 | |
|\ \ \ | ||||||
| * | | | Fixed caldav tests and metadata 2 | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -3/+3 | |
| * | | | Fix Metadata tests | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -1/+8 | |
| * | | | Fixed Controller Test | John Molakvoæ (skjnldsv) | 2018-03-08 | 2 | -53/+144 | |
* | | | | Remove deprecated OCP\Contacts | Morris Jobke | 2018-03-14 | 2 | -18/+23 | |
| |/ / |/| | | ||||||
* | | | Remove deprecated HTTPHelper | Roeland Jago Douma | 2018-03-13 | 3 | -206/+0 |