mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 20:14:35 -04:00
Restructures + New Evironment Variables (#1230)
* Use document base uri for react router Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Rename getAndSetUser to fetchAndSetUser Getter should be reserved for simple get functions. Everything that does a bit more logic should use a more meaningful verb. Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Rename getFrontPageContent to fetchFrontPageContent Getter should be reserved for simple get functions. Everything that does a bit more logic should use a more meaningful verb. Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Reformat code Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Use PUBLIC_URL env var in index.html Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Introduce new environment variables For better testing (especially if you have multiple endpoints) this commit introduces REACT_APP_BACKEND_BASE_URL, REACT_APP_FRONTEND_ASSETS_URL and REACT_APP_CUSTOMIZE_ASSETS_URL Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Remove redundant license information Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Remove redundant license information Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Fix rebase issues Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Remove unused file Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Correct parameter Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Fix run tasks Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Force use of bash Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Fix link to cypress picture Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * revert change Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * fix url Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Remove license info Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Revert rebase issues Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Add missing banner code Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Fix test url Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Useless change to trigger github Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> * Don't set backend base url because this break the mock mode detection Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> Co-authored-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
9cf7980334
commit
2c5a03b3ee
52 changed files with 193 additions and 162 deletions
41
public/mock-backend/api/private/me/history
Normal file
41
public/mock-backend/api/private/me/history
Normal file
|
@ -0,0 +1,41 @@
|
|||
[
|
||||
{
|
||||
"identifier": "29QLD0AmT-adevdOPECtqg",
|
||||
"title": "HedgeDoc community call 2020-04-26",
|
||||
"lastVisited": "2020-05-16T22:26:56.547Z",
|
||||
"pinStatus": false,
|
||||
"tags": [
|
||||
"HedgeDoc",
|
||||
"Community Call"
|
||||
]
|
||||
},
|
||||
{
|
||||
"identifier": "features",
|
||||
"title": "Features",
|
||||
"lastVisited": "2020-05-31T15:20:36.088Z",
|
||||
"pinStatus": true,
|
||||
"tags": [
|
||||
"features",
|
||||
"cool",
|
||||
"updated"
|
||||
]
|
||||
},
|
||||
{
|
||||
"identifier": "ODakLc2MQkyyFc_Xmb53sg",
|
||||
"title": "HedgeDoc V2 API",
|
||||
"lastVisited": "2020-05-25T19:48:14.025Z",
|
||||
"pinStatus": false,
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"identifier": "l8JuWxApTR6Fqa0LCrpnLg",
|
||||
"title": "Community call - Let’s meet! (2020-06-06 18:00 UTC / 20:00 CEST)",
|
||||
"lastVisited": "2020-05-24T16:04:36.433Z",
|
||||
"pinStatus": false,
|
||||
"tags": [
|
||||
"agenda",
|
||||
"HedgeDoc community",
|
||||
"community call"
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue