Sam Tuke 72215a818d added new user settings interface for deleting old file versions 12 年之前
..
MDB2 df64b9b0e9 strict standards fixes for sqlite3 12 年之前
archive ac36512102 Don't use substr to get first char of string 12 年之前
cache 977cd0df6b Fix errors for minimizer 12 年之前
connector e11c5a23d5 Optimize WebDav access by preloading dav custom properties 12 年之前
filecache 13a9ef36fb don't show other users file if the filesystem is not index already 12 年之前
fileproxy 0469f529fa quota calculation fixed 12 年之前
filestorage 72215a818d added new user settings interface for deleting old file versions 12 年之前
group 7621559d00 make groups not static, fixes oc-919 12 年之前
l10n d4044d0283 Delay loading of translations until they are used 12 年之前
log 3ce6344d40 Supress any warnings if log file does not exist 12 年之前
migration 402c6da968 Typo fix (breif->brief) 12 年之前
minimizer 2f00384b51 Use TemplateLayout functions for finding js and css files in minimizer 12 年之前
public 6644511124 remove unnecessary comment 12 年之前
search 3babb8c22c improve flexibility of search providers a bit 12 年之前
user ac36512102 Don't use substr to get first char of string 12 年之前
app.php 6e9cd63fa1 Only check for apps owncloud version requirment when there is a new owncloud version 12 年之前
appconfig.php a945fa10a6 update copyright 12 年之前
archive.php e5ef3e1340 move archive library to core so we can properly depend on it 12 年之前
base.php 6404476bec Delay setup of FS until OC_Filesystem is used 12 年之前
cache.php 8dba47d466 Add layer to select fast or slow cache for storing values 12 年之前
config.php 521294d0bf fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987 12 年之前
db.php e8dd86ce0d Revert "Set default charset to utf-8." 12 年之前
eventsource.php 2f68b08491 fix eventsource for ie 12 年之前
filecache.php b38e46276f when checking if the content of a folder has been updated, exlicitly state that we are checking a folder 12 年之前
fileproxy.php b9a1524508 Smarter code for OC_FileProxy 12 年之前
files.php f54ef5a464 Remove OC::$CONFIG_DATADIRECTORY, not used 12 年之前
filestorage.php c244daac89 removed readdir to fix bug oc-1054 12 年之前
filesystem.php 0086639891 Merge branch 'audit' 12 年之前
filesystemview.php 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 12 年之前
geo.php 92c7b2717d add OC_Geo class 12 年之前
group.php 4a5973662c Merge branch 'unstable' 12 年之前
helper.php c1df0539a0 fixes oc-668 12 年之前
hook.php b40f9670ae allow clearing hooks and fileproxies 12 年之前
image.php c11f6cc3f9 fix variable name and undefined index notice 12 年之前
installer.php ac36512102 Don't use substr to get first char of string 12 年之前
json.php 89464721c7 Added JSON methods for CSRF prevention. Make request token accessible from template and add js var. 12 年之前
l10n.php d4044d0283 Delay loading of translations until they are used 12 年之前
log.php a9d7c67bf2 The log message is not always shown in html 12 年之前
mail.php 2ddb72bb58 fix wrong documentation 12 年之前
migrate.php e37ef6dd47 Move user import to personal settings. Fix user migration between servers. 12 年之前
mimetypes.fixlist.php 7ed8f39744 as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype. 12 年之前
mimetypes.list.php 7ddd043427 renamed extention to extension, also now only showing lowercase 12 年之前
minimizer.php 2f00384b51 Use TemplateLayout functions for finding js and css files in minimizer 12 年之前
ocs.php d4ea853fcf use our own serverHost call so that ownCloud works with reverse proxy servers 12 年之前
ocsclient.php 3947aa3ef7 apps paging is not yet implemented. increase pagesize to 100 as a quickfix 12 年之前
preferences.php a945fa10a6 update copyright 12 年之前
request.php 977cd0df6b Fix errors for minimizer 12 年之前
response.php 71aa36c3f1 ETags must be quoted. 12 年之前
search.php a945fa10a6 update copyright 12 年之前
setup.php 6119f05ac0 generate a random salt during installation and store it in the config.php. use it to salt the password hashing. 12 年之前
streamwrappers.php 48fe85d9bd add streamwrapper that provides a callback on stream close 12 年之前
template.php f11e4d7cd6 removing sanitizeHTML() function from template.php since I moved it to util.php 12 年之前
templatelayout.php 3000e8f9d5 Prepare template js and css functions for use in the js and css minimizers 12 年之前
updater.php 897bfa8814 finally fix the updater. next is an automatic updater. but this is a bit more tricky. 12 年之前
user.php 4b6f6291c5 Remember result of OC_User::isLoggedIn, can be very expensive to check 12 年之前
util.php 7a3d606cac Prefer requested app before redirecting to default page 12 年之前
vcategories.php 1cb1980d62 Categories: Turned the debugging down a bit. 12 年之前
vobject.php 1d1dfcbc1a replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime 12 年之前