Philipp Holzer
|
fe078410a1
|
Move Cache::get() to DI::cache()->get()
|
3 years ago |
Philipp Holzer
|
f68929633b
|
Move Cache::set() to DI::cache()->set()
|
3 years ago |
Philipp Holzer
|
3369dfaad9
|
Remove unused function Cache::delete()
|
3 years ago |
Philipp Holzer
|
182f390520
|
Move Cache::clear() to DI::cache()->clear()
|
3 years ago |
Philipp Holzer
|
f7ca437ba6
|
Remove unused method Cache::getAllKeys()
|
3 years ago |
Hypolite Petovan
|
cfae510ef0
|
Merge pull request #8070 from nupplaphil/bug/8069-logout
Clear cookies before session clear
|
3 years ago |
Philipp Holzer
|
c7476513e3
|
removed some static wrapper
|
3 years ago |
Philipp Holzer
|
20f1ab05e6
|
clear cookie before session clear
|
3 years ago |
Philipp
|
e56c8dcc3c
|
Merge pull request #8063 from MrPetovan/bug/8058-use-default-user-acl-events
Use default user permissions when creating new event
|
3 years ago |
Hypolite Petovan
|
d6357c97e5
|
Merge pull request #8066 from annando/notifications
The item notifications now are based upon the "user-item" field
|
3 years ago |
Michael
|
4d5e15709c
|
The item notifications now are based upon the "user-item" field
|
3 years ago |
Hypolite Petovan
|
46b459d5b1
|
Merge pull request #8059 from annando/item-notification
Item notification data is now stored in the "user-item" table
|
3 years ago |
Hypolite Petovan
|
465d7e6751
|
Use default user permissions when creating new event
|
3 years ago |
Hypolite Petovan
|
00011fe77d
|
Remove unused use statements in Module\Item\Compose
|
3 years ago |
Hypolite Petovan
|
64c8855407
|
Allow special groups in default user permissions
- Use ACLFormatter in ACL::getDefaultUserPermissions
- Remove ACL::fixACL
- Add return value to Contact::pruneUnavailable
|
3 years ago |
Michael
|
6d7608fbc7
|
We only search for items with the same uid
|
3 years ago |
Michael
|
6670a2409f
|
Fix condition creation
|
3 years ago |
Michael
|
f134903fcf
|
API: We now use the "notification-type" field for mentions
|
3 years ago |
Michael
|
c0e25bd8f4
|
Merge remote-tracking branch 'upstream/develop' into item-notification
|
3 years ago |
Tobias Diekershoff
|
755b9daa45
|
Merge pull request #8061 from annando/ap-receiver
AP: ensure that incoming posts are reaching all receivers
|
3 years ago |
Philipp
|
1b520af913
|
Merge pull request #8060 from annando/fix-error
Fix a missing ")"
|
3 years ago |
Michael
|
ab43d3ddc4
|
AP: ensure that incoming posts are reaching all receivers
|
3 years ago |
Michael
|
274788807d
|
Fix a missing ")"
|
3 years ago |
Michael
|
4734242f63
|
Added to-do
|
3 years ago |
Michael
|
31b6680402
|
Improved check for invalid profiles
|
3 years ago |
Michael
|
4dec002dcb
|
Now using only a single array
|
3 years ago |
Michael
|
45b747f13b
|
Remove duplicates in a better way
|
3 years ago |
Michael
|
4e7aa33598
|
Restructured profile generation
|
3 years ago |
Michael
|
bad50d31c0
|
Added index for performance considerations
|
3 years ago |
Michael
|
dcf5471e19
|
Clarified description
|
3 years ago |
Michael
|
23b73854a1
|
Spaces
|
3 years ago |
Michael
|
6cbfa5b862
|
Added type hints
|
3 years ago |
Michael
|
20d570823d
|
Fix post update / clean up code
|
3 years ago |
Michael
|
4b44aca507
|
Don't create notifications for own posts
|
3 years ago |
Michael
|
a4268a973f
|
Added post update
|
3 years ago |
Michael
|
f183816b7d
|
Notification type can now be selected
|
3 years ago |
Michael
|
fe1a702e8c
|
Improved documentation, now checking all items
|
3 years ago |
Michael
|
6ac37e284d
|
Merge remote-tracking branch 'upstream/develop' into item-notification
|
3 years ago |
Tobias Diekershoff
|
0c9fcdde69
|
Merge pull request #8057 from annando/notice-error
Fix an error and a notice
|
3 years ago |
Michael
|
8878b3864f
|
Fix an error and a notice
|
3 years ago |
Michael
|
e728c4829f
|
Restructuring
|
3 years ago |
Michael
|
8e2494568e
|
Functionality is now added
|
3 years ago |
Hypolite Petovan
|
393a671501
|
Merge pull request #8055 from nupplaphil/task/remove_get_server
Remove get_server() in favor of Search::getGlobalDirectory()
|
3 years ago |
Michael
|
ecb4848dfd
|
Tests are now working
|
3 years ago |
Philipp Holzer
|
48baa0be4b
|
Remove get_server() in favor of Search::getGlobalDirectory()
|
3 years ago |
Michael
|
30a4b0eafb
|
Merge remote-tracking branch 'upstream/develop' into item-notification
|
3 years ago |
Michael Vogel
|
c8a322baf0
|
Merge pull request #8053 from nupplaphil/task/remove_get_app
Remove get_app() in favor of DI::app()
|
3 years ago |
Philipp Holzer
|
244f440d97
|
Remove unused killme()
|
3 years ago |
Philipp Holzer
|
f0eea6f875
|
Remove get_app() in favor of DI::app()
|
3 years ago |
Michael Vogel
|
05de0f4a19
|
Merge pull request #8056 from nupplaphil/task/remove_rdirname
Remove rdirname() in favor of native dirname()
|
3 years ago |