mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-09 08:07:49 +01:00
Docs revised
This commit is contained in:
parent
608ebfa9d5
commit
03178c3963
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* Global Constants
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2017-10-27
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
|
@ -1,6 +1,7 @@
|
||||
/**
|
||||
* File Guard
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @see https://git.synz.io/Synzvato/decentraleyes/merge_requests/258
|
||||
*
|
||||
|
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* Interceptor
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2016-04-06
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
|
@ -1,9 +1,14 @@
|
||||
/**
|
||||
* Entry Point
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2016-04-04
|
||||
*
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL-2.0
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Remove integrity checks from embedded CSS and JavaScript files
|
||||
* Belongs to LocalCDN.
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-27
|
||||
*
|
||||
* @license MPL 2.0
|
||||
|
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* Mappings
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2014-05-30
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
|
@ -1,9 +1,14 @@
|
||||
/**
|
||||
* Messenger
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2018-05-28
|
||||
*
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* Request Analyzer
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2016-04-11
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
|
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* Resources
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2014-05-30
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
|
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* Shorthands
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2018-02-24
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
|
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* State Manager
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2017-03-10
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
|
@ -1,11 +1,12 @@
|
||||
/**
|
||||
* Internal Helper Module
|
||||
* Belongs to Decentraleyes/LocalCDN.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2017-10-26
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
|
@ -1,9 +1,14 @@
|
||||
/**
|
||||
* Main Options Page
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @since 2016-08-09
|
||||
*
|
||||
* @author nobody
|
||||
* @since 2020-05-04
|
||||
*
|
||||
* @license MPL 2.0
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
@ -1,10 +1,14 @@
|
||||
/**
|
||||
* Main Popup Page
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author Thomas Rientjes
|
||||
* @author nobody42
|
||||
* @since 2016-08-09
|
||||
*
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
@ -2,8 +2,9 @@
|
||||
* Details of Requests
|
||||
* Belongs to LocalCDN.
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-26
|
||||
*
|
||||
* @license MPL 2.0
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
@ -1,9 +1,11 @@
|
||||
/**
|
||||
* Main Updates Page
|
||||
* Belongs to Decentraleyes.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-03-08
|
||||
*
|
||||
* @license MPL 2.0
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
@ -1,9 +1,11 @@
|
||||
/**
|
||||
* Welcome Page
|
||||
* Belongs to LocalCDN.
|
||||
* Belongs to LocalCDN (since 2020-02-26)
|
||||
* (Origin: Decentraleyes)
|
||||
*
|
||||
* @author nobody42
|
||||
* @author nobody
|
||||
* @since 2020-02-27
|
||||
*
|
||||
* @license MPL 2.0
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
Loading…
x
Reference in New Issue
Block a user