nextcloud/lib/private
Vincent Petry 013444813e Now removing stray old cookies from 5.0.12
Cookies from 5.0.12 seemed to have an extra slash in the path.
Firefox doesn't allow to remove them if the trailing slash isn't
there,
thus making it impossible to logout correctly.

This fix adds extra code to delete such stray cookies.

Ported from stable5 branch 99e5c6f7eb
2013-11-07 18:49:50 +01:00
..
appframework Merge pull request #5458 from owncloud/fixing-5222-master 2013-10-23 05:35:33 -07:00
archive
backgroundjob decode arguments as array 2013-11-05 10:30:18 +01:00
cache Merge branch 'master' into fixing-4546-master 2013-10-07 17:47:54 +02:00
connector/sabre add header 'OC-FileId' on PUT 2013-10-25 13:20:59 +02:00
db Inherit lastInsertId() from Adapter. 2013-11-04 22:28:41 +01:00
fileproxy
files Merge pull request #5673 from owncloud/oc6-windows-server-mssql-master 2013-11-05 00:41:11 -08:00
group
hooks
l10n Merge branch 'master' into fixing-appframework-master 2013-10-08 12:13:24 +02:00
legacy Merge pull request #4796 from owncloud/config-no-catch 2013-10-07 11:45:13 -07:00
log Try to create custom log file before falling back to default. 2013-10-20 23:58:07 +02:00
memcache
migration
minimizer
ocs Get rid of the SELECT query. Try UPDATE, on failure INSERT. 2013-10-31 16:04:18 +01:00
preview fix comment 2013-10-17 15:19:15 +02:00
search
session fixing php 5.3 compatibility 2013-10-08 21:52:54 +02:00
setup
template introduce OC_Helper::linkToDocs() 2013-10-21 22:01:27 +02:00
user Now removing stray old cookies from 5.0.12 2013-11-07 18:49:50 +01:00
vobject
activitymanager.php adding OC6 public API for activities 2013-10-09 18:06:21 +02:00
allconfig.php
api.php Added missing HTTP prefix to the $_SERVER variable 2013-10-30 21:07:19 +01:00
app.php add post_enable hook if a app gets enabled 2013-10-22 16:15:19 +02:00
appconfig.php Remove "link" shares right after disabling the "allow_link_share" setting 2013-10-18 11:37:13 +02:00
apphelper.php moving file to the right location 2013-10-07 00:32:39 +02:00
archive.php
arrayparser.php
avatar.php avatars should also work with encryption after pr #5332 was merged 2013-10-14 17:30:24 +02:00
backgroundjob.php
cache.php
config.php use OC_Helper::linkToDocs() in lib/private/config.php 2013-10-21 23:08:09 +02:00
contactsmanager.php
davclient.php Fixed spaces 2013-10-17 23:22:19 +02:00
db.php
defaults.php Merge branch 'master' into sharing_mail_notification_master 2013-10-02 10:11:18 +02:00
eventsource.php
filechunking.php fixes #5367 2013-10-17 20:20:13 +02:00
fileproxy.php
files.php
geo.php
group.php dispayNamesInGroup(s) should always return uid as key in the result attr, fixes #5209 2013-10-20 20:55:27 +02:00
helper.php Merge pull request #5691 from owncloud/switch-to-oc6-documentation 2013-11-05 08:22:26 -08:00
hintexception.php
hook.php
image.php
installer.php Merge pull request #5551 from owncloud/fix-5202-master 2013-10-31 11:10:28 -07:00
json.php
l10n.php fixing PHPDoc & grammar 2013-10-23 19:06:36 +02:00
log.php
mail.php
migrate.php
mimetypes.list.php
minimizer.php
navigationmanager.php
notsquareexception.php
ocs.php fix the privatedata key value store 2013-10-30 19:36:29 +01:00
ocsclient.php Merge branch 'master' into lib-private-master-2 2013-10-01 16:11:59 +02:00
preferences.php
preview.php
previewmanager.php
request.php
response.php
route.php Add patch method to OC_Route 2013-10-01 20:13:13 +02:00
router.php
search.php
server.php php 5.3 compatibility regarding OC\DB\Connection fixed 2013-10-21 22:51:56 +02:00
setup.php replace template function link_to_docs() with \OC_Helper::linkToDocs() 2013-11-02 19:11:46 +01:00
subadmin.php
tagmanager.php reorganize file in lib 2013-09-30 16:39:03 +02:00
tags.php reorganize file in lib 2013-09-30 16:39:03 +02:00
template.php
templatelayout.php
updater.php Merge branch 'master' into lib-private-master-2 2013-10-01 16:11:59 +02:00
urlgenerator.php use SERVERROOT instead of WEBROOT in all file_exists checks, whitespace 2013-10-28 14:18:20 +01:00
user.php use getHome() to delete users data 2013-10-29 18:01:37 +01:00
util.php we should check if a user is logged in before we check for admin privilege 2013-10-30 22:59:31 +01:00
vobject.php