summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'master' into doctrineBart Visscher2013-03-17202-2933/+3557
| |\ \ \ \ \ \
| * | | | | | | Fix mssql connection parameters and correct driver for pgsqlBart Visscher2013-03-101-8/+9
| * | | | | | | Merge branch 'master' into doctrineBart Visscher2013-03-10987-21922/+29499
| |\ \ \ \ \ \ \
| * | | | | | | | Remove MDB2 sqlite3 driverBart Visscher2013-02-256-3834/+0
| * | | | | | | | Change PDO Exceptions to Doctrine ExceptionsBart Visscher2013-02-251-5/+5
| * | | | | | | | Codestyle cleanupBart Visscher2013-02-251-13/+13
| * | | | | | | | Merge branch 'master' into doctrineBart Visscher2013-02-251789-50569/+173423
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Change to use 3rdparty versionBart Visscher2012-12-074-8/+2
| * | | | | | | | | Merge branch 'master' into doctrineBart Visscher2012-12-072346-354902/+56231
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove other database implementations from OC_DBBart Visscher2012-12-061-370/+25
| * | | | | | | | | | Add MDB2 compatible database schema writerBart Visscher2012-10-264-5/+135
| * | | | | | | | | | Don't test the schema export for now, first decide which format we are going ...Bart Visscher2012-10-131-0/+1
| * | | | | | | | | | Use Doctrine for schema changesBart Visscher2012-10-133-145/+375
| * | | | | | | | | | Basic support for Doctrine\DBALBart Visscher2012-10-131-0/+172
| * | | | | | | | | | Add doctrine-common and doctrine-dbalBart Visscher2012-10-134-0/+12
* | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-18545-1086/+1095
* | | | | | | | | | | Merge pull request #4099 from owncloud/fixing-unix-timestamp-mssql-masterThomas Müller2013-07-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fixing UNIX_TIMESTAMP() for mssqlThomas Mueller2013-07-171-2/+2
* | | | | | | | | | | | Update build.xmlThomas Müller2013-07-171-4/+0
* | | | | | | | | | | | Merge pull request #4042 from guruz/webdav_auth_check_existingMarkus Goetz2013-07-171-0/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | WebDAV Auth Connector: Check if already logged inMarkus Goetz2013-07-171-0/+21
* | | | | | | | | | | | Merge pull request #4067 from owncloud/fixing-tests-win32-masterThomas Müller2013-07-171-28/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | <<<EOL seems not to use proper end of lines on windowsThomas Mueller2013-07-151-28/+8
* | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-17540-1081/+1099
* | | | | | | | | | | | | memcache: make base testcase abstractRobin Appelman2013-07-161-1/+1
* | | | | | | | | | | | | Merge pull request #2395 from owncloud/cacheicewind19912013-07-1613-204/+403
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | memcache: also switch factory to prefixRobin Appelman2013-07-161-5/+5
| * | | | | | | | | | | | | mamcache: implement the ArrayAccess interfaceRobin Appelman2013-07-162-1/+41
| * | | | | | | | | | | | | memcache: some additional unit testsRobin Appelman2013-07-164-43/+60
| * | | | | | | | | | | | | memchache: use prefix string instead of global flagRobin Appelman2013-07-164-29/+15
| * | | | | | | | | | | | | split out memcache factory from base classRobin Appelman2013-07-162-24/+39
| * | | | | | | | | | | | | Merge branch 'master' into cacheRobin Appelman2013-07-162008-85213/+118185
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add memcached backendRobin Appelman2013-03-173-1/+103
| * | | | | | | | | | | | | | Seperate memory based cache from OC_CacheRobin Appelman2013-03-178-171/+210
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #3959 from owncloud/buildNotExistingFileNameForViewBart Visscher2013-07-162-5/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix renaming using parenthesisBart Visscher2013-07-052-14/+48
| * | | | | | | | | | | | | Make buildNotExistingFileName testable and write unittestsBart Visscher2013-07-052-1/+55
* | | | | | | | | | | | | | Merge pull request #4075 from owncloud/markdown-readme-masterThomas Müller2013-07-162-20/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | update 'get in touch' linksJan-Christoph Borchardt2013-07-161-7/+4
| * | | | | | | | | | | | | | initial markdown verions of READMEThomas Müller2013-07-151-6/+15
| * | | | | | | | | | | | | | rename READMEThomas Müller2013-07-151-0/+0
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4076 from owncloud/fix_typos_kondouVicDeo2013-07-168-20/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix some typoskondou2013-07-168-20/+20
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-16535-1095/+1147
* | | | | | | | | | | | | | Merge pull request #3962 from owncloud/move-error-handlersBart Visscher2013-07-153-30/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Check if logger is set, also no need to return trueBart Visscher2013-07-081-3/+1
| * | | | | | | | | | | | | Move error handlers from OC_Log to OC\Log\ErrorHandlerBart Visscher2013-07-053-30/+58
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-15534-1055/+1055
* | | | | | | | | | | | | Merge pull request #3487 from owncloud/basic_auth_hackThomas Müller2013-07-141-7/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Move comment and set requesttoken.Thomas Tanghus2013-06-051-3/+2