Commit Graph

1223 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 90c486894f
Use nightdocs instead of docpress.
I'm fed up with dealing with all the security warning notifications....
2019-05-12 12:05:44 +01:00
Starbeamrainbowlabs 7f19a2e929
Update npm dependencies 2019-05-12 10:37:45 +01:00
Starbeamrainbowlabs 5de7826a68
Added changelog note 2019-05-11 22:55:59 +01:00
Starbeamrainbowlabs f14fd23da5
Add force-redirect to firstrun action, and option to disable access check (NOT RECOMMENDED) 2019-05-11 22:52:55 +01:00
Starbeamrainbowlabs 8a67df8ec4
Bugfix: Don't upgrade settings if they have a value of null 2019-05-11 22:52:08 +01:00
Starbeamrainbowlabs a49ccccbcc
Handle pre-existing wikis 2019-05-11 15:39:55 +01:00
Starbeamrainbowlabs dc310850a6
Add firstrun_complete to guiconfig json file 2019-05-11 14:47:08 +01:00
Starbeamrainbowlabs 0333c1a4d4
Check if peppermint.json is accessible from the web 2019-05-11 13:06:19 +01:00
Starbeamrainbowlabs cc82adf23d
firstrun: Fix filter_var call 2019-05-11 12:54:09 +01:00
Starbeamrainbowlabs 215c0d41ef
Require the site secret to use the first-run installer 2019-05-11 12:51:22 +01:00
Starbeamrainbowlabs 1dc0438a18
Work more on the first-run installer, but it's not finished yet 2019-05-11 12:45:02 +01:00
Starbeamrainbowlabs e37541d606
Add a more obvious link to the user table at the top of the master settings page 2019-05-11 12:44:28 +01:00
Starbeamrainbowlabs 1367641b58
Bugfix: Fix crash when trying to access the user table when not logged in as an admin.
Thanks, @Gert-dev for php-ide-serenata!
2019-05-11 12:41:43 +01:00
Starbeamrainbowlabs 0e8a27e7f7
Improve comments 2019-05-11 12:13:06 +01:00
Starbeamrainbowlabs a25767432a
Add todo 2019-05-11 00:35:47 +01:00
Starbeamrainbowlabs 1d6409128d
Start work on a simpler first-run wizard, but it's not finished yet.
Hopefully this one will be more successful than the last attempt :P
2019-05-11 00:35:17 +01:00
Starbeamrainbowlabs 50efd4bb49
Bump versions 2019-05-06 23:48:34 +01:00
Starbeamrainbowlabs 4e801c4692
Bugfix: Consolidate user->email & user->emailAddress.
Also add an auto-migrator on login.

Fixes #167
2019-05-06 23:44:38 +01:00
Starbeamrainbowlabs f3d797695e
Bugfix: Don't crash when updating stats if no pages have any tags yet 2019-05-06 20:31:08 +01:00
Starbeamrainbowlabs c177b66b42
Bugfix: Don't throw a warning if the search index doesn't exist yet 2019-05-06 20:22:36 +01:00
Starbeamrainbowlabs 21bba710b5
Update android app notes 2019-05-06 14:27:48 +01:00
Starbeamrainbowlabs b78e52cc06
Add luminous as a composer dependency, but it's not used yet 2019-04-25 01:05:50 +01:00
Starbeamrainbowlabs 68af272006
Update changelog again 2019-04-06 13:30:14 +01:00
Starbeamrainbowlabs 7f0cb1f40f
Update changelog 2019-04-06 13:17:02 +01:00
Starbeamrainbowlabs c2b8c152bc
Implement unpacking logic 2019-04-06 13:15:52 +01:00
Starbeamrainbowlabs 97f2b2972c
Update changelog again 2019-03-02 22:10:13 +00:00
Starbeamrainbowlabs de5500d2e3
Update changelog 2019-03-02 22:09:25 +00:00
Starbeamrainbowlabs 017281375d
Bugfix: Return templates as rawHtml instead of text to avoid double-escaping rendered html 2019-03-02 22:07:58 +00:00
Starbeamrainbowlabs dc747547be
Update changelog 2019-03-02 22:01:25 +00:00
Starbeamrainbowlabs 3dcb8b5b1e
Update parser engine to handle comments as untrusted 2019-03-02 21:59:50 +00:00
Starbeamrainbowlabs d1c161f26a
build: Cleanup temp file at end of build 2019-03-02 21:59:35 +00:00
Starbeamrainbowlabs 4f9f1a6cf9
Add support for core sharding to build script 2019-03-02 21:13:41 +00:00
Starbeamrainbowlabs 55989f11b6
Move __halt_compiler(); to by dynamically written by pack.php 2019-03-02 16:47:22 +00:00
Starbeamrainbowlabs f63553fb92
Split core.php up into 16(!) different files.
This has been a looong time in coming. 1.9K links is _far_ too much for 
any file.
2019-03-02 16:45:34 +00:00
Starbeamrainbowlabs 4de995761d
Fix a bunch of serenata errors 2019-03-02 13:49:12 +00:00
Starbeamrainbowlabs 9f9ee73dd4
Make comment more verbose 2019-03-02 13:32:35 +00:00
Starbeamrainbowlabs d6c56feb1d
Download extra files in the pseudo-module_register(), and then pack 'em in the packer 2019-03-02 13:32:12 +00:00
Starbeamrainbowlabs 501d6a1c9c
Assume that the extra data directory exists in modules.
We can get the module registration system to automatically prepare the 
requested files
2019-03-02 13:04:30 +00:00
Starbeamrainbowlabs 7cd57c894f
Use a clever hack to get the file descriptor of the ZipArchive and peel the data out.
Not sure if it'll work yet though, as we've run into a bit of a snag 
with the module loading.....
2019-03-02 12:24:11 +00:00
Starbeamrainbowlabs 969deef567
Fix the PHPdoc comments with help from Serenata
https://serenata.gitlab.io/
2019-03-01 21:08:02 +00:00
Starbeamrainbowlabs e93417f171
Start working on a new extra_data system, but it's not finished yet.
Warning: Everything's broken! If you want to use the latest master, please use the commit before this one.
2019-02-26 23:01:09 +00:00
Starbeamrainbowlabs 9bb97cad5b
Build script: Output some basic progress information 2019-02-26 19:48:04 +00:00
Starbeamrainbowlabs f33fa13aad
Update docs 2019-02-24 16:03:11 +00:00
Starbeamrainbowlabs 64fa493e45
Bump moar versions 2019-02-24 16:02:29 +00:00
Starbeamrainbowlabs a168b7e103
Bump version. New release incoming! :D 2019-02-24 15:55:27 +00:00
Starbeamrainbowlabs 271e391a12
Update changelog 2019-02-10 23:29:41 +00:00
Starbeamrainbowlabs c4457b1ec0
Bump version for the first beta release of v0.18! 2019-02-10 23:19:51 +00:00
Starbeamrainbowlabs a3330829cb
Bump module versions & go over documentation comments 2019-02-10 23:18:34 +00:00
Starbeamrainbowlabs 429c3eaf50
Update documentation for add_parser 2019-02-10 23:13:08 +00:00
Starbeamrainbowlabs 0f79a8ec13
Bugfix new cache id system 2019-02-10 23:08:16 +00:00