Commit Graph

67 Commits

Author SHA1 Message Date
Josh Panter
87560573c6
Merge pull request #45 from rizlas/master
YOURLS_USER constant checking. Hook activated plugin.
2021-12-28 17:38:28 -05:00
Josh Panter
63d91b01fd
Merge pull request #39 from Filoz/patch-1
fix defined()
2021-12-28 17:32:23 -05:00
rizlas
16e7899a63 Check of constant YOURLS_USER via defined function. Changed hook to activated_plugin in amp_activated function. Previously hook was not working in a docker deploy 2021-10-19 21:42:01 +02:00
Filippo Lazzarini
e3cb3401c1
fix defined()
A little fix on defined function call
2021-07-17 09:13:34 +02:00
Josh Panter
d7d5d00b78
version bump 2021-06-17 20:09:07 -04:00
Josh Panter
6d84f6e0e2
Merge branch 'master' of https://github.com/joshp23/YOURLS-AuthMgrPlus 2021-06-17 19:47:03 -04:00
Josh Panter
37c769d44b
anon user fix 2021-06-17 19:46:05 -04:00
Josh Panter
0277e6b114
Merge pull request #32 from markkrj/add-username-column
Add username column to links table
2021-06-03 09:45:39 -04:00
Marcos de Oliveira
9512298328 Add username column to links table
* Create `array_insert` function

This was needed because array_splice does not work on associative
arrays.

* Add hook functions to insert username column and cells
* Add javascript to increment number of columns in HTML
2021-04-06 11:20:40 -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