Commit graph

193 commits

Author SHA1 Message Date
Matthew Scragg bf3b3d3d74 added more tests
include img in manifest
disclaimer in root cli script
add blinker to dev tools
version file included in package
cli bug fixes
2014-10-22 15:38:32 -05:00
Matthew Scragg 38e5ef85c0 use application factory, WIP 2014-10-21 16:06:27 -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 b99128e47a fix font links 2014-10-17 14:30:56 -05:00
Matthew Scragg a28d472766 updated readme 2014-10-17 14:30:00 -05:00
Matthew Scragg 2e38c6a34c fix some cli bugs, update manifest, Fix #29 2014-10-17 12:03:38 -05:00
Matthew Scragg 3be7ad1ab6 Merge pull request #28 from scragg0x/cli
Cli
2014-10-16 22:26:31 -05:00
Matthew Scragg 5985bff7d6 cli and setuptools wip 2014-10-16 22:18:57 -05:00
Matthew Scragg 07852bdd98 cli and setuptools wip 2014-10-16 16:54:45 -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 992cfb96d2 Merge pull request #27 from scragg0x/hooks
Hooks
2014-10-09 10:45:16 -05:00
Matthew Scragg 2c6b06a0a7 add tests file to auth 2014-10-09 10:39:42 -05:00
Matthew Scragg 98d82f06a8 hook WIP 2014-10-08 22:42:29 -05:00
Matthew Scragg d073bc6a8d fix typo 2014-10-06 16:09:43 -05:00
Matthew Scragg 8a4cda7f58 add some tests 2014-10-06 16:07:20 -05:00
Matthew Scragg cc7fa1b433 pip freeze 2014-10-06 13:55:11 -05:00
Matthew Scragg 4947d73dd7 add travis.yml 2014-10-06 12:15:05 -05:00
Matthew Scragg 50a25a2c22 Merge pull request #22 from scragg0x/firepad
Firepad
2014-10-03 13:50:59 -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 2895308667 implements #4, use env to configure app 2014-09-29 15:22:20 -05:00
Matthew Scragg 675ec9c9f9 style tweak 2014-09-26 17:45:43 -05:00
Matthew Scragg 20e74bfef6 fix scroll sync 2014-09-26 17:40:21 -05:00
Matthew Scragg 82f2de5efa fix truncation at bottom of editor 2014-09-26 17:17:58 -05:00
Matthew Scragg 67bf9eab35 updated docker runsv script
updated dockerfile
2014-09-26 16:18:48 -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 f1c675973d added docker info to readme 2014-09-20 17:30:34 -05:00
Matthew Scragg b637ce5df9 fixes #18 relative link bug 2014-09-20 17:15:12 -05:00
Matthew Scragg 813d7cfc51 updated docker runsv script
updated install.sh
updated setup.py
2014-09-18 23:12:57 -05:00
Matthew Scragg 88134dbdce removed entry point from setup
renamed managed to realms-wiki and added to setup scripts
removed cli script from realms module
2014-09-18 21:49:48 -05:00
Matthew Scragg 81e76c6c19 version bump 2014-09-18 17:54:34 -05:00
Matthew Scragg 58f9109bd2 add dockerfile
move cli functions in module
add configure command
2014-09-18 16:44:01 -05:00
Matthew Scragg d94855e3c5 add fonts symlink to font awesome 2014-09-18 11:00:20 -05:00
Matthew Scragg 35bd6f246f Merge pull request #16 from leek/patch-1
Allow bower to install with sudo
2014-09-18 10:45:58 -05:00
Matthew Scragg 0b213883ed Fix load token bug 2014-09-18 10:42:32 -05:00
Matthew Scragg 2856dc076f Fixes #17
Fix bug with loading token
Updated readme
Remove realms-wiki bash script (redundant)

Updated install.sh
Using setuptools to create cli entry point
Upstart script sets gid and uid
2014-09-18 10:13:33 -05:00
Chris Jones dfb7fa7619 Allow bower to install with sudo
Without `--allow-root`, bower throws the following:

```
bower ESUDO         Cannot be run with sudo

Additional error details:
Since bower is a user command, there is no need to execute it with superuser permissions.
If you're having permission errors when using bower without sudo, please spend a few minutes learning more about how your system should work and make any necessary repairs.

http://www.joyent.com/blog/installing-node-and-npm
https://gist.github.com/isaacs/579814

You can however run a command with sudo using --allow-root option
```
2014-09-18 01:46:13 -04: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 3419ee4f6c add lock page cond in review 2014-09-10 16:08:25 -05:00
Matthew Scragg 3eaa2172b2 Update README.md 2014-09-10 14:37:48 -05:00
Matthew Scragg 1b433f1762 add config option to lock pages explicitly 2014-09-10 13:58:47 -05:00
Matthew Scragg f0bce6c8d5 Update README.md 2014-09-10 11:35:11 -05:00
Matthew Scragg 951fffb3eb make sure partial has data before register 2014-09-10 11:09:29 -05:00
Matthew Scragg 40292454da allow '{' and '}' in html urls 2014-09-10 10:53:22 -05:00