You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib
Thomas Mueller c8564c0795 Merge branch 'master' into move-maint-start 13 years ago
..
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. 13 years ago
archive
backgroundjob Move legacy backgroundjob classes to a place where they can be autoloaded 13 years ago
cache Cache: mount user mountpoints to make sure that // exists before accessing it. Fixes #2553 and #2374 13 years ago
connector/sabre Merge branch 'master' into move-maint-start 13 years ago
fileproxy Keep user quota into account when the storage backend has unkown free space 13 years ago
files Merge pull request #3690 from owncloud/use_execute_audited_in_filecache 13 years ago
group make getDisplayNames optional feature for Group Backends, fall back to internal names 13 years ago
hooks Add PublicEmitter class 13 years ago
l10n [tx-robot] updated from transifex 13 years ago
legacy Move legacy filesystem classes 13 years ago
log fix admin log display and use a more readable format 13 years ago
migration
minimizer
ocs Make class properties protected instead of private to allow subclassing 13 years ago
public add missing backticks all over the place 13 years ago
search
session implement ArrayInterface with Session 13 years ago
user always emit the preSetPassword hook, this should only indicate the intention. Finally the post-hooks indicate if it was successful or not 13 years ago
vobject Add Compound property to avoid double escaping values. 13 years ago
api.php respect format output 13 years ago
app.php make main menu aware of the different owncloud editions 13 years ago
appconfig.php
archive.php
arrayparser.php Use a parser to read custom mount configuration instead of including the php files 13 years ago
autoloader.php Autoloader: fix loading app clases located in lib/ 13 years ago
backgroundjob.php
base.php Merge branch 'master' into move-maint-start 13 years ago
cache.php
config.php Clear opcode caches after writing to the config file, fixes #3372 13 years ago
db.php minor cleanup for exception handling 13 years ago
defaults.php short explanation about OC_Defaults 13 years ago
eventsource.php
filechunking.php
fileproxy.php
files.php Don't set Content-Length header if size is unknown 13 years ago
geo.php
group.php make getDisplayNames optional feature for Group Backends, fall back to internal names 13 years ago
helper.php Style fixes 13 years ago
hook.php Whitespace fixes 13 years ago
image.php Update image.php 13 years ago
installer.php Use isAppVersionCompatible in app installer 13 years ago
json.php use utf-8 encoding for json 13 years ago
l10n.php additional safety checks 13 years ago
log.php
mail.php fix wrong signature delimiter - fix #3523 13 years ago
migrate.php Check if username is valid and remove slashes from filename 13 years ago
mimetypes.list.php fixing mimetype for "new" ms office formats 13 years ago
minimizer.php
ocs.php
ocsclient.php
preferences.php
request.php request.php: add type check to the not empty check of a string 13 years ago
response.php clean up usage of DatabaseSetupException and catch Exceptions in entrypoints 13 years ago
route.php
router.php
search.php Whitespace fixes 13 years ago
setup.php clean up usage of DatabaseSetupException and catch Exceptions in entrypoints 13 years ago
subadmin.php
template.php PDOException has no previous(), oh the consistency ... 13 years ago
templatelayout.php Get config from template 13 years ago
updater.php Add an update notification on every page for admin users 13 years ago
user.php createUser() needs to return something; the user object or false 13 years ago
util.php Merge branch 'master' into move-maint-start 13 years ago
vcategories.php Remove debug output 13 years ago
vobject.php