summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1672 from nextcloud/cache_non_exisiting_db_userRoeland Jago Douma2016-10-101-2/+7
|\ \ \
| * | | Cache non existing DB userRoeland Jago Douma2016-10-101-2/+7
| |/ /
* | | Merge pull request #1660 from nextcloud/add-notification-icon-to-apiChristoph Wurst2016-10-103-12/+76
|\ \ \
| * | | Add an icon to the notification APIJoas Schilling2016-10-073-12/+76
* | | | Merge pull request #1640 from nextcloud/less_queries_group_shareMorris Jobke2016-10-101-30/+49
|\ \ \ \
| * | | | More efficient group share resolvingRoeland Jago Douma2016-10-061-30/+49
* | | | | Merge pull request #1663 from nextcloud/dont-reparse-info-xmlMorris Jobke2016-10-107-69/+71
|\ \ \ \ \
| * | | | | Cache AppInfo in Memory Cache if configuredLukas Reschke2016-10-073-12/+49
| * | | | | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-077-66/+31
* | | | | | Merge pull request #1656 from nextcloud/appinfo-check-class-existanceChristoph Wurst2016-10-101-0/+122
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Make sure all the jobs, command, provides and migrations are validJoas Schilling2016-10-071-0/+122
| | |_|/ / | |/| | |
* | | | | [tx-robot] updated from transifexNextcloud bot2016-10-1028-40/+374
* | | | | Merge pull request #1658 from nextcloud/fix-log.conditionMorris Jobke2016-10-091-1/+1
|\ \ \ \ \
| * | | | | Default to empty stringLukas Reschke2016-10-071-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #1665 from nextcloud/speed-up-is-subdirectory-testMorris Jobke2016-10-093-43/+26
|\ \ \ \ \
| * | | | | Simplify isSubDirectory checkLukas Reschke2016-10-073-43/+26
| |/ / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2016-10-0914-2/+166
* | | | | Merge pull request #1661 from nextcloud/fix_1659Lukas Reschke2016-10-081-3/+3
|\ \ \ \ \
| * | | | | use older php array syntax in index.phpGeorg Ehrke2016-10-071-3/+3
* | | | | | [tx-robot] updated from transifexNextcloud bot2016-10-0880-70/+680
|/ / / / /
* | | | | Merge pull request #1648 from nextcloud/bump_moment_jsRoeland Jago Douma2016-10-072-8/+9
|\ \ \ \ \
| * | | | | Bump moment.jsRoeland Jago Douma2016-10-072-8/+9
* | | | | | Merge pull request #1651 from nextcloud/fix_bower_strengthifyLukas Reschke2016-10-073-4/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix bower.json for strengthifyRoeland Jago Douma2016-10-073-4/+6
| |/ / / /
* | | | | Merge pull request #1644 from nextcloud/apple-web-titleMorris Jobke2016-10-071-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use name from themingJoas Schilling2016-10-071-1/+1
| * | | | Set proper web title for appleRoeland Jago Douma2016-10-061-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1643 from nextcloud/ldap_more_cachingMorris Jobke2016-10-074-29/+180
|\ \ \ \ | |_|/ / |/| | |
| * | | cache loginName2UserName and cover the method with unit testsArthur Schiwon2016-10-074-12/+162
| * | | get rid of test warningsArthur Schiwon2016-10-061-21/+22
| |/ /
* | | [tx-robot] updated from transifexNextcloud bot2016-10-07102-118/+192
* | | Merge pull request #1144 from nextcloud/translate-default-calendarMorris Jobke2016-10-0613-20/+97
|\ \ \
| * | | Add transifex configMorris Jobke2016-10-062-0/+6
| * | | Fix unit testsJoas Schilling2016-10-063-11/+24
| * | | Translate the Contacts addressbook when it's defaultJoas Schilling2016-10-066-6/+57
| * | | Translate the personal calendarJoas Schilling2016-10-063-3/+10
* | | | Merge pull request #1514 from nextcloud/integration-tests-orphaned-sharesMorris Jobke2016-10-065-33/+248
|\ \ \ \ | |_|/ / |/| | |
| * | | Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()Vincent Petry2016-10-062-31/+196
| * | | Adding type parameter because behat cannot ignore itSergio Bertolín2016-10-061-2/+3
| * | | Orphaned shares test and some requirementsSergio Bertolín2016-10-063-1/+50
* | | | Merge pull request #1629 from nextcloud/cleanup-settings-applicationJoas Schilling2016-10-0616-563/+535
|\ \ \ \
| * | | | Use our base class everywhereJoas Schilling2016-10-061-1/+2
| * | | | phpunit min version is 4.8Joas Schilling2016-10-061-31/+1
| * | | | Fix testsJoas Schilling2016-10-068-286/+368
| * | | | Clean up core/Application a bit moreJoas Schilling2016-10-051-2/+0
| * | | | Use magic DI as much as possibleJoas Schilling2016-10-055-217/+68
| * | | | When we can not create the class, try if the variable is a registered serviceJoas Schilling2016-10-051-0/+3
| * | | | Remove unneeded service definitionsJoas Schilling2016-10-051-44/+0
| * | | | Add a test for all the controllers and the middlewareJoas Schilling2016-10-051-0/+111
* | | | | Merge pull request #1453 from nextcloud/do-not-reload-if-connection-lostMorris Jobke2016-10-062-2/+29
|\ \ \ \ \