1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 19:52:28 +01:00
Commit Graph

673 Commits

Author SHA1 Message Date
Chaoyi Zha
02ffc89b59 Add back default env 2016-02-19 19:15:31 -05:00
Chaoyi Zha
d53c000a0b API auto key assign, anonymous API #141 #142 2016-02-19 19:13:50 -05:00
Chaoyi Zha
370f59bf4b Remove LinkFactory debug statement 2016-02-19 18:42:21 -05:00
Chaoyi Zha
fc62f2d5e2 Rollback db transactions by test cases 2016-02-19 17:52:16 -05:00
Chaoyi Zha
1e8f9d9a9c Force migrations in production Travis 2016-02-14 02:31:35 -05:00
Chaoyi Zha
cb3aa14908 Migrate databases in travis tests 2016-02-14 02:28:59 -05:00
Chaoyi Zha
62f5870611 Fix LinkHelperTest to create new links on each test 2016-02-14 02:27:06 -05:00
Chaoyi Zha
d52b634913 Add basic LinkHelperTest 2016-02-14 02:14:25 -05:00
Chaoyi Zha
73617a2fe7 Add BaseHelperTest 2016-02-13 23:06:09 -05:00
Chaoyi Zha
10cbd90883 Merge branch '2.0-dev' of github.com:cydrobolt/polr into 2.0-dev 2016-02-13 22:53:56 -05:00
Chaoyi Zha
72f14b944d Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
Chaoyi Zha
b41921a10e add travis badge 2016-02-13 16:57:29 -05:00
Chaoyi Zha
95d26c0834 Remove explicit script 2016-02-13 16:52:31 -05:00
Chaoyi Zha
8052e2f32f Add basic travis tests 2016-02-13 16:49:50 -05:00
Chaoyi Zha
a05b7b1a3a Add link toggling, ensure proper Ajax response 2016-02-13 15:59:51 -05:00
Chaoyi Zha
fabaedb875 Handle more permission settings 2016-02-13 14:42:43 -05:00
Chaoyi Zha
a36122a98f Implement public interface settings 2016-02-13 13:38:45 -05:00
Chaoyi Zha
99b2d88788 Fix #130, allow setup_finish only if setup previously ran 2016-02-12 11:45:51 -05:00
Chaoyi Zha
5f761fd219 Update README.md 2016-02-12 11:42:02 -05:00
Chaoyi Zha
501e6bb2e1 Update README.md 2016-02-12 11:41:42 -05:00
Chaoyi Zha
05789828b6 Create CONTRIBUTING.md 2016-02-12 11:24:12 -05:00
Chaoyi Zha
53809cba28 Fix delete button in admin interface, ensure registration fields are properly filled in, and correctly handle clicks 2016-02-12 11:20:33 -05:00
Chaoyi Zha
8f35b83e76 Correctly handle missing arguments 2016-02-12 10:59:13 -05:00
Chaoyi Zha
76589f6aa7 Add API implementation 2016-02-12 10:38:58 -05:00
Chaoyi Zha
e25c5b1005 Abstract URL shortening, create API endpoints & logic 2016-01-29 14:58:49 -05:00
Chaoyi Zha
db612b7767 Merge pull request #134 from umpc/patch-2
Update installation file to separate nginx HTTP and HTTPS requests
2016-01-24 19:39:44 -05:00
umpc
5e28dd2275 Update installation.md
Nginx supports, but discourages the use of conditional statements in configuration files. The Nginx HTTPS server configuration was separated from the HTTP server configuration in order to remove the conditional statement that forced HTTPS to be enabled if the block was uncommented. Since the rules for the HTTP and HTTPS servers are now separated, `return` will only run once, instead of entering into an infinite loop like it would have before  if it was outside of the conditional statement and the configuration blocks were combined.
2016-01-24 16:23:38 -05:00
Chaoyi Zha
85c6ead855 Merge pull request #132 from umpc/patch-1
More dependencies listed and sample nginx configuration added in the installation doc.
2016-01-19 20:49:08 -05:00
umpc
79fe803340 Update installation.md 2016-01-19 20:35:18 -05:00
umpc
528f140652 Update installation.md 2016-01-19 01:48:05 -05:00
umpc
908d96f589 Update installation.md 2016-01-19 01:46:02 -05:00
umpc
0af8d90227 Update installation.md 2016-01-19 01:41:30 -05:00
Chaoyi Zha
08e4e7eedf Add mail password to template args 2016-01-18 21:08:22 -05:00
Chaoyi Zha
d1d5393eff Add missing env template 2016-01-18 21:00:35 -05:00
Chaoyi Zha
7684dfeeb9 Denote alpha ver 2016-01-18 19:04:19 -05:00
Chaoyi Zha
ea52db0dd2 Rename temporary env 2016-01-18 19:03:38 -05:00
Chaoyi Zha
4adf77e7ee Add deletion in admin panel 2016-01-18 18:33:37 -05:00
Chaoyi Zha
071233ccc2 Fix 404 handler, standardise 404 2016-01-18 18:23:33 -05:00
Chaoyi Zha
a6afd33632 Implement correct signup flow 2016-01-18 18:18:56 -05:00
Chaoyi Zha
fc0ed95fe3 Implement migrations within setup, reduce redundancy, 2016 2016-01-18 18:15:35 -05:00
Chaoyi Zha
e73cede1d4 Implement successful configuration writing & database connection 2016-01-18 13:17:46 -05:00
Chaoyi Zha
ee5a14dc09 Add background img for setup & wells 2016-01-18 00:26:19 -05:00
Chaoyi Zha
091ef08793 Add setup views 2016-01-18 00:00:05 -05:00
Chaoyi Zha
96f5b1e270 Refactor error handlers in LinkController to use toasts 2015-12-28 17:54:53 -05:00
Chaoyi Zha
b662511aa9 Ensure registration process is halted when errors occur 2015-12-28 17:48:06 -05:00
Chaoyi Zha
05c9ad4906 Properly implement password changing with toasts 2015-12-28 16:38:31 -05:00
Chaoyi Zha
5efd15b578 Add toasting + add password changing 2015-12-28 16:33:17 -05:00
Chaoyi Zha
895b2c3fe3 Add key reset implementation + live update mechanics 2015-12-18 19:10:05 -05:00
Chaoyi Zha
e58cd81a93 delegate button actions to parent & add API active toggle logic 2015-12-12 12:47:20 -05:00
Chaoyi Zha
c48bcc491d Add helper funcs, verify admin access, add some API routes 2015-12-12 12:26:25 -05:00