Marcos de Oliveira
e584626e5e
Fix default role to permit less restrictive
...
* Fix some spaces indentation
* Create $amp_role_assigned variable
Before this change, if amp_default_role was less restrictive than the
one assigned to user, user assigned role had no effect at all. This
change permit the default role to be less restrictive than users's.
2021-04-05 11:01:33 -03:00
joshp
338e0299f1
Liberpay to Dogecoin
2021-03-14 01:26:15 -05:00
joshp
727c9d8c35
button filter fix
2021-03-13 02:13:46 -05:00
joshp
abd6231fc7
small clean up
2021-03-13 00:49:42 -05:00
joshp
33e1402ce4
remove disallowed buttons from admin page
2021-03-13 00:43:02 -05:00
joshp
93b4a263c3
fix #19
2021-03-12 01:18:42 -05:00
joshp
09ab9fd0e6
fix #30
2021-03-12 00:12:04 -05:00
joshp
5d37ab7c4d
version bump
2020-09-02 21:03:47 -04:00
Josh Panter
e89f6c4770
Merge pull request #25 from ueickmann/master
...
Fix for issue #24 "Editor can delete other users links (including admin's)"
2020-09-02 18:45:12 -04:00
Ulrich
110fc6e680
Update plugin.php
...
Removed semicolon according to issue #24 "Editor can delete other users links (including admin's)"
2020-08-14 15:00:29 +02:00
ueickmann
3262c12253
Update README.md
2020-08-14 08:00:14 +02:00
joshp
65e50a60f4
repair filter type hooks
2020-07-26 02:22:28 -04:00
joshp
da0d928b3c
allow custom ajax actions by default
2020-07-24 03:23:06 -04:00
joshp
c06277a42a
better activation behavior
2020-07-22 01:28:28 -04:00
Josh Panter
458ac8bd48
Merge pull request #22 from umlaeute/feature/default_role
...
default role for authenticated users
2020-07-22 01:23:08 -04:00
IOhannes m zmölnig
d108d42290
Bumped version number
2020-06-24 18:16:08 +02:00
IOhannes m zmölnig
496fbf6d40
Document "add_default_role"
2020-06-23 11:23:10 +02:00
IOhannes m zmölnig
de07ea53c6
amp_default_role for logged-in users (that have no explicit role)
2020-06-23 11:20:50 +02:00
Joshua P Panter
531a17db3b
fix permissions #15
2020-03-07 23:21:04 -05:00
Joshua P Panter
33a551c1b1
fix 500 error on redirect
2019-12-06 21:31:44 -05:00
Joshua P Panter
05d806fc00
hide plugin menu from unpriviledged users #12
2019-11-23 06:07:57 -05:00
Joshua P Panter
4f727346c7
Make ready for OIDC
...
lighter weight user validation
new ampCap::traceless
refactoring/beautifying
dropped support for YOURLS < 1.7.3
2019-11-23 05:47:38 -05:00
Joshua P Panter
1a18864830
Fix INFOS mgmt
2019-11-22 23:02:40 -05:00
Joshua P Panter
339585721e
Update README
2019-11-14 11:53:20 -05:00
Joshua P Panter
d8cbbfb9d3
fix YOURLS_USER issue (again)
2019-09-26 21:24:12 -04:00
Joshua P Panter
7e2aba130d
AuthMgrPlus -> amp
...
fic `YOURLS_USER` in db for anon
2019-09-26 21:01:08 -04:00
Joshua P Panter
101d459dde
syntax
2019-08-09 18:11:45 -04:00
Josh Panter
af5cadedcc
Merge pull request #6 from arnebr/patch-1
...
authMgrPlus_keyword_owner requires argument $keyword
2019-03-14 07:19:57 -04:00
Arne Breitsprecher
1fd1c4aabe
Update Version Information
2019-03-14 11:11:26 +01:00
Arne Breitsprecher
556ef6f3d6
authMgrPlus_keyword_owner requires argument $keyword
2019-03-07 10:07:12 +01:00
Joshua P Panter
099104d832
update README
2019-02-14 20:05:07 -05:00
Joshua P Panter
1a3aab0ef8
fix sql syntax error #5
2019-02-14 20:04:23 -05:00
Josh Panter
bc7f8ec2b2
Update README.md
2018-10-05 11:58:38 -04:00
Josh Panter
8e348c106a
Update README.md
2018-09-07 21:16:44 -04:00
Joshua P Panter
e800a1222e
obviouse info is obviouse
2018-09-07 17:57:43 -04:00
Joshua P Panter
0f1f3db520
Version 1.0.0!
...
- Merge Old AuthMgr + Seperate Users plugins
- Most issues in ques for both plugins have been squashed +/- 5 yrs of bugs.
- Plenty of hooks for filtering data an integration
- Many features of old plugins realized
2018-09-07 17:45:47 -04:00
Joshua P Panter
3109dbcad4
yourls_is_admin check for plugin link list filter
2018-09-07 03:40:35 -04:00
Joshua P Panter
dae501dc1a
version bump
2018-09-07 03:25:25 -04:00
Joshua P Panter
a839b6474b
Trim fat
...
- eliminate superfulous filter chaining
- consolildate chained functions into simple if/then logic
- add limited API role (add only)
- slight restructure
2018-09-07 03:20:39 -04:00
Joshua P Panter
63891d72dc
plugin mgmt info
2018-09-07 01:04:48 -04:00
Joshua P Panter
e885a3f28a
Version 0.10.0
...
- remove depricated PHP function 'split'
- restrict access to plugin.php and plugin pages to admin only
- add option to allow individual plugin pages to non-admin
- remove disallowed plugin pages from link list
- fix undefined variables and typos
- add hooks to allow plugins to filter various data
2018-09-07 00:51:09 -04:00
Joshua P Panter
6d4c5d65a8
syntax fix
2018-09-06 22:22:36 -04:00
Joshua P Panter
f562ab8fa1
beatify code
2018-09-06 18:31:00 -04:00
root
04bdfc1ed0
add authmgr_action_capability_map filter
2018-09-06 17:36:06 -04:00
Nic Waller
d246a2b905
Update README.md
2013-06-17 22:17:43 -06:00
Nic Waller
319eccba54
Release under license GPLv3
2013-06-17 22:16:59 -06:00
Nic Waller
910ea51ca4
Remove API permission for anon user
2013-06-01 07:00:56 +00:00
Nic Waller
5f5f965bc4
Merge branch 'master' of https://github.com/nicwaller/yourls-authmgr-plugin
2013-06-01 06:43:54 +00:00
Nic Waller
c4c1667a8f
Only intercept admin page load after authentication occurs, so anonymous access always results in login screen. Partially resolves #8
2013-06-01 06:43:45 +00:00
Nic Waller
10457d70c6
Only intercept admin page load after authentication occurs, so anonymous access always results in login screen.
2013-06-01 06:42:27 +00:00