nextcloud/lib
Frank Karlitschek 9e9c40eabd fix time call 2012-06-13 17:27:49 +02:00
..
MDB2/Driver strict standards fixes for sqlite3 2012-05-19 01:39:41 +02:00
archive Don't use substr to get first char of string 2012-06-08 21:38:10 +02:00
cache Add layer to select fast or slow cache for storing values 2012-06-06 22:41:36 +02:00
connector/sabre Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File 2012-06-08 21:38:10 +02:00
fileproxy add a default user quota 2012-02-24 23:54:38 +01:00
filestorage add temporary filestorage backend for testing purposed 2012-05-11 20:33:56 +02:00
group make groups not static, fixes oc-919 2012-06-05 14:02:13 +02:00
log Supress any warnings if log file does not exist 2012-06-05 17:44:07 -04:00
migration Typo fix (breif->brief) 2012-04-14 18:31:42 +02:00
minimizer Fix remap dir for CSS minimizer 2012-06-05 18:09:32 +02:00
public add two csrf check calls. Review and lot´s of porting needed. 2012-06-09 15:05:14 +02:00
search improve flexibility of search providers a bit 2012-04-14 11:29:54 +02:00
user Don't use substr to get first char of string 2012-06-08 21:38:10 +02:00
app.php Don't use substr to get first char of string 2012-06-08 21:38:10 +02:00
appconfig.php update copyright 2012-05-26 19:14:24 +02:00
archive.php move archive library to core so we can properly depend on it 2012-05-02 23:48:23 +02:00
base.php fix infinite redirect during setup for windows hosts 2012-06-09 14:38:05 +02:00
cache.php Add layer to select fast or slow cache for storing values 2012-06-06 22:41:36 +02:00
config.php fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-987 2012-06-12 23:16:26 +02:00
db.php update copyright 2012-05-26 19:14:24 +02:00
eventsource.php fix eventsource for ie 2012-03-31 16:40:42 +02:00
filecache.php update file paths in filecache when the parent is renamed 2012-06-04 17:59:42 +02:00
fileproxy.php Smarter code for OC_FileProxy 2012-06-08 21:38:10 +02:00
files.php write a warning to the log file if .htaccess is not writable instead of failing silently 2012-06-05 11:50:21 +02:00
filestorage.php fixed typo 2012-05-31 17:38:35 +01:00
filesystem.php check for view before trying to invoke method on object 2012-06-13 00:32:44 +02:00
filesystemview.php use absolute path for file proxies 2012-06-09 17:34:13 +02:00
geo.php add OC_Geo class 2012-02-26 13:45:20 +01:00
group.php Merge branch 'unstable' 2012-06-04 23:02:05 +02:00
helper.php more reliable host detection for reverse proxy servers 2012-06-05 12:52:23 +02:00
hook.php allow clearing hooks and fileproxies 2012-05-11 20:33:56 +02:00
image.php fix variable name and undefined index notice 2012-06-10 17:25:50 +02:00
installer.php Don't use substr to get first char of string 2012-06-08 21:38:10 +02:00
json.php Check if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2. 2012-05-13 15:26:30 -04:00
l10n.php Make it easier to subclass OC_L10N. 2012-06-07 17:26:28 +02:00
log.php The log message is not always shown in html 2012-05-10 09:13:09 +02:00
mail.php fix wrong documentation 2012-06-06 14:18:30 +02:00
migrate.php don´t hardcode /tmp 2012-05-30 14:14:32 +02:00
mimetypes.fixlist.php as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype. 2012-03-23 13:34:07 +01:00
mimetypes.list.php renamed extention to extension, also now only showing lowercase 2012-04-15 13:34:30 +02:00
minimizer.php Merge branch 'unstable' 2012-06-04 23:02:05 +02:00
ocs.php use our own serverHost call so that ownCloud works with reverse proxy servers 2012-05-31 20:26:09 +02:00
ocsclient.php apps paging is not yet implemented. increase pagesize to 100 as a quickfix 2012-06-09 22:00:28 +02:00
preferences.php update copyright 2012-05-26 19:14:24 +02:00
response.php ETags must be quoted. 2012-02-18 11:49:31 +01:00
search.php update copyright 2012-05-26 19:14:24 +02:00
setup.php generate a random salt during installation and store it in the config.php. use it to salt the password hashing. 2012-06-08 12:31:37 +02:00
streamwrappers.php add streamwrapper that provides a callback on stream close 2012-03-02 18:42:57 +01:00
template.php Merge branch 'unstable' 2012-06-04 23:02:05 +02:00
updater.php finally fix the updater. next is an automatic updater. but this is a bit more tricky. 2012-06-09 17:43:02 +02:00
user.php Merge branch 'unstable' 2012-06-04 23:02:05 +02:00
util.php fix time call 2012-06-13 17:27:49 +02:00
vcategories.php Categories: Turned the debugging down a bit. 2012-06-11 03:05:33 +02:00
vobject.php replace Sabre_VObject_Element_DateTime with Sabre_VObject_Property_DateTime 2012-02-24 22:20:40 +01:00