Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Permissions API #229

Draft
wants to merge 59 commits into
base: dev/v2
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
11e0492
start permissions api
MrIvanPlays Nov 22, 2022
2dba238
more foundation
MrIvanPlays Nov 22, 2022
6fde59f
allNodesWithContext
MrIvanPlays Nov 22, 2022
3cea14e
add weight
MrIvanPlays Nov 22, 2022
5856160
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 23, 2022
4ca5ce8
progress
MrIvanPlays Nov 23, 2022
a12c1b3
bring some consistency in NodeFactory
MrIvanPlays Nov 23, 2022
2978084
retrieveHeldContexts
MrIvanPlays Nov 23, 2022
94defc8
simplify space check
MrIvanPlays Nov 24, 2022
4cbbc25
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 27, 2022
73f0695
Merge branch 'new/permissions-api' of https://github.com/ArcanePlugin…
MrIvanPlays Nov 27, 2022
e698aeb
add removeNode
MrIvanPlays Nov 27, 2022
4afceec
allNodesKeys
MrIvanPlays Nov 27, 2022
c62b477
parentNodeHolder
MrIvanPlays Nov 27, 2022
bb411e9
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 27, 2022
9aee46c
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 28, 2022
7779ac5
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 28, 2022
5b399c6
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 28, 2022
4082e78
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 29, 2022
4abc1ed
add missing annotation so that github actions builds
MrIvanPlays Nov 29, 2022
5fcbdd7
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 29, 2022
16eb615
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 29, 2022
06b8cc2
NodeHolderGroup
MrIvanPlays Nov 29, 2022
49f8120
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Nov 30, 2022
c102ce0
require context to be specified for retrieve and insertOrModify
MrIvanPlays Nov 30, 2022
ddef41d
also for removeNode
MrIvanPlays Nov 30, 2022
213884c
remove hasNode(Node<?>)
MrIvanPlays Nov 30, 2022
4d47ce8
group methods
MrIvanPlays Nov 30, 2022
46e594a
do not hardcode contexts and types
MrIvanPlays Nov 30, 2022
a966915
fix node factory
MrIvanPlays Nov 30, 2022
5b13b61
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Dec 1, 2022
cee38b7
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Dec 5, 2022
3726e34
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Dec 11, 2022
067f29b
remove ContextSet#registerContext and document it
MrIvanPlays Dec 11, 2022
2d79a88
remove "hasNode"
MrIvanPlays Dec 11, 2022
adb9c9a
make ContextSet iterable
MrIvanPlays Dec 11, 2022
98269eb
specify nullability
MrIvanPlays Dec 11, 2022
3891a02
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Dec 26, 2022
3a7eb23
basic events
MrIvanPlays Dec 26, 2022
68e90f3
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Jan 7, 2023
eb81eae
use namespacedkey here too
MrIvanPlays Jan 7, 2023
dac47d7
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Feb 2, 2023
f37c380
some small changes
MrIvanPlays Feb 2, 2023
235db89
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Feb 16, 2023
82bb05e
change weight to primitive value
MrIvanPlays Feb 16, 2023
7159a0f
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Apr 5, 2023
789878c
Update with dev/2.0.0
MrIvanPlays Apr 5, 2023
f633b43
rework nodes
MrIvanPlays Apr 9, 2023
2c870d2
some changes
MrIvanPlays Apr 10, 2023
49ce899
forgot annos, whoops
MrIvanPlays Apr 10, 2023
46ef940
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury…
MrIvanPlays Apr 26, 2023
4bd2284
Transform NodeEvent
MrIvanPlays Apr 26, 2023
afe4506
Update constructors of delegating events
MrIvanPlays Apr 26, 2023
3deb463
Merge branch 'dev/v2' of https://github.com/ArcanePlugins/Treasury in…
MrIvanPlays Jul 2, 2023
8817874
Merge branch 'dev/v2' of https://github.com/ArcanePlugins/Treasury in…
MrIvanPlays Jul 6, 2023
c0540a4
Write some javadocs
MrIvanPlays Jul 6, 2023
e235362
NotNull
MrIvanPlays Jul 6, 2023
516f31d
Merge branch 'dev/v2' of https://github.com/ArcanePlugins/Treasury in…
MrIvanPlays Jul 11, 2023
9c2d517
Document Node.Builder
MrIvanPlays Jul 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'dev/2.0.0' of https://github.com/ArcanePlugins/Treasury
…into new/permissions-api
  • Loading branch information
MrIvanPlays committed Feb 2, 2023
commit dac47d731efb124b8ff7f48f9ca6ada5dc3b45ef

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.