Evan Prodromou
|
b5cc7e4aab
Handle DB_DataObject errors better
|
16 lat temu |
Evan Prodromou
|
bba1dbdb40
Use a router singleton
|
16 lat temu |
Evan Prodromou
|
7b9e69eb89
integrate URL routing into core code
|
16 lat temu |
Evan Prodromou
|
9e23b5c5d7
Change action autoloading to allow actions in plugins
|
16 lat temu |
Evan Prodromou
|
f4e8cc6d9f
Add InitializePlugin and CleanupPlugin events
|
16 lat temu |
Evan Prodromou
|
5466f6a6d0
Better exception handling in index
|
16 lat temu |
Evan Prodromou
|
aa06d760b3
Index and Action use Exceptions
|
16 lat temu |
Evan Prodromou
|
f294eab92a
is_readonly() -> isReadOnly()
|
16 lat temu |
Evan Prodromou
|
b8c0091390
first step of phpcs-cleanup of index.php
|
16 lat temu |
Evan Prodromou
|
3ee84b3bfa
allow recoverpassword in private mode
|
16 lat temu |
Evan Prodromou
|
301f5a176c
allow registrations even when site is private (for invites, etc.)
|
16 lat temu |
Evan Prodromou
|
a84394f827
add finishopenidlogin to list of actions that anon users can do
|
16 lat temu |
Evan Prodromou
|
8c10b0ac4d
fine-tuning the privacy flag
|
16 lat temu |
Evan Prodromou
|
06b234c397
allow doc and api calls from private
|
16 lat temu |
Evan Prodromou
|
624940a9f4
if the site is marked as private, redirect anon users to login
|
16 lat temu |
Evan Prodromou
|
96df5916ad
change Action::init() to Action::prepare() to avoid conflict with RSS10Action::init()
|
16 lat temu |
Evan Prodromou
|
09a9b76ffe
init() returns boolean success value
|
16 lat temu |
Evan Prodromou
|
d268703d69
add init, last_modified to actions
|
16 lat temu |
Evan Prodromou
|
4c8dfadf2d
make init of lang environment happen earlier, or when user language may have changed
|
16 lat temu |
Evan Prodromou
|
fdc7950e33
use a random mirror
|
16 lat temu |
Mike Cochrane
|
87b494f1eb
Convert _t() to _() for gettext.
|
16 lat temu |
Gina Haeussge
|
e3e047b24a
Validate action parameter
|
16 lat temu |
Evan Prodromou
|
a69dbe7cd5
remove check immediate
|
16 lat temu |
Evan Prodromou
|
171b4f72ee
immediate mode for openid
|
16 lat temu |
Evan Prodromou
|
52600ce0b0
trim whitespace
|
16 lat temu |
Evan Prodromou
|
749178f343
better headers
|
16 lat temu |
Evan Prodromou
|
80ee6ee1d2
change from class call on action to obj call
|
16 lat temu |
Evan Prodromou
|
669f494922
add action class to default loads
|
16 lat temu |
Evan Prodromou
|
eb4c69ef27
correct placement of common
|
16 lat temu |
Evan Prodromou
|
3b14b7901c
fixes to make it all lint
|
16 lat temu |