summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move db into iservercontainerBernhard Posselt2014-04-198-10/+28
|
* remove unusued variableBernhard Posselt2014-04-191-6/+0
|
* remove unusued variableBernhard Posselt2014-04-191-1/+0
|
* fix doc strings for db facadeBernhard Posselt2014-04-192-2/+2
|
* fix scrutinizer issuesBernhard Posselt2014-04-193-12/+27
|
* port database layer from appframework to coreBernhard Posselt2014-04-1910-0/+1360
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-1922-135/+144
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-1812-34/+34
|
* Merge pull request #8220 from owncloud/type-hinting-ldapblizzz2014-04-176-4/+25
|\ | | | | Fix PHPdoc in user_ldap
| * Add missing param hintBart Visscher2014-04-161-0/+1
| |
| * Fix PHPdoc in user_ldapBart Visscher2014-04-156-4/+24
| | | | | | | | using scrutinizer patch
* | Merge pull request #8249 from owncloud/correct-mMorris Jobke2014-04-171-2/+2
|\ \ | | | | | | Use JS as content-type due to mimesniffing
| * | Use JS as content-type due to mimesniffingLukas Reschke2014-04-171-2/+2
| | |
* | | Merge pull request #8205 from owncloud/fix-8202Morris Jobke2014-04-171-1/+1
|\ \ \ | | | | | | | | Add one more LOWER.
| * | | remove unneeded LOWER. Fixes #8202Victor Dubiniuk2014-04-141-1/+1
| | | |
* | | | Merge pull request #8222 from owncloud/type-hintingMorris Jobke2014-04-1714-18/+55
|\ \ \ \ | | | | | | | | | | Type hinting fixes
| * | | | Fix PHPdoc in lib/publicBart Visscher2014-04-153-1/+13
| | | | | | | | | | | | | | | | | | | | using scrutinizer patch
| * | | | Fix PHPdoc in lib/privateBart Visscher2014-04-1511-17/+42
| | |_|/ | |/| | | | | | | | | | using scrutinizer patch
* | | | Merge pull request #8246 from Gared/masterMorris Jobke2014-04-171-19/+21
|\ \ \ \ | | | | | | | | | | Fix javascript error in calendar app
| * | | | Fix javascript error in calendar appStefan2014-04-161-19/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix owncloud/calendar#409 If you haven't allowed to share items per email the element "email" will never appear and you will get a null exception. License: WTFPL
* | | | | Merge pull request #8236 from owncloud/header-right-fixMorris Jobke2014-04-172-36/+49
|\ \ \ \ \ | | | | | | | | | | | | remove duplication of header and 'header-right' element, also ellipsize when too wide
| * | | | | fix header code duplication, code style fixesJan-Christoph Borchardt2014-04-162-21/+28
| | | | | |
| * | | | | remove duplication of 'header-right' element, also make it overflow when too ↵Jan-Christoph Borchardt2014-04-162-16/+22
| | | | | | | | | | | | | | | | | | | | | | | | wide
* | | | | | Merge pull request #8189 from Xenopathic/misc_fixesRobin McCorkell2014-04-173-16/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Various fixes
| * | | | | | Fix user_ldap default setting valueRobin McCorkell2014-04-131-1/+1
| | | | | | |
| * | | | | | Prevent error from cache update on deleted filesRobin McCorkell2014-04-131-1/+5
| | | | | | |
| * | | | | | Prevent error in files_trashbinRobin McCorkell2014-04-131-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `glob` can return FALSE when the directory is empty, instead of an empty array, causing an error at `foreach`. "Note: On some systems it is impossible to distinguish between empty match and an error." See http://www.php.net/manual/en/function.glob.php -> Return Values
| * | | | | | Adjust logic for deciding if trashbin emptyRobin McCorkell2014-04-131-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any error in opening the trashbin directory returns 'true' for isEmpty. An error is prevented by checking if the directory exists before trying to open it.
* | | | | | | Merge pull request #8240 from owncloud/thumbnail-on-short-videos-masterJörn Friedrich Dreyer2014-04-171-7/+30
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | videos which are shorter then 5 seconds will now get a proper thumbnail ...
| * | | | | | escape $second + update PHPDocThomas Müller2014-04-161-7/+7
| | | | | | |
| * | | | | | videos which are shorter then 5 seconds will now get a proper thumbnail at 1 ↵Thomas Müller2014-04-161-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | second
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-1718-135/+180
| | | | | | |
* | | | | | | Merge pull request #8183 from owncloud/move-security-headersMorris Jobke2014-04-165-33/+29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move security headers
| * | | | | | | Fix typoLukas Reschke2014-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Thanks @DeepDiver1975
| * | | | | | | Typo + Line breaksLukas Reschke2014-04-131-5/+3
| | | | | | | |
| * | | | | | | Remove uneeded usages of nosniffLukas Reschke2014-04-133-10/+0
| | | | | | | |
| * | | | | | | Fix indentationLukas Reschke2014-04-131-1/+2
| | | | | | | |
| * | | | | | | Move security headers to base.phpLukas Reschke2014-04-132-25/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some headers were currently only added to the templates but not to other components (e.g. SabreDAV / JSON / etc...) The migration to base.php ensures that the headers are served to all requests passing base.php
* | | | | | | | Merge pull request #7994 from owncloud/fix-login-fieldsMorris Jobke2014-04-161-15/+39
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Fix login fields
| * | | | | | | fix overlapping infield labelsJan-Christoph Borchardt2014-04-161-1/+1
| | | | | | | |
| * | | | | | | fix database infield label indentationJan-Christoph Borchardt2014-04-161-1/+3
| | | | | | | |
| * | | | | | | fix sizing for fields when password is shownJan-Christoph Borchardt2014-04-161-9/+6
| | | | | | | |
| * | | | | | | make infield labels use less space so pasting in is easierJan-Christoph Borchardt2014-04-011-3/+8
| | | | | | | |
| * | | | | | | fix log in input sizing caused by core input field switch to pxJan-Christoph Borchardt2014-04-011-11/+31
| | | | | | | |
* | | | | | | | Merge pull request #8235 from owncloud/fix-error-mobileJan-Christoph Borchardt2014-04-162-2/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix error display on smaller screens, fix #8090
| * | | | | | | | fix error display on smaller screens, fix #8090Jan-Christoph Borchardt2014-04-162-2/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #8157 from owncloud/share-expiration-smooth-hideJan-Christoph Borchardt2014-04-161-5/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Expiration date is hidden smoothly
| * | | | | | | Expiration date is hidden smoothlyVolkan Gezer2014-04-101-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From now on, it is hidden smoothly as the other fields do.
* | | | | | | | Merge pull request #7815 from owncloud/ldap_fix_usercount_masterblizzz2014-04-161-15/+40
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | correct LDAP user count on setup with many users (occ user:report)
| * | | | | | | replace hardcoded limit of 400 with user controlled ldapPagingSize valueArthur Schiwon2014-04-091-2/+1
| | | | | | | |