Commit graph

515 commits

Author SHA1 Message Date
Joey Yakimowich-Payne
2e42ede2ad Add basic categories test 2018-08-06 17:30:07 +09:00
Joey Yakimowich-Payne
d35f1e90cf Add name slug for categories and remove unused function 2018-08-06 17:21:18 +09:00
Joey Yakimowich-Payne
495ddf5d93 Add test data for categories 2018-08-06 16:54:55 +09:00
Joey Yakimowich-Payne
3df30386d9 Fix misc compiler warnings 2018-08-06 16:54:16 +09:00
Joey Yakimowich-Payne
5ed17333f9 Add category id to picker 2018-08-06 16:46:04 +09:00
Joey Yakimowich-Payne
f0bcb9abfd Add backend for categories 2018-08-06 16:32:20 +09:00
Joey Yakimowich-Payne
7cda14e9fe Add frontend category picker and enable categories in threadlist 2018-08-06 16:22:32 +09:00
Mr.Chun
7e42479228 make send mail from address configurable (#191)
* feat(email): make send mail from address configurable

* Exit sendMail early if there is no smtpFromAddr.

* Small adjustment to setup_nimforum
2018-07-29 16:04:36 +01:00
Dominik Picheta
ee3324cfb7
Merge pull request #187 from jyapayne/fix_tests
Fix tests
2018-07-26 11:53:23 +01:00
Joey Yakimowich-Payne
85f31aaf6b Update webdriver commit hash 2018-07-23 19:59:05 +09:00
Joey Yakimowich-Payne
7925c4b8b1 Remove navigate from login/logout and add clear command 2018-07-23 10:13:06 +09:00
Joey Yakimowich-Payne
465ba1e024 Fix tests and merge 2018-07-22 20:10:41 +09:00
Joey Yakimowich-Payne
a6c0fe691c Add test for banned user 2018-07-22 19:28:21 +09:00
Dominik Picheta
8c16a776b6 Bump version to 2.0.1. 2018-07-20 15:45:11 +01:00
Dominik Picheta
5714ad0c6a Adds attempt to test issue #181. Moves procs to common too.
Sadly the attempt wasn't a success. I decided to commit what I've
got so far and come back to it later. Out of time for this now.
2018-07-20 15:16:39 +01:00
Dominik Picheta
9f9d16467f Fixes #181. 2018-07-20 14:14:59 +01:00
Dominik Picheta
9ee0ddf176 Sessions now persist across different IP addresses. 2018-07-20 13:52:27 +01:00
Dominik Picheta
adaae54e7b
Merge pull request #185 from markprocess/master
Refactoring exception handling
2018-07-19 21:43:04 +01:00
markprocess
954fe7b05a Refactoring exception handling 2018-07-19 16:09:36 -04:00
Dominik Picheta
22ec94590c Update Jester to 0.4.0. 2018-07-19 19:37:46 +01:00
Dominik Picheta
93913d9b13
Merge pull request #184 from jyapayne/rework_tests
Make tests nicer to write
2018-07-17 16:31:58 +01:00
Joey Yakimowich-Payne
b405f63a32 Separate user and admin tests 2018-07-17 22:51:01 +09:00
Joey Yakimowich-Payne
80558b6bfb Make 5000 ms default wait 2018-07-17 22:32:38 +09:00
Joey Yakimowich-Payne
c361fda523 Replace len check with assert 2018-07-17 22:29:51 +09:00
Joey Yakimowich-Payne
0050ad42f5 Try to appease travis 2018-07-17 20:04:02 +09:00
Joey Yakimowich-Payne
b2fc4dfbe0 Add license id 2018-07-17 12:50:23 +09:00
Joey Yakimowich-Payne
f315be7361 Add tests for like/delete thread 2018-07-16 21:10:46 +09:00
Joey Yakimowich-Payne
3324f37faa Cleanup in scenario1 2018-07-16 21:09:55 +09:00
Joey Yakimowich-Payne
6fb5cfbfa2 Add more friendly classes 2018-07-16 21:09:24 +09:00
Joey Yakimowich-Payne
0d67eab626 Create test and dev users for testing 2018-07-16 19:06:00 +09:00
Joey Yakimowich-Payne
3c93224817 Fix user/password combo 2018-07-16 19:05:26 +09:00
Joey Yakimowich-Payne
d7f3a038a9 Rewrite threads tests with new macro 2018-07-16 14:51:21 +09:00
Joey Yakimowich-Payne
1b55aec5d2 Rewrite scenario1 with new macro 2018-07-16 14:50:33 +09:00
Joey Yakimowich-Payne
cb5923d9f8 Add helpful macro and procs for testing 2018-07-16 14:49:56 +09:00
Joey Yakimowich-Payne
d422b07394 Add more helpful classes and ids 2018-07-16 14:49:06 +09:00
Dominik Picheta
82ff2fb212
Merge pull request #179 from jyapayne/add_threads_test
Add threads tests
2018-07-13 11:50:42 +01:00
Joey Yakimowich-Payne
b650a9f401 Add basic test for creating a thread 2018-07-13 09:18:09 +09:00
Joey Yakimowich-Payne
122e279256 Add helpful ids and classes for testing 2018-07-13 09:16:48 +09:00
Dominik Picheta
8701aa92ac
Merge pull request #173 from jyapayne/patch-1
Update readme with required devdb call
2018-07-06 14:52:05 +01:00
Joey
34f5b3f80a
Update readme with required devdb call 2018-07-06 21:55:34 +09:00
Dominik Picheta
c3c3d91a0a Improves setup document. 2018-05-27 21:45:08 +01:00
Dominik Picheta
48d6480ea4 Version 2.0.0 v2.0.0 2018-05-27 21:26:06 +01:00
Dominik Picheta
5c15dd3f11 Add setup file. Fixes #139. 2018-05-27 21:25:08 +01:00
Dominik Picheta
6e207327a5 Fixes post deletion for users. 2018-05-27 20:58:38 +01:00
Dominik Picheta
0e30f4f625 Add --setup option to setup_nimforum script. 2018-05-27 20:55:31 +01:00
Dominik Picheta
b958904b6a Fixes new thread style regression. 2018-05-25 22:59:58 +01:00
Dominik Picheta
8d991374f6 Improves .gitignore and removes outdated forum.json.example file. 2018-05-25 22:57:53 +01:00
Dominik Picheta
d0ec32321c Hotfix mentions in anchors. 2018-05-25 22:57:38 +01:00
Dominik Picheta
e515c168b2 Bump karax dependency to fix Edge issues. 2018-05-25 22:03:23 +01:00
Dominik Picheta
3054be9111 Fixes unicode profile names in backend. 2018-05-25 22:00:51 +01:00