summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3888 from owncloud/ocs_api_fixesBart Visscher2013-07-031-0/+2
|\
| * Allow setting defaults and requirements for the api routeBart Visscher2013-06-281-0/+2
* | Suppress warning in setup if config doesn't existkondou2013-07-031-1/+1
* | don't run hooks for .part filesBjörn Schießle2013-07-031-1/+1
* | if a part file gets renamed to a real file, that this was the second step of ...Björn Schießle2013-07-031-2/+20
* | Merge pull request #3870 from owncloud/reset_migration_statusBjörn Schießle2013-07-021-0/+1
|\ \
| * | introduce pre-disable-app hook and use it for the encryption app to reset mig...Björn Schießle2013-06-271-0/+1
| |/
* | Merge pull request #3748 from owncloud/fixing-3740-masterThomas Müller2013-07-011-8/+14
|\ \
| * | use $_SERVER['SERVER_NAME'] in case $_SERVER['HTTP_HOST'] is not setThomas Müller2013-07-011-2/+8
| * | in case $_SERVER['HTTP_HOST']) is not set let's return localhost - better tha...Thomas Mueller2013-06-171-7/+7
* | | Merge pull request #3775 from owncloud/test_fixes_for_dbschemaThomas Müller2013-07-011-17/+24
|\ \ \
| * | | isError should detect a PEAR_Error even if the backend is PDO.Thomas Mueller2013-06-281-19/+23
| * | | correctly handle error results of PDO and MDB2 backendsJörn Friedrich Dreyer2013-06-281-3/+6
* | | | Merge pull request #3793 from owncloud/remove_unnecessary_exception_catch_blockThomas Müller2013-07-011-85/+64
|\ \ \ \
| * | | | remove unnecessary exception handlingJörn Friedrich Dreyer2013-06-201-85/+64
* | | | | backport from pull request #3863Björn Schießle2013-07-011-1/+1
* | | | | set default logo claim to ''Björn Schießle2013-07-011-1/+1
* | | | | add logo claim to defaults.phpBjörn Schießle2013-07-011-0/+9
* | | | | make mail footer aware of different themesBjörn Schießle2013-07-011-3/+4
* | | | | remove unneeded if conditionBjörn Schießle2013-07-011-5/+1
* | | | | lib/defaults.php should only contain the default strings and read the other s...Björn Schießle2013-07-011-38/+44
* | | | | construct the foother in defaults.php so that we use always the same footerBjörn Schießle2013-07-011-1/+23
* | | | | Merge pull request #3852 from owncloud/fixing-3830-masterThomas Müller2013-06-301-5/+14
|\ \ \ \ \
| * | | | | session_life_time -> session_lifetimeThomas Mueller2013-06-281-2/+2
| * | | | | session life time is now configurable and set to the same valueThomas Mueller2013-06-261-5/+14
* | | | | | Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller2013-06-302-4/+44
|\ \ \ \ \ \
| * | | | | | make rmdir recursive for mappellocal storage backendRobin Appelman2013-06-301-3/+23
| * | | | | | Make rmdir recursive for local storageRobin Appelman2013-06-171-1/+21
| | |_|_|/ / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-3036-207/+172
* | | | | | Fix review itemsBart Visscher2013-06-297-13/+15
* | | | | | Fix found errorsBart Visscher2013-06-296-10/+10
* | | | | | Fix OCI setupDatabase parameterBart Visscher2013-06-291-2/+2
* | | | | | Remove unsued parameterBart Visscher2013-06-291-1/+1
* | | | | | Use db setup class for option validationBart Visscher2013-06-297-35/+43
* | | | | | Change database creation to use array to select db setup classBart Visscher2013-06-292-25/+31
* | | | | | Convert database setup code to objectsBart Visscher2013-06-296-179/+210
* | | | | | Split database specific install/setup code to their own classBart Visscher2013-06-295-703/+687
* | | | | | Merge pull request #2914 from Kondou-ger/label_overlapping_valueBart Visscher2013-06-291-1/+1
|\ \ \ \ \ \
| * | | | | | Default to localhost, if nothing is entered.kondou2013-05-281-1/+1
* | | | | | | Merge pull request #3688 from roha4000/fix_upload_max_filesizeBart Visscher2013-06-291-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix: The check if upload_max_filesize or post_max_size is 0 fails if only one...Roland Hager2013-06-211-2/+2
* | | | | | | | Merge pull request #3635 from owncloud/storage-wrapperBart Visscher2013-06-294-9/+499
|\ \ \ \ \ \ \ \
| * | | | | | | | fix storage wrapper namespacesRobin Appelman2013-06-281-1/+1
| * | | | | | | | move storage wrappers to their own namespaceRobin Appelman2013-06-281-1/+1
| * | | | | | | | use a getter for the storage loader to ensure the instance is createdRobin Appelman2013-06-071-3/+10
| * | | | | | | | storage loader needs to be accessible by appsRobin Appelman2013-06-071-1/+1
| * | | | | | | | Storage wrapper: provide access to the wrapped storageRobin Appelman2013-06-071-1/+8
| * | | | | | | | merge master into storage-wrapperRobin Appelman2013-06-0792-944/+2422
| |\ \ \ \ \ \ \ \
| * | | | | | | | | manage creating and wrapping storages in it's own classRobin Appelman2013-06-073-34/+49
| * | | | | | | | | Add mechanism to allow apps to wraper storage classesRobin Appelman2013-05-082-1/+42