Commit Graph

1036 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 3d3b6c491a
Seriously optimise the search system via some profiling. 2018-06-26 14:15:19 +01:00
Starbeamrainbowlabs 67648199d7
Add search time header for analysis purposes 2018-06-26 00:11:01 +01:00
Starbeamrainbowlabs 75b6b6c55f
Optimise the search context extractor, but evediently there's more work to be done. 2018-06-26 00:06:20 +01:00
Starbeamrainbowlabs 93494b6729
Transliterate in the suggest-pages action too 2018-06-25 23:03:00 +01:00
Starbeamrainbowlabs 49b91aa6f9
Search: Transliterate characters so you don't have to remember the diacritics when searching 2018-06-25 22:53:53 +01:00
Starbeamrainbowlabs bdf47a2540
Update todo list in README 2018-05-27 10:45:57 +01:00
Starbeamrainbowlabs 707d1c6853
Add moar docblock comments 2018-05-25 12:07:51 +01:00
Starbeamrainbowlabs b6eda24ada
Implement user deleting 2018-05-15 23:25:39 +01:00
Starbeamrainbowlabs f7f408280f
Add nice title comment :D 2018-05-15 19:40:46 +01:00
Starbeamrainbowlabs 4e9882d6dd
Bugfix user table unauthorised message 2018-05-15 19:38:32 +01:00
Starbeamrainbowlabs 116b643c6a
Update changelog 2018-05-15 19:33:20 +01:00
Starbeamrainbowlabs 8927674b5a
Add apidoc comments for new usertable actions 2018-05-15 19:32:45 +01:00
Starbeamrainbowlabs b4a25438d5
Add set-password action 2018-05-15 19:28:26 +01:00
Starbeamrainbowlabs b367ef42b0
Fix typo 2018-05-15 17:59:43 +01:00
Starbeamrainbowlabs f95e482d85
Link to usertable in guiconfig 2018-05-13 23:37:26 +01:00
Starbeamrainbowlabs 5961d11e76
Make sure the user actually exists before checking their password 2018-05-13 17:13:25 +01:00
Starbeamrainbowlabs 651d456793
Update build 2018-05-12 23:20:00 +01:00
Starbeamrainbowlabs aac9d15eb9
Bugfix: Correct save_settings() return value (o lack thereof) 2018-05-12 23:17:42 +01:00
Starbeamrainbowlabs 2339505194
Finish user-add implementation, but it's not tested yet 2018-05-12 17:25:26 +01:00
Starbeamrainbowlabs ef530baaed
Fix full_url() and make email_user report correctly 2018-05-12 17:24:08 +01:00
Starbeamrainbowlabs 269fa8f83c
Validate the new user's username & email address 2018-05-11 23:41:25 +01:00
Starbeamrainbowlabs f8b6e38b97
Start creating the user table 2018-05-11 23:29:43 +01:00
Starbeamrainbowlabs e11766bbe1
Make site secret generator cryptographically secure 2018-05-11 12:45:34 +01:00
Starbeamrainbowlabs 4abe3ecc29
Update the user preferences to support the new password hashing system 2018-05-11 11:41:40 +01:00
Starbeamrainbowlabs 62dff18b4d
Comment verify_password 2018-05-11 11:36:29 +01:00
Starbeamrainbowlabs c64aaa72db
Bugfix the login system changes. It works!
The issue was actually in that I hadn't created a password_verify
wrapper
2018-05-11 11:34:57 +01:00
Starbeamrainbowlabs d5b37e3ec0
Bugfix sessionprefix and password hashing, but it's still not working right. 2018-05-11 00:18:21 +01:00
Starbeamrainbowlabs ae8412ddaf
Bugfix automatic password hash recalculation 2018-05-10 23:59:41 +01:00
Starbeamrainbowlabs 98c02f0226
Document password_cost_time_lastcheck in guiconfig 2018-05-10 23:42:17 +01:00
Starbeamrainbowlabs e0f53fccc7
Update the hash action to display algorithm name from settings 2018-05-10 23:38:11 +01:00
Starbeamrainbowlabs 2a24066d7b
Update changelog, and make $settings->css keep a value of auto 2018-05-10 23:34:53 +01:00
Starbeamrainbowlabs 41ea63281c
Skip the password hashing cost recheck if it's been disabled 2018-05-10 23:30:00 +01:00
Starbeamrainbowlabs 1cc92ba260
Automate password cost checking 2018-05-10 23:28:08 +01:00
Starbeamrainbowlabs 8010770fd4
It's time to get serious with password hashing.
I've left this far to long. Now for the testing.....
2018-05-10 23:03:26 +01:00
Starbeamrainbowlabs 31618dc060
Add more info to README about configuring user accounts to README 2018-05-10 22:57:11 +01:00
Starbeamrainbowlabs 7385f5d77e
Version bump. it's time for v0.17! 2018-05-10 17:12:37 +01:00
Starbeamrainbowlabs 7f3627104a
Update release checklist 2018-05-05 21:55:48 +01:00
Starbeamrainbowlabs 6cf935afa5
Update versions in README 2018-05-05 21:54:59 +01:00
Starbeamrainbowlabs fd4bfa5c0c
Update docs 2018-05-05 21:53:57 +01:00
Starbeamrainbowlabs 69824a64e7
Update changelog 2018-05-05 21:50:34 +01:00
Starbeamrainbowlabs 1d96b74daf
Bump version for release! :D 2018-05-05 21:49:30 +01:00
Starbeamrainbowlabs cf3a18643f
Bump version for neta release! 2018-04-28 14:08:01 +01:00
Starbeamrainbowlabs d8ee42f5dd
Make longest pages statistic use page-list too 2018-04-28 11:14:32 +01:00
Starbeamrainbowlabs 1f190da2df
Make orphan pages list use page-list statistic type
Also add count to page-list
2018-04-28 11:06:23 +01:00
Starbeamrainbowlabs 72825f8755
Sort orphan pages statistic in the right direction 2018-04-28 11:01:57 +01:00
Starbeamrainbowlabs de61612b18
Add most linked-to pages statistic 2018-04-28 10:59:08 +01:00
Starbeamrainbowlabs 75d6fbaa56
Tidy up changelog a bit 2018-04-26 23:53:03 +01:00
Starbeamrainbowlabs be1fa80959
Enhance display of orphaned pages list 2018-04-26 23:51:41 +01:00
Starbeamrainbowlabs c6a3ce16df
Add orphan pages statistic 2018-04-26 23:27:44 +01:00
Starbeamrainbowlabs 0c00cf3631
Add user count and redirect page count statistics 2018-04-26 23:20:52 +01:00