summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #347 from nextcloud/drop-windows-fooLukas Reschke2016-07-1122-269/+51
|\ | | | | Remove unneeded checks if it runs on a Windows machine
| * Fix some more testsJoas Schilling2016-07-111-96/+1
| |
| * Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-0821-173/+50
| | | | | | | | * the setup check is still there
* | Merge pull request #320 from nextcloud/faster_autoloaderRoeland Douma2016-07-111-0/+0
|\ \ | | | | | | [3rdparty] Static classmap for 3rdparty
| * | [3rdparty] Static classmap for 3rdpartyRoeland Jago Douma2016-07-111-0/+0
| | | | | | | | | | | | | | | This speedsup classmap loading significantly on php 5.6 and higher. Older php versions are not affected.
* | | Merge pull request #350 from nextcloud/fix-check-certificate-bundlesJoas Schilling2016-07-111-1/+2
|\ \ \ | | | | | | | | fix check if the certificate bundle needs to be updated
| * | | always check the mtime of the system bundle and additionally the user ↵Bjoern Schiessle2016-07-081-1/+2
| | | | | | | | | | | | | | | | specific certificate bundle if a user is given
* | | | Add new "Recent files" icon to files app (#356)Bugsbane2016-07-112-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added new "nav-icon-recent" CSS class Added the class "nav-icon-recent" to display the new "recent files" file list view to be added by @icewind1991 in PR https://github.com/nextcloud/server/pull/292 It's now placed after nav-icon-files which was where @jancborchardt was suggesting iirc. * Add new "Recent files" clock icon Add the new icon for "Recent files" file list view in the files app by @icewind1991, as discussed in PR https://github.com/nextcloud/server/pull/292 Icon is already compressed/cleaned by scour rather than svgo as svgo seems to corrupt it. * Alter colour of "Recent" icon from grey to black Change colour of the "recently used files" icon from grey to black, to match other icons in the files app. * Replace recent icon with black, optimized version Just updates the colour of the icon for "Recent files" from a grey version, to a black optimised version.
* | | | Merge pull request #345 from nextcloud/sanitize-logs-and-stacktracesJoas Schilling2016-07-112-0/+7
|\ \ \ \ | | | | | | | | | | Sanitize more config options and stack traces
| * | | | Sanitize more config options and stack tracesMorris Jobke2016-07-082-0/+7
| | |_|/ | |/| |
* | | | Merge pull request #351 from nextcloud/improve_filetest_unittestMorris Jobke2016-07-111-237/+153
|\ \ \ \ | | | | | | | | | | Improve FileTest
| * | | | Improve FileTestRoeland Jago Douma2016-07-081-237/+153
| |/ / / | | | | | | | | | | | | | | | | | | | | * No longer requires DB * Fixed phpunit 5.4 warnings * Moved common stuff to Setup phase
* | | | Merge pull request #358 from nextcloud/phpunit-warning-fixes-appframeworkRoeland Douma2016-07-1113-116/+185
|\ \ \ \ | | | | | | | | | | Phpunit warning fixes appframework
| * | | | Mock loggerRoeland Jago Douma2016-07-111-3/+3
| | | | |
| * | | | Fix phpunit-5.4 wargningRoeland Jago Douma2016-07-1113-116/+185
|/ / / / | | | | | | | | | | | | | | | | * getMock is deprecated. * \PDOStatement mocking fails hard on phpunit 4.8
* | | / [tx-robot] updated from transifexNextcloud bot2016-07-1110-4/+12
| |_|/ |/| |
* | | Merge pull request #330 from nextcloud/php7.0-ciMorris Jobke2016-07-103-12/+15
|\ \ \ | | | | | | | | PHP 7.0 CI
| * | | Run mysql and posgres on 5.6Roeland Jago Douma2016-07-091-7/+7
| | | |
| * | | Bump drone to use newer php7 dockerRoeland Jago Douma2016-07-081-4/+4
| | | |
| * | | Disable coverage for nowRoeland Jago Douma2016-07-081-3/+3
| | | | | | | | | | | | | | | | Coverage generation takes to long. So disabling for now.
| * | | Add 5.6 sqlite ciRoeland Jago Douma2016-07-081-3/+6
| | | |
| * | | Move 'main' ci to php7 (speed)Roeland Jago Douma2016-07-081-4/+4
| | | |
| * | | Correction is no longer required in php7Roeland Jago Douma2016-07-081-1/+1
| | | |
| * | | Fix phpunit Trait warningRoeland Jago Douma2016-07-081-1/+1
| |/ /
* | | [tx-robot] updated from transifexNextcloud bot2016-07-108-2/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-0954-112/+154
|/ /
* | Merge pull request #317 from nextcloud/scrutinizer-fixedRoeland Douma2016-07-0819-30/+55
|\ \ | |/ |/| Scrutinizer fixes
| * Fix test using private propertriesRobin Appelman2016-07-082-2/+2
| |
| * combine if statementsRobin Appelman2016-07-081-13/+10
| |
| * handle errors while getting fileinfoRobin Appelman2016-07-081-1/+1
| |
| * Allow nullRobin Appelman2016-07-081-1/+1
| |
| * Fix type hintingRobin Appelman2016-07-085-6/+7
| |
| * add missing varRobin Appelman2016-07-081-2/+2
| |
| * hint global handlebarsRobin Appelman2016-07-083-2/+8
| |
| * dont overwrite a variable with a different typeRobin Appelman2016-07-081-3/+3
| |
| * Fix undefined propertiesRobin Appelman2016-07-086-2/+23
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-0846-150/+200
|
* Merge pull request #314 from jernst/masterLukas Reschke2016-07-073-9/+51
|\ | | | | Allow wildcard * to be used in trusted domains
| * Extended documentation on trusted_domains to cover ports and wildcards.Johannes Ernst2016-07-071-0/+6
| |
| * Disallow certain malformed domain names even if they match the trusted ↵Johannes Ernst2016-07-062-3/+10
| | | | | | | | | | | | domain expression Stricter checking for valid domain names
| * Trusted domain wildcard checking made shorter, supporting multiple *Johannes Ernst2016-07-062-33/+34
| | | | | | | | Added test cases
| * Duh, no 'next' in PHP.Johannes Ernst2016-07-061-2/+2
| | | | | | | | Use === instead of == for extra paranoia.
| * Allow wildcard * to be used in trusted domains, to support setups where no ↵Johannes Ernst2016-07-051-2/+30
| | | | | | | | reliable DNS entry is available (e.g. mDNS) or for simple-to-setup aliasing (e.g. *.example.com)
* | Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-07158-603/+517
|\ \ | | | | | | Sync master
| * | Simplify test code and don't show anything if no date is setMorris Jobke2016-07-072-10/+4
| | |
| * | add unit testsMorris Jobke2016-07-071-3/+40
| | |
| * | Update header during update callbackMorris Jobke2016-07-071-5/+5
| | |
| * | Not set expiration date is represented as 0Morris Jobke2016-07-071-1/+4
| | |
| * | add "Never" if expiration date is not setMorris Jobke2016-07-071-2/+3
| | |
| * | Add expiration date to share by link viewMorris Jobke2016-07-072-0/+41
| | |