nextcloud/lib/private
Roeland Jago Douma 46aafe4f11
Certain tokens can expire
However due to the nature of what we store in the token (encrypted
passwords etc). We can't just delete the tokens because that would make
the oauth refresh useless.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-22 14:26:13 +02:00
..
Accounts Update license headers 2017-11-06 16:56:19 +01:00
Activity Update license headers 2017-11-06 16:56:19 +01:00
App Log exceptions that happen when writing the app store reply to storage 2018-03-06 11:29:05 +01:00
AppFramework Don't perform CSRF check on OCS routes with Bearer auth 2018-02-08 10:16:38 +01:00
Archive Update license headers 2017-11-06 16:56:19 +01:00
Authentication Certain tokens can expire 2018-05-22 14:26:13 +02:00
BackgroundJob Update license headers 2017-11-06 16:56:19 +01:00
Cache Update license headers 2017-11-06 16:56:19 +01:00
Calendar implement CalendarManager 2017-11-09 15:14:50 +01:00
Collaboration the FN is optional, carrying the displayname if present 2018-03-20 14:35:46 +01:00
Command Update license headers 2017-11-06 16:56:19 +01:00
Comments Backport of format self-mentions, but don't offer them #7914 2018-01-18 12:08:08 +01:00
Console Fixup code 2017-12-22 13:08:00 +01:00
Contacts/ContactsMenu Make ContactsStore a public API 2017-12-11 18:18:58 +01:00
DB php 5.6 compatibility 2018-05-09 12:12:13 +02:00
Diagnostics Update license headers 2017-11-06 16:56:19 +01:00
Encryption Update license headers 2017-11-06 16:56:19 +01:00
Federation Update license headers 2017-11-06 16:56:19 +01:00
Files Merge pull request #9389 from nextcloud/log-lock-state-on-conflict-13 2018-05-07 16:29:42 +02:00
GlobalScale Update license headers 2017-11-06 16:56:19 +01:00
Group Correctly return the group name 2018-03-12 12:01:19 +01:00
Hooks Fix PHP doc for API docs 2017-12-03 12:02:29 +01:00
Http/Client Rebrand to "Nextcloud" and add 100% coverage 2017-01-02 14:51:16 +01:00
IntegrityCheck Also replace all other occurences 2017-12-18 20:57:11 +01:00
L10N check if $defaultLanguage is a valid string before we move on 2017-12-01 16:14:51 +01:00
legacy Get correct version of an app 2018-05-09 12:15:39 +02:00
Lock Log more info about locking conflicts for memcache locking backends 2018-05-04 13:35:26 +02:00
Lockdown Update license headers 2017-11-06 16:56:19 +01:00
Log Change @georgehrke's email 2017-11-06 20:38:59 +01:00
Mail Provide an option to disable HTML emails 2018-04-18 16:59:34 +02:00
Memcache Update license headers 2017-11-06 16:56:19 +01:00
Migration Update license headers 2017-11-06 16:56:19 +01:00
Notification Update license headers 2017-11-06 16:56:19 +01:00
OCS Also replace all other occurences 2017-12-18 20:57:11 +01:00
Preview If the preview is size 0 it is invalid 2018-01-24 16:11:36 +01:00
Remote Add some more tests for ocs remote api 2017-12-08 16:37:14 +01:00
Repair Don't use double quotes in MySQL queries 2018-03-06 11:25:07 +01:00
RichObjectStrings Update license headers 2017-11-06 16:56:19 +01:00
Route Update license headers 2017-11-06 16:56:19 +01:00
Search Update license headers 2017-11-06 16:56:19 +01:00
Security Also replace all other occurences 2017-12-18 20:57:11 +01:00
Session Update license headers 2017-11-06 16:56:19 +01:00
Settings Show the displayname in the users group list 2018-03-12 12:00:54 +01:00
Setup Update license headers 2017-11-06 16:56:19 +01:00
Share Update license headers 2017-11-06 16:56:19 +01:00
Share20 Do not instantiate node when not needed 2018-01-09 19:51:50 +01:00
Support/CrashReport Fix PHP doc for API docs 2017-12-03 12:02:29 +01:00
SystemTag Update license headers 2017-11-06 16:56:19 +01:00
Tagging Fix others 2016-07-21 18:13:57 +02:00
Template Issue #9318: catch exceptions in SCSSCacher::resetCache() 2018-05-03 11:02:53 +02:00
Updater Show EOL warning in the update section 2018-04-18 13:46:25 +02:00
User Move on with the next user if we found the user on one user back-end 2018-04-04 17:13:47 +02:00
AllConfig.php Update license headers 2017-11-06 16:56:19 +01:00
AppConfig.php Fix undefined index problem 2018-03-06 18:37:52 +01:00
AppHelper.php Fix others 2016-07-21 18:13:57 +02:00
Avatar.php Use mb_* string methods to extract first character for generated avatars 2018-02-21 12:40:16 +01:00
AvatarManager.php avatar to appdata 2016-10-05 11:00:16 +02:00
CapabilitiesManager.php Update license headers 2017-11-06 16:56:19 +01:00
Config.php Update license headers 2017-11-06 16:56:19 +01:00
ContactsManager.php Fix others 2016-07-21 18:13:57 +02:00
DatabaseException.php Remove unneeded parameter in DatabaseException 2017-07-24 13:44:12 +02:00
DatabaseSetupException.php Fix others 2016-07-21 18:13:57 +02:00
DateTimeFormatter.php Update license headers 2017-11-06 16:56:19 +01:00
DateTimeZone.php Fix others 2016-07-21 18:13:57 +02:00
ForbiddenException.php Fix others 2016-07-21 18:13:57 +02:00
HintException.php Update license headers 2017-11-06 16:56:19 +01:00
HTTPHelper.php Fix others 2016-07-21 18:13:57 +02:00
Installer.php Merge pull request #7505 from nextcloud/do-not-update-if-app-comes-from-git 2017-12-18 13:43:58 +01:00
LargeFileHelper.php Merge pull request #1890 from nextcloud/downstream-25428 2016-10-25 14:44:27 +02:00
Log.php Pass log level to log reporters 2017-11-27 16:46:47 +01:00
NaturalSort.php Fix others 2016-07-21 18:13:57 +02:00
NaturalSort_DefaultCollator.php Fix others 2016-07-21 18:13:57 +02:00
NavigationManager.php Update license headers 2017-11-06 16:56:19 +01:00
NeedsUpdateException.php Update with robin 2016-07-21 18:13:58 +02:00
NotSquareException.php Fix others 2016-07-21 18:13:57 +02:00
PreviewManager.php Update license headers 2017-11-06 16:56:19 +01:00
PreviewNotAvailableException.php Opening the trashbin causes errors in log for files without preview 2016-09-09 13:53:06 +02:00
RedisFactory.php Update license headers 2017-11-06 16:56:19 +01:00
Repair.php Add repair step to clear frontend related caches 2018-02-06 12:32:48 +01:00
RepairException.php Fix others 2016-07-21 18:13:57 +02:00
Search.php Update with robin 2016-07-21 18:13:58 +02:00
Server.php Actually clear cache values for all base urls 2018-03-09 09:24:07 +01:00
ServerContainer.php Fix missing argument 2 for Settings classes 2017-05-19 22:32:50 +02:00
ServerNotAvailableException.php Fix others 2016-07-21 18:13:57 +02:00
ServiceUnavailableException.php Update with robin 2016-07-21 18:13:58 +02:00
Setup.php Handle SSL certificate verifications for others than Let's Encrypt 2018-02-05 15:37:23 +01:00
Streamer.php Revert "Always enable Zip64 extension for zipstreamer" 2017-06-09 10:21:26 +02:00
SubAdmin.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
SystemConfig.php Merge pull request #7020 from Fiech/master 2017-11-07 10:27:53 +01:00
TagManager.php Fix others 2016-07-21 18:13:57 +02:00
Tags.php Update license headers 2017-11-06 16:56:19 +01:00
TemplateLayout.php Use JSCombiner from server container when searching for JS files 2018-03-09 09:24:07 +01:00
TempManager.php Update license headers 2017-11-06 16:56:19 +01:00
Updater.php Make isUpdateAvailable non-static 2017-11-25 12:01:02 +01:00
URLGenerator.php Fix check if theming defaults instance is available 2018-03-06 13:24:18 +01:00