..
MDB2 /Driver
Set the SQLite database lock timeout to 60 seconds which is the default in PHP anyways. I don't know why the MDB2 driver has this hardcoded to 0.1 seconds. This potentially fixes a lot of SQLite database lock problems and stuck in maintainance mode during upgrade issues.
2013-05-13 02:42:18 +02:00
archive
quick fixing this require_once.
2013-02-08 15:23:07 +01:00
backgroundjob
Move legacy backgroundjob classes to a place where they can be autoloaded
2013-05-03 16:42:48 +02:00
cache
Cache: mount user mountpoints to make sure that // exists before accessing it. Fixes #2553 and #2374
2013-06-03 22:36:36 +02:00
connector /sabre
Merge pull request #3721 from owncloud/oracle_setup_fixes
2013-06-14 11:21:02 -07:00
fileproxy
Keep user quota into account when the storage backend has unkown free space
2013-02-17 20:09:03 +01:00
files
Merge pull request #3764 from owncloud/scanfolder-existing
2013-06-19 04:30:55 -07:00
group
make getDisplayNames optional feature for Group Backends, fall back to internal names
2013-03-05 21:22:34 +01:00
hooks
Add PublicEmitter class
2013-05-27 20:20:06 +02:00
l10n
[tx-robot] updated from transifex
2013-06-14 02:52:34 +02:00
legacy
Move legacy filesystem classes
2013-05-08 16:48:47 +02:00
log
fix admin log display and use a more readable format
2013-04-17 14:05:51 +02:00
migration
Style-fix: Breakup long lines
2013-02-14 08:38:37 +01:00
minimizer
Merged branch 'master'
2012-10-16 16:57:07 +01:00
ocs
Make class properties protected instead of private to allow subclassing
2013-04-23 23:03:39 +01:00
public
add missing backticks, use executeAudited in post_deleteGroup and post_removeFromGroup
2013-06-14 12:18:20 +02:00
search
merge master into filesystem
2012-11-04 21:12:18 +01:00
session
implement ArrayInterface with Session
2013-05-28 16:52:40 +02:00
user
always emit the preSetPassword hook, this should only indicate the intention. Finally the post-hooks indicate if it was successful or not
2013-06-06 13:30:18 +02:00
vobject
Add Compound property to avoid double escaping values.
2013-05-15 18:56:54 +02:00
api.php
respect format output
2013-05-02 14:51:53 +02:00
app.php
make main menu aware of the different owncloud editions
2013-06-12 16:20:23 +02:00
appconfig.php
Style-fix: Breakup long lines
2013-02-14 08:38:37 +01:00
archive.php
Checkstyle: many fixes
2012-11-02 19:53:02 +01:00
arrayparser.php
Use a parser to read custom mount configuration instead of including the php files
2013-02-16 01:30:44 +01:00
autoloader.php
Let's just use '/' as we do almost everywhere - this change fixes two failing unit tests
2013-06-10 17:27:21 +02:00
backgroundjob.php
Whitespace cleanup
2013-01-16 18:09:16 +01:00
base.php
Merge branch 'master' into move-maint-start
2013-06-14 10:06:13 +02:00
cache.php
Move generating cache key from files from OC_Minimizer to OC_Cache
2012-10-29 15:04:55 +01:00
config.php
Clear opcode caches after writing to the config file, fixes #3372
2013-05-25 11:25:43 -04:00
db.php
oracle does not need sequence suffix, manually set database name to allow fetching db schema, don't shutdown db - we are using utf8 to connect
2013-06-14 12:06:29 +02:00
defaults.php
short explanation about OC_Defaults
2013-06-12 16:33:09 +02:00
eventsource.php
Style-fix: Breakup long lines
2013-02-14 08:38:37 +01:00
filechunking.php
Style-fix: Breakup long lines
2013-02-14 08:38:37 +01:00
fileproxy.php
remove fileatime from common storage backend
2012-11-24 22:55:26 +01:00
files.php
Implement X-Sendfile2 for resume support in LigHTTPd
2013-06-19 15:36:48 +02:00
geo.php
Merged branch 'master'
2012-10-16 16:57:07 +01:00
group.php
make getDisplayNames optional feature for Group Backends, fall back to internal names
2013-03-05 21:22:34 +01:00
helper.php
actually return result
2013-06-07 00:22:05 +02:00
hook.php
Whitespace fixes
2013-02-22 19:05:36 +01:00
image.php
Update image.php
2013-03-02 10:51:49 +01:00
installer.php
Use isAppVersionCompatible in app installer
2013-03-27 10:16:05 +00:00
json.php
use utf-8 encoding for json
2013-04-25 11:36:41 +02:00
l10n.php
additional safety checks
2013-04-17 10:41:07 +02:00
log.php
Style-fix: Breakup long lines
2013-02-14 08:38:37 +01:00
mail.php
fix wrong signature delimiter - fix #3523
2013-05-29 20:21:48 +02:00
migrate.php
Check if username is valid and remove slashes from filename
2013-03-11 16:21:26 +01:00
mimetypes.list.php
fixing mimetype for "new" ms office formats
2013-04-30 02:38:05 +03:00
minimizer.php
really check if mod_deflate is loaded
2012-11-15 10:35:53 +01:00
ocs.php
Style-fix: Breakup long lines
2013-02-14 08:38:37 +01:00
ocsclient.php
Style-fix: Breakup long lines
2013-02-14 08:38:37 +01:00
preferences.php
Style-fix: Breakup long lines
2013-02-14 08:38:37 +01:00
request.php
request.php: add type check to the not empty check of a string
2013-03-09 11:53:15 +01:00
response.php
clean up usage of DatabaseSetupException and catch Exceptions in entrypoints
2013-06-10 13:45:19 +02:00
route.php
Checkstyle fixes: NoSpaceAfterComma
2012-11-04 11:10:46 +01:00
router.php
Fix previous commit
2013-02-07 18:30:01 +01:00
search.php
Whitespace fixes
2013-02-22 19:05:36 +01:00
setup.php
Merge pull request #3721 from owncloud/oracle_setup_fixes
2013-06-14 11:21:02 -07:00
subadmin.php
Check if user is admin - bool
2013-01-14 19:45:17 +01:00
template.php
PDOException has no previous(), oh the consistency ...
2013-06-13 13:14:00 +02:00
templatelayout.php
Get config from template
2013-05-12 10:51:21 +02:00
updater.php
Add an update notification on every page for admin users
2013-04-24 18:47:38 +02:00
user.php
createUser() needs to return something; the user object or false
2013-06-11 13:48:17 +02:00
util.php
also use the default theme if the theme is set to an empty string in the config.php
2013-06-19 11:58:29 +02:00
vcategories.php
remove dangling AND in SQL statement
2013-06-18 16:18:19 +02:00
vobject.php
Checkstyle: many fixes
2012-11-02 19:53:02 +01:00