Commit graph

85 commits

Author SHA1 Message Date
Matthew Scragg
a47d7e2471 Merge pull request #161 from gazpachoking/update_flask
Update flask versions
2016-09-02 12:56:21 -04:00
Chase Sterling
33aa2b851e Make modules contain their own static files and templates 2016-08-15 23:06:05 -04:00
Chase Sterling
f7bb21dd2b Start updating flask and flask modules 2016-07-14 00:12:48 -04:00
Chase Sterling
687b0f5ced Add view button back to history revisions 2016-07-09 20:48:21 -04:00
Chase Sterling
15924df4e2 Do date formatting for history view server side for consistency. 2016-07-09 20:10:46 -04:00
Chase Sterling
bc0876cf33 Add gravatars back to history view 2016-07-09 20:02:53 -04:00
Chase Sterling
fb54710709 Show a loading message before first page of history is loaded. 2016-07-09 19:22:28 -04:00
Chase Sterling
631dc03f38 Add a + to indicate all revisions are not loaded in history view 2016-07-09 19:09:15 -04:00
Chase Sterling
184a47185c Re-implement revision comparison 2016-07-09 18:26:55 -04:00
Chase Sterling
497f743976 Initialize js date directly 2016-07-09 16:08:34 -04:00
Chase Sterling
b3f6c311b3 Switch page history view to use jquery datatable 2016-07-09 15:50:07 -04:00
Chase Sterling
242e317e65 Make the history view pagination prettier. 2016-07-07 18:07:21 -04:00
Chase Sterling
74452fe58f Add ability for 404 page to show error description. 2016-07-07 02:50:45 -04:00
Chase Sterling
e3ae3a1ccb Lazy load history view with pagination. refs #149 2016-07-07 02:49:52 -04:00
Matthew Scragg
71de000b2c Tweak spacing 2016-04-24 18:11:47 -05:00
Lars Immisch
d048196286 Fix relative link 2016-01-31 18:06:34 +01:00
Chase Sterling
24fbb6597d Add avatars to history view. 2015-12-16 00:30:33 -05:00
Chase Sterling
c2cc26e086 Switch to generic avatar class styling 2015-12-16 00:29:55 -05:00
Chase Sterling
7924be10cd Add an icon and sort column for pages/dirs in the index 2015-12-13 12:59:04 -05:00
Chase Sterling
ca65f81474 Implements a tree view index 2015-12-13 03:59:56 -05:00
Chase Sterling
c70480c917 Support getting indexs of subdirs 2015-12-12 14:56:10 -05:00
Matthew Scragg
93df0e081a fix some issues with path names 2015-12-09 17:41:15 -06:00
Matthew Scragg
c4b147c3e5 Merge pull request #85 from scragg0x/auth
Auth
2015-12-06 18:25:34 -06:00
Matthew Scragg
86fd1062fe fix layout in small view 2015-12-06 17:17:44 -06:00
Matthew Scragg
b3c4db0cf9 Change ldap login view 2015-11-22 17:13:29 -06:00
Matthew Scragg
0b1c55f6a5 fallback to default avatar if email is not set
auth submodules are registered with initialized
check if auth.local is loaded before accessing registration route
check DB_URI before attempt to create db
2015-11-06 17:44:48 -06:00
Matthew Scragg
c92cc46db2 add more oauth providers, really authenticate 2015-10-21 17:34:20 -05:00
Matthew Scragg
2eaf09dc78 ldap first pass 2015-10-14 17:36:22 -05:00
Matthew Scragg
3c2f4a0445 first pass, non-working 2015-10-13 22:52:30 -05:00
Alvin Chow
fdf482d14b Fix bug with rename feature to also delete old page 2015-09-27 16:20:54 -07:00
Matthew Scragg
2e056a5865 remove collaboration button if it's disabled 2015-07-15 09:06:39 -05:00
Matthew Scragg
bf69f86236 comment user settings page until it's useful 2015-07-15 09:01:04 -05:00
Matthew Scragg
b757ceff57 made simple search suck less 2014-11-12 22:11:13 -06:00
Matthew Scragg
13d4be8937 search pass two 2014-11-11 17:06:28 -06:00
scragg
312c61ef61 search module, wip 2014-11-10 10:54:46 -06:00
Matthew Scragg
eedf3990f9 fix wiki locked pages var 2014-10-24 14:53:48 -05:00
Matthew Scragg
e6bc4928c9 Fix #24 #21
WIP commit.  Changed routes to POST/PUT/DELETE on page name endpoint to be more RESTful.
Check wiki dir permissions
Add comments
Add dummy favicon, robots.txt, humans.txt
Remove create.html (wasn't being used)
Fix version command
2014-10-20 17:27:38 -05:00
Matthew Scragg
142050d804 updated gitignore, added wrongly ignored files 2014-10-09 16:30:34 -05:00
Matthew Scragg
672856e9af Add index page resolves #23 and #8 2014-10-09 15:47:12 -05:00
Matthew Scragg
8a4cda7f58 add some tests 2014-10-06 16:07:20 -05:00
Matthew Scragg
eb12c84e9a Added RDBMS info
Canonical names to forced to lowercase
Made user model compatible to other DBs
CSS adjustments
Basic Firepad support (no presence info)
Cleaned up JS a bit
Added ability to remove draft from localstorage
Added support for drafts on multiple pages
Alert user if page changes, issue #1
2014-10-03 13:49:18 -05:00
Matthew Scragg
d72ecf10f0 firepad + others WIP 2014-10-01 17:14:54 -05:00
Matthew Scragg
ec551ac09d add sha to dom 2014-09-29 20:33:09 -05:00
Matthew Scragg
e7e2ecfc4d shrink buttons for smaller screens 2014-09-26 11:58:06 -05:00
Matthew Scragg
8f6823676a make editor page responsive to smaller screens 2014-09-25 18:17:38 -05:00
Matthew Scragg
de3b2d66c3 update default config
transfer some assets to bower
use font awesome for icons
create setup.py
create setup command to generate config
2014-09-17 16:13:10 -05:00
Matthew Scragg
6128d05c69 use ace-builds via bower
removed screen in install script
not longer forwarding port 80 in vagrantfile
2014-09-15 16:45:47 -05:00
Matthew Scragg
b8531a0347 add config option to disable registration
add command to create user
2014-09-13 22:47:17 -05:00
Matthew Scragg
17eabddd70 fixes #2 history page bug
some style changes
2014-09-11 17:35:17 -05:00
Matthew Scragg
1b433f1762 add config option to lock pages explicitly 2014-09-10 13:58:47 -05:00