summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-02251-1688/+1868
|
* improved error messageBjörn Schießle2013-07-021-1/+1
|
* Merge pull request #3748 from owncloud/fixing-3740-masterThomas Müller2013-07-011-8/+14
|\ | | | | in case $_SERVER['HTTP_HOST']) is not set let's return localhost - bette...
| * 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 ↵Thomas Mueller2013-06-171-7/+7
| | | | | | | | than nothing
* | Merge pull request #3775 from owncloud/test_fixes_for_dbschemaThomas Müller2013-07-013-61/+63
|\ \ | | | | | | use executeAudited, add table name to assert message, skip schema changi...
| * | Going from text to clob is not something we do.Bart Visscher2013-06-282-7/+2
| | | | | | | | | | | | | | | Also Oracle DB has problems with this, see http://abhijitbashetti.blogspot.de/2011/10/converting-varchar2-to-clob-and-clob-to.html
| * | isError should detect a PEAR_Error even if the backend is PDO.Thomas Mueller2013-06-281-19/+23
| | | | | | | | | | | | This can happen on errors during schema migration - which is always done with MDB2
| * | remove wrong check hereJörn Friedrich Dreyer2013-06-281-1/+0
| | |
| * | correctly handle error results of PDO and MDB2 backendsJörn Friedrich Dreyer2013-06-281-3/+6
| | |
| * | use executeAudited, add table name to assert message, skip schema changing ↵Jörn Friedrich Dreyer2013-06-281-43/+44
| | | | | | | | | | | | test on oracle
* | | Merge pull request #3793 from owncloud/remove_unnecessary_exception_catch_blockThomas Müller2013-07-011-85/+64
|\ \ \ | | | | | | | | remove unnecessary try catch blocks
| * | | remove unnecessary exception handlingJörn Friedrich Dreyer2013-06-201-85/+64
| | | |
* | | | Merge pull request #3903 from owncloud/nonpublic-uploadingThomas Müller2013-07-012-36/+36
|\ \ \ \ | | | | | | | | | | Fix upload regressions
| * | | | fix detection of public upload in filelist.jsRobin Appelman2013-07-011-1/+1
| | | | |
| * | | | fix uploading when ['dirtoken'] is not setRobin Appelman2013-07-011-1/+1
| | | | |
| * | | | code styleRobin Appelman2013-07-011-34/+34
| | | | |
* | | | | Merge pull request #3894 from owncloud/ie8_compatibility_fixesThomas Müller2013-07-012-2/+11
|\ \ \ \ \ | | | | | | | | | | | | Ie8 compatibility fixes
| * | | | | Use svg to png fallback on demand onlyVictor Dubiniuk2013-06-281-1/+1
| | | | | |
| * | | | | Add fallback for svg app iconsVictor Dubiniuk2013-06-281-1/+5
| | | | | |
| * | | | | Hide a ghost image on the apps management pageVictor Dubiniuk2013-06-282-1/+6
| | |_|/ / | |/| | |
* | | | | backport from pull request #3863Björn Schießle2013-07-011-1/+1
| | | | |
* | | | | Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2013-07-011-3/+3
|\ \ \ \ \
| * \ \ \ \ Merge pull request #3857 from owncloud/enable_single_autotestMorris Jobke2013-07-011-3/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | enable testing individual tests
| | * | | | | enable testing individual testsJörn Friedrich Dreyer2013-06-261-3/+3
| | | | | | |
* | | | | | | set default logo claim to ''Björn Schießle2013-07-011-1/+1
| | | | | | |
* | | | | | | add logo claim to defaults.phpBjörn Schießle2013-07-014-9/+12
| | | | | | |
* | | | | | | logo claim addedBjörn Schießle2013-07-011-0/+3
| | | | | | |
* | | | | | | make mail footer aware of different themesBjörn Schießle2013-07-011-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/mail.php
* | | | | | | remove unneeded if conditionBjörn Schießle2013-07-011-5/+1
| | | | | | |
* | | | | | | lib/defaults.php should only contain the default strings and read the other ↵Björn Schießle2013-07-011-38/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | strings directly from the theme
* | | | | | | check for updates only in the community editionBjörn Schießle2013-07-011-1/+1
| | | | | | |
* | | | | | | construct the foother in defaults.php so that we use always the same footerBjörn Schießle2013-07-015-20/+44
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: settings/templates/admin.php
* | | | | | Merge pull request #3223 from owncloud/fix-2820Morris Jobke2013-07-014-9/+40
|\ \ \ \ \ \ | | | | | | | | | | | | | | if rename of file fails, the rename is undone in the view - fix 2820
| * | | | | | if rename of file fails, the rename is undone in the view - #fix 2820Morris Jobke2013-06-154-9/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * OC.dialog -> OC.Notification * Added test * Fixed OC.Notification.show() issue for queued items * Highlight failed item and show notification
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-01535-1125/+1133
| | | | | | |
* | | | | | | Merge pull request #3852 from owncloud/fixing-3830-masterThomas Müller2013-06-302-5/+17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | session life time is now configurable and set to the same value
| * | | | | | session_life_time -> session_lifetimeThomas Mueller2013-06-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default session_lifetime is 24hrs recreation of session is triggered at 50% of the session life time
| * | | | | | session life time is now configurable and set to the same valueThomas Mueller2013-06-262-5/+17
| | | | | | |
* | | | | | | Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller2013-06-303-5/+57
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make rmdir recursive for local storage
| * | | | | | | make rmdir recursive for mappellocal storage backendRobin Appelman2013-06-301-3/+23
| | | | | | | |
| * | | | | | | Make rmdir recursive for local storageRobin Appelman2013-06-172-2/+34
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-30639-4723/+4658
| | | | | | | |
* | | | | | | | Merge pull request #3897 from bantu/gitignoreThomas Müller2013-06-291-17/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gitignore: Make paths relative to repository root.
| * | | | | | | | gitignore: Make paths relative to repository root.Andreas Fischer2013-06-291-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Paths without the leading slash apply to all subdirectories, which especially means that /tests/data is ignored, making it unnecessarily hard to add test data.
* | | | | | | | | Merge pull request #2703 from owncloud/cleanup-setupThomas Müller2013-06-297-739/+770
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Cleanup OC_Setup
| * | | | | | | | 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
| | | | | | | | |