Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
Michael
|
be3dfb4ffe
|
Merge remote-tracking branch 'upstream/develop' into post-thread-user
|
2021-02-01 19:31:39 +00:00 |
|
Michael
|
c1d99d6c4c
|
Most user-item traces removed
|
2021-01-31 23:37:34 +00:00 |
|
Hypolite Petovan
|
15e9f219e7
|
Add new item/{id}/follow module and POST route
- It is meant to replace mod/subthread
|
2021-01-31 17:36:18 -05:00 |
|
Hypolite Petovan
|
b31fc3bfa9
|
Move GET starred/{id} to POST item/{id}/star
|
2021-01-31 14:21:57 -05:00 |
|
Hypolite Petovan
|
6d31c11e57
|
Move GET item/ignore/{id} to POST item/{id}/ignore
|
2021-01-31 12:56:44 -05:00 |
|
Hypolite Petovan
|
151db1104a
|
Move GET /like/{id} to POST /item/{id}/activity/{verb}
|
2021-01-31 08:41:04 -05:00 |
|
Hypolite Petovan
|
188f7b0eb0
|
Move GET pinned/{id} to POST item/{id}/pin
|
2021-01-30 18:42:23 -05:00 |
|
Hypolite Petovan
|
2343d7bb73
|
Replace obsolete call to Item::selectFirstThreadForUser in Module\Item\Ignore
|
2021-01-22 16:03:36 -05:00 |
|
Michael
|
1b87a97a81
|
Remove "hidewall" check from ACL
|
2020-02-22 08:54:28 +00:00 |
|
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
2838635d64
|
Move L10n class from L10n subdir to Core (replacing old wrapper)
|
2020-01-19 16:31:30 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Hypolite Petovan
|
00011fe77d
|
Remove unused use statements in Module\Item\Compose
|
2020-01-05 17:09:14 -05:00 |
|
nupplaPhil
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +01:00 |
|
nupplaPhil
|
e93fba5136
|
Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()
|
2019-12-29 20:17:45 +01:00 |
|
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
nupplaPhil
|
aa5771cf3e
|
Move Login/Logout/TwoFactor to bundled submodule "Security"
|
2019-12-27 22:19:28 +01:00 |
|
Hypolite Petovan
|
33ea5dfe35
|
Add check for $_REQUEST key existence in Module\Item\Compose
- Addresses https://github.com/friendica/friendica/issues/7677#issuecomment-566254464
|
2019-12-19 07:48:08 -05:00 |
|
Hypolite Petovan
|
c3d88aca39
|
Update the return value of Item\Ignore to integer
- Array is unnecessary
|
2019-11-30 23:15:58 -05:00 |
|
Hypolite Petovan
|
8f4f6899dd
|
Update composer module to use the new ACL selector
- Remove ACL-specific code from compose-footer
- Move compose-footer template remaining content to compose.js
|
2019-11-28 12:54:56 -05:00 |
|
Michael
|
8c03bdada9
|
parameters now are having a default value and are optional
|
2019-11-05 21:48:54 +00:00 |
|
Michael
|
bd62d548db
|
Added parameters
|
2019-11-05 20:22:54 +00:00 |
|
Michael
|
abe6724629
|
Added parameter to rawContent
|
2019-11-05 19:16:26 +00:00 |
|
Philipp Holzer
|
aa7be41728
|
Fix ACLFormatterTest
- Add nullable to expand() function again
- Add angle bracket support to toString()
|
2019-11-01 14:13:29 +01:00 |
|
Philipp Holzer
|
3eda62bfa6
|
Check null for acl-fields
|
2019-10-28 18:16:10 +01:00 |
|
Hypolite Petovan
|
ee1954f294
|
Merge pull request #7762 from nupplaphil/task/mod_ignored
move mod/ignored to src/Module/Item/Ignored
|
2019-10-24 12:04:50 -04:00 |
|
Philipp Holzer
|
062e472314
|
Rename route '/ignored/{iid}' to '/item/ignore/{iid}'
|
2019-10-24 17:18:29 +02:00 |
|
Philipp Holzer
|
5aa73afa7e
|
Rename module class name
|
2019-10-24 09:09:47 +02:00 |
|
Philipp Holzer
|
dba2d574b1
|
Adapt because of feedback
|
2019-10-23 21:29:17 +02:00 |
|
Philipp Holzer
|
db25f5b6ca
|
Add jsonExit() and fix UID issue
|
2019-10-23 16:24:19 +02:00 |
|
Philipp Holzer
|
f65f7f11c3
|
Move expand_acl to ACLFormatter::expand()
- including tests
|
2019-10-23 00:40:14 +02:00 |
|
Philipp Holzer
|
17aca9bee8
|
move mod/ignored to src/Module/Item/Ignored
|
2019-10-21 21:19:28 +02:00 |
|
Hypolite Petovan
|
4c45cb864a
|
Update master translation strings file
- Fix gettext warning for empty string in Module\Item\Compose
|
2019-08-06 07:09:05 -04:00 |
|
Hypolite Petovan
|
0b6f231ad3
|
Replace removed Contact::select method with Contact::selectToArray in Compose module
|
2019-07-29 20:31:50 -04:00 |
|
Hypolite Petovan
|
cb38fe4e72
|
Develop one-liner in Item\Compose
|
2019-07-29 20:31:49 -04:00 |
|
Hypolite Petovan
|
9d20705700
|
Improve compose page template
- Update title and description of the limited/private panel
- Move CC email addresses outside of the visibility panels
|
2019-07-29 20:31:49 -04:00 |
|
Hypolite Petovan
|
4f4b538bcf
|
[frio] Add jotnet fields to compose page
- Move hardcoded descriptions to translation strings
|
2019-07-29 20:31:47 -04:00 |
|
Hypolite Petovan
|
c24ca57f21
|
Add frio-specific /compose module
|
2019-07-29 20:31:46 -04:00 |
|