Commit Graph

1381 Commits

Author SHA1 Message Date
Lucas
a5297f8c6e
feat: option to restrict Discord auth to a specific server (#1548)
* Optionally restrict discord authentication to members of a specific server

* fix: discord auth module code linting

Co-authored-by: Lucas Neves <lneves@modusgames.com>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-03-07 17:59:10 -05:00
gh0stalker
a6dd93746e
fix: resolve Twitch OAuth API (#1561) 2020-03-07 17:57:09 -05:00
gh0stalker
741208911b
fix: postgres 2.2.17 migration missing quotes (#1562) 2020-03-07 17:56:21 -05:00
Lukas Frischknecht
ee0eb55522
fix: update docker configuration file location (#1570) 2020-03-07 17:55:52 -05:00
NGPixel
830f51664c feat: katex in markdown preview + xss fix for svg 2020-03-06 14:31:05 -05:00
NGPixel
4398573645 feat: save conflict check polling 2020-03-02 00:43:19 -05:00
NGPixel
6890d9e04e feat: edit title from header in editors 2020-03-01 20:20:37 -05:00
NGPixel
13a995133b feat: branch off / create from template 2020-03-01 18:25:43 -05:00
NGPixel
e85de92715 feat: restore page version 2020-03-01 18:25:43 -05:00
NGPixel
e50dc89519 feat: view version of page source 2020-03-01 18:25:43 -05:00
NGPixel
2ac9131244 feat: page history - download version 2020-03-01 18:25:43 -05:00
NGPixel
95f01cdeb8 feat: history version diff 2020-03-01 18:25:43 -05:00
NGPixel
27ff329d16 feat: history UI 2020-03-01 18:25:43 -05:00
NGPixel
ed0988fed0 fix: remove wait.sh from dockerfile 2020-02-28 21:24:45 -05:00
Lukas Frischknecht
a90dc8d5b5
misc: add support for VSCode remote development (#1533)
* Add support for VSCode remote development

* misc: remote dev containers fixes

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-02-28 16:49:18 -05:00
Nicolas Giard
fba9e0058f
fix: allow figcaption in xss module 2020-02-27 01:17:24 -05:00
NGPixel
df933f5dc4 fix: reject API tokens if API is disabled 2020-02-23 15:30:40 -05:00
NGPixel
f7c0daec9a feat: content license notice option 2020-02-23 15:20:55 -05:00
NGPixel
c5a22f6d13 fix: editor - show save button as saved when no modif 2020-02-23 12:49:34 -05:00
NGPixel
2d06a1d9df fix: set open external link in new tab as an option 2020-02-22 20:21:26 -05:00
Lukáš Hrdlička
fc79d92423
feat: open external link in new tab (#1453) 2020-02-22 20:15:41 -05:00
Nicolas Giard
f72cf664eb
feat: manage / create API keys (#1516)
* fix: admin api UI update

* feat: admin api - create dialog UI

* feat: admin api - create + list keys

* feat: admin api localization (wip)

* feat: admin api localization

* feat: admin api - toggle state

* feat: process API keys + format gql request errors to json
2020-02-22 17:38:06 -05:00
Nicolas Giard
f6b048f148
docs: add bitcoin donation option 2020-02-21 18:18:17 -05:00
alancnet
de4d407fdc
fix: apply json size limit to graphql (#1480) 2020-02-15 22:35:53 -05:00
NGPixel
ea5027cb2e fix: admin tags - persist close confirm dialog state 2020-02-14 21:50:17 -05:00
NGPixel
56235c6354 fix: setup incorrectly starting HTTPS server 2020-02-14 15:47:19 -05:00
NGPixel
9384ce14d5 fix: square nav icons 2020-02-09 22:55:53 -05:00
NGPixel
09554c8528 fix: add missing html tags to whitelist 2020-02-09 22:54:14 -05:00
NGPixel
4bf94a1d30 feat: social sharing menu 2020-02-09 14:10:39 -05:00
Nicolas Giard
5c20f585a4
feat: admin tags (#1452) 2020-02-09 00:49:32 -05:00
NGPixel
90fbc62917 fix: kbd xss whitelist 2020-02-08 16:11:35 -05:00
NGPixel
a7b2b31314 fix: disable API docs editor for 2.1 2020-02-07 22:39:18 -05:00
NGPixel
966da1f092 fix: hide renew cert button if https inactive 2020-02-07 22:05:44 -05:00
NGPixel
1b4d8142f3 fix: code linting auth.js 2020-02-07 22:02:33 -05:00
NGPixel
48ea692afe fix: list items spacing + lang menu max-height 2020-02-07 21:54:59 -05:00
NGPixel
ff5acba358 fix: redirect to previous path after login 2020-02-07 14:51:11 -05:00
NGPixel
1fc786e2ed fix: redirect home to login only if guest 2020-02-07 14:32:45 -05:00
BobbyB
7d23344c7a
fix: page rules role check (#1447)
* Check rule.roles against permissions

* Added Role Check to EXACT matching

* Code Review Fixes
2020-02-07 14:26:13 -05:00
NGPixel
a694d26290 fix: hide new nav for 2.1 2020-02-07 14:23:38 -05:00
NGPixel
e68932aa40 feat: purge local repo action for git module 2020-02-03 23:39:00 -05:00
wallrick
b1c7edac90
feat: add ssh port override option for git module (#1432)
* Adding an override for the ssh port

* fix: git module - ssh custom port

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-02-02 23:21:14 -05:00
NGPixel
f4e3fd0954 feat: tags autocomplete in page properties 2020-02-02 16:24:27 -05:00
NGPixel
a1e0e4f27a fix: hide new page button when path not available (#1394) 2020-02-01 16:26:33 -05:00
NGPixel
7ab16e2bf3 fix: disable SRI at build time 2020-02-01 16:14:25 -05:00
NGPixel
9c40975aeb fix: missing pagination on search results (#942) 2020-02-01 15:17:29 -05:00
NGPixel
9f16d3e3fa fix: code linting 2020-01-31 22:41:14 -05:00
NGPixel
208b816011 misc: update dependencies 2020-01-31 22:35:49 -05:00
NGPixel
ad3a6e15f9 fix: rtl list bullet symbol 2020-01-31 22:34:38 -05:00
NGPixel
1914d40574 fix: set rtl correctly if default lang is non-rtl 2020-01-31 22:29:40 -05:00
Aitor Rosell Torralba
429c2673ca
fix: list formatting multiline with fancy bullets (#1406)
* Fix list formatting multiline with fancy bullets

In kinda response to: https://github.com/Requarks/wiki/pull/1283 
Solves the problem with the list having issues with p elements and with multi lines but keeping the fancy css bullets.
Tested on Chrome, Firefox, Opera and Edge.

* remove important

* fix: bullet symbol for RTL

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-01-31 22:22:27 -05:00