aboutsummaryrefslogtreecommitdiffstats
path: root/templates (follow)
Commit message (Collapse)AuthorAgeLines
* Help page #z62n (#25)Gravatar Gareth Coles2018-02-26-15/+475
| | | | | | | | | | | | | | | | | | | | | | | | | | * Help page and misc improvements Committing so I can go home >:| * Changes for @lmn * Rephrase first paragraph * Rephrase questions so they aren't all about discord.py * Remove _every single header_ on the help page from the nav * Unit test the help route * Small styling fixes * Add page-specific classes to body element * Clean up section padding * IndexView -> HelpView * Remove unnecessary path in test
* Actually make the button link to the inviteGravatar Gareth Coles2018-02-21-1/+1
|
* Remove extra buttonsGravatar Gareth Coles2018-02-21-13/+0
|
* More landing page work. Also: Blurple!Gravatar Gareth Coles2018-02-21-21/+47
|
* Index page proseGravatar Gareth Coles2018-02-21-9/+12
|
* Smaller navbar, move dropdown to the bottom of the navbarGravatar Gareth Coles2018-02-21-6/+1
|
* Dropdown instead of dropbarGravatar Gareth Coles2018-02-21-1/+1
|
* Disable dropbar pushGravatar Gareth Coles2018-02-21-1/+1
|
* Sample pushing dropbar navGravatar Gareth Coles2018-02-21-11/+31
|
* Better pre-release warning on indexGravatar Gareth Coles2018-02-21-9/+6
|
* Basic main page heroGravatar Gareth Coles2018-02-21-2/+26
|
* Add warning about pre-release-ness to base templateGravatar Gareth Coles2018-02-21-7/+10
|
* Jinja is weirdGravatar Gareth Coles2018-02-21-8/+10
|
* Rearrange views and templatesGravatar Gareth Coles2018-02-21-0/+0
|
* adds favicon to header (#21)Gravatar Christopher Baklid2018-02-18-1/+2
|
* adds .api to the secure websocket connection (#18)Gravatar Christopher Baklid2018-02-18-2/+2
|
* Switch back to wss://, againGravatar Gareth Coles2018-02-18-1/+1
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-02-18-1/+1
| | | | | # Conflicts: # pysite/views/ws/echo.py
* Go back to using wss:// for the WS testGravatar Gareth Coles2018-02-17-1/+1
|
* Integrate websockets into the Flask webappGravatar Gareth Coles2018-02-17-1/+1
|
* Make the websocket taste page use `wss://`Gravatar Gareth Coles2018-02-15-1/+1
|
* RethinkDB API Views #yqhgGravatar lmn2018-02-13-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactoring the database implementation into a class of its own. * Refactoring the database implementation into a class of its own. * healthcheck should belong to the API. * dynamic subdomain loading, setting up basic handling for staff.pythondiscord.com, and started on a TagView for a bot tag feature. * Oops, forgot to fix some merges. * Some quality of life updates - default values for env variables that aren't secret, and starting to get through the tag view. * Refactoring the database implementation into a class of its own. * healthcheck should belong to the API. * dynamic subdomain loading, setting up basic handling for staff.pythondiscord.com, and started on a TagView for a bot tag feature. * Oops, forgot to fix some merges. * Some quality of life updates - default values for env variables that aren't secret, and starting to get through the tag view. * API validation added to the APIView class, TagView should be finished as well. * super important commit you guys * fixed a bug with the RethinkDB class where host and port attributes were accessed before being created * Fixed my editor now you guys * Fixing up some of the problems brought up in gdude's review * Handling GET requests with param indata and POST with JSON. Fixed error handling to use the constants and the baseclass self.error(). * Get API-key from headers, context manage the db assignment, and default env var values * Changed API-KEY header to X_API_Key. Added a default for secret key. it should no longer be necessary with environment variables to run this system locally. * Changing back the nav to have relative paths * Why am I like this
* Websocket echo testGravatar Gareth Coles2018-02-13-0/+24
|
* Switch to banner logoGravatar Gareth Coles2018-02-07-1/+1
|
* Icons in navGravatar Gareth Coles2018-02-07-2/+3
|
* Static files; basic templatesGravatar Gareth Coles2018-02-07-10/+44
|
* Template renderingGravatar Gareth Coles2018-02-06-0/+10
|
* Revert "Finally fix this garbage"Gravatar Gareth Coles2018-02-06-0/+0
| | | | This reverts commit 57abb43
* Finally fix this garbageGravatar martmists2018-02-05-0/+0
| | | | Signed-off-by: martmists <[email protected]>
* Revert "Major update"Gravatar Gareth Coles2018-02-05-0/+0
| | | | This reverts commit 80a1ab5
* Major updateGravatar martmists2018-02-05-0/+0
| | | | | | | | | | | | | | - Switch to Japronto - More linters - Rewrite route handling - Rewrite error handling - Rewrite static handling - Error when no `Index` propery is found - Probably some more stuff? idk Code needs testing; Maybe we could use pytest? Signed-off-by: martmists <[email protected]>
* Add templates & static folder with .gitkeep'sGravatar JoeBanks132018-02-04-0/+0