summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2096 from owncloud/cache-upgrade-idMichael Gapczynski2013-03-041-4/+5
|\ | | | | Cache: also check if the file id is already in the cache during upgrade
| * Cache: more efficient detection for existing entries during upgradeRobin Appelman2013-03-041-9/+3
| |
| * Cache: also check if the file id is already in the cache during upgradeRobin Appelman2013-03-041-3/+10
| | | | | | | | Should solve upgrade issues if only some of the configured storages were migrated previously
* | Merge pull request #2088 from owncloud/fixing-1844-again-masterBernhard Posselt2013-03-042-2/+10
|\ \ | | | | | | adding test case for getDefaultEmailAddress() + fixing #1844 again
| * | adding test case for getDefaultEmailAddress() + fixing #1844 againThomas Mueller2013-03-042-2/+10
| | |
* | | Merge pull request #2078 from owncloud/save_category_relationsThomas Müller2013-03-041-5/+4
|\ \ \ | | | | | | | | VCategories: Don't forget to save category relations if category exists.
| * | | VCategories: Don't forget to save category relations if category exists.Thomas Tanghus2013-03-041-5/+4
| | | |
* | | | Only send the standard headersLukas Reschke2013-03-041-1/+0
| |/ / |/| | | | | Fixes https://github.com/owncloud/apps/issues/675
* | | Fix #2074 by initializing as an arrayMichael Gapczynski2013-03-042-7/+7
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2013-03-041-0/+12
| |
* | Disable loading of backgroundjobs js when upgrade is neededBart Visscher2013-03-031-1/+1
| |
* | Check maintenance mode before loading apps in route matcherBart Visscher2013-03-031-1/+3
| |
* | Chunk size comment should say kB, not MBMichael Gapczynski2013-03-031-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-03-033-0/+3
| |
* | Merge pull request #2036 from owncloud/escape-only-in-templateFrank Karlitschek2013-03-021-2/+2
|\ \ | | | | | | Escape the data only in the template
| * | Escape the data only in the templateLukas Reschke2013-03-021-2/+2
| | |
* | | Avoid to display empty DisplayNames for menu and titleBrice Maron2013-03-021-0/+1
| | |
* | | Merge pull request #2026 from j-ed/masterLukas Reschke2013-03-021-2/+9
|\ \ \ | | | | | | | | do not try to extract image infos from 0- or better less than 12-byte length files.
| * | | Update image.phpj-ed2013-03-021-2/+9
| | | | | | | | | | | | | | | | don't try to extract image infos from 0- or better less than 12 byte length files. See description of `exif_imagetype` function at `http://php.net/manual/de/function.exif-imagetype.php`.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-023-0/+6
| |/ / |/| |
* | | Merge masterLukas Reschke2013-03-0112-14/+55
|\ \ \
| * | | validate the generated email address and fall back to localhost.localdomain ↵Thomas Mueller2013-03-011-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | in case it is not valid fixes #1844
| * | | for this self test we don't care if the ssl certificate is self signed and ↵Thomas Mueller2013-03-011-0/+3
| | | | | | | | | | | | | | | | the peer cannot be verified.
| * | | Merge pull request #2008 from owncloud/1999-requesttokenFrank Karlitschek2013-03-011-3/+7
| |\ \ \ | | | | | | | | | | Check if requesttoken exists in session
| | * | | Check if requesttoken exists in sessionLukas Reschke2013-03-011-0/+4
| | | | | | | | | | | | | | | | | | | | Ref #1999
| | * | | Style fixesLukas Reschke2013-03-011-3/+3
| | | | |
| * | | | 5.0 RC 1v5.0.0RC1Frank Karlitschek2013-03-011-2/+2
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-019-3/+12
| | |_|/ | |/| |
| * | | Merge pull request #1937 from owncloud/check-resharingBart Visscher2013-02-281-2/+24
| |\ \ \ | | |/ / | |/| | Check resharing setting
| | * | Check resharing settingMichael Gapczynski2013-02-261-2/+24
| | | |
* | | | Merge masterLukas Reschke2013-02-287-12/+32
|\| | |
| * | | Merge pull request #1988 from owncloud/permissionscache_cleanicewind19912013-02-282-10/+18
| |\ \ \ | | | | | | | | | | Clean permissions cache when deleting file
| | * | | Cache: cleanup permissions cache when removing a file from the cacheRobin Appelman2013-02-281-0/+3
| | | | |
| | * | | Cache: add option to delete file from permissions cache for all usersRobin Appelman2013-02-281-10/+15
| | | | |
| * | | | Merge pull request #1989 from owncloud/selectSanitizeBjörn Schießle2013-02-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | | Sanitize HTML in html_select_options
| | * | | Sanitize HTML in html_select_optionsLukas Reschke2013-02-281-1/+1
| | | | |
| * | | | add checks for xml and dom when installingBernhard Posselt2013-02-281-1/+10
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-283-0/+3
| |/ / /
* | | | Merge masterLukas Reschke2013-02-273-5/+32
|\| | |
| * | | Merge pull request #1972 from owncloud/raw-pathinfoBernhard Posselt2013-02-272-2/+15
| |\ \ \ | | | | | | | | | | Use the plain urlencoded path info for the routing matching
| | * | | Use the plain urlencoded path info for the routing matchingBart Visscher2013-02-272-2/+15
| | |/ /
| * | | Disable query cache for SqliteBart Visscher2013-02-271-1/+4
| | | |
| * | | Merge pull request #1944 from owncloud/query-caching-upgradeBernhard Posselt2013-02-271-2/+13
| |\ \ \ | | |_|/ | |/| | Disable prepared query caching while doing an upgrade
| | * | Disable prepared query caching while doing an upgradeRobin Appelman2013-02-261-2/+13
| | | |
* | | | [core] From echo to pLukas Reschke2013-02-273-9/+9
| | | |
* | | | Remove the template autoescapingLukas Reschke2013-02-271-3/+1
|/ / / | | | | | | | | | Ref #1963
* | | Merge pull request #1031 from owncloud/external_storage_ui_feedbackMichael Gapczynski2013-02-271-0/+7
|\ \ \ | | | | | | | | External Storage UI Improvements
| * \ \ Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-2532-219/+706
| |\ \ \
| * \ \ \ Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-1980-485/+1406
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php
| * \ \ \ \ Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-128-13/+113
| |\ \ \ \ \