8a55ce2415
Set different permissions for comments via API
2023-03-24 20:39:11 +00:00
08d1e484e3
Merge pull request #12941 from xundeenergie/attend-buttons
...
Attend buttons improvement
2023-03-24 08:56:13 -04:00
xundeenergie
95e1a43814
Update src/App/Page.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-24 01:16:56 +01:00
df6cda8a4d
Issue 11513: Non public replies on public posts should now work
2023-03-23 22:25:48 +00:00
Jakobus Schürz
33a7cd107e
improve attend-buttons for events
2023-03-23 23:23:23 +01:00
6394bd91c0
Merge pull request #12935 from HankG/fix-sending-dms-with-oauth-user
...
Fix sending dms with oauth user
2023-03-23 06:02:08 -04:00
cc86a54c80
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-22 21:35:44 -04:00
3d4e11045a
Fix type and name on Mail::send sender ID argument
2023-03-22 18:25:13 -04:00
0a5e3c75dc
Fix Twitter NewDM API w/OAuth by passing in UID not query session
2023-03-22 18:18:49 -04:00
6a1f7c47b3
Don't show permissions from permissiongroups on comments
2023-03-22 21:43:03 +00:00
cf0302b3c1
Merge pull request #12925 from annando/issue-12842
...
Issue 12842: Use BBCode elements that are Markdown agnostic
2023-03-22 09:14:01 -04:00
9a5e4a93fe
Merge pull request #12926 from annando/issue-11535
...
Issue 11535: Automatically open and close the registration
2023-03-22 09:08:01 -04:00
a3438524e9
Handles warning: Undefined array key "gravity"
2023-03-22 05:15:29 +00:00
72952d2c92
Issue 11535: Automatically open and close the registration
2023-03-21 21:44:26 +00:00
9f11d189c8
Issue 12842: Use BBCode elements that are Markdown agnostic
2023-03-21 20:32:34 +00:00
a63dc7a3d8
Merge pull request #12921 from HankG/add-visibility-data-to-mastodon-status
...
Add visibility to user's statuses in Mastodon API
2023-03-21 15:04:13 -04:00
60f2c67b66
Change visibility data on Mastodon posts to be array of IDs
2023-03-21 13:15:42 -04:00
5a0ac6e920
Merge remote-tracking branch 'upstream/2023.03-rc' into nomad-version
2023-03-21 06:43:21 +00:00
7728232737
Unneeded variable removed
2023-03-21 06:42:29 +00:00
Philipp
fd5914011c
Merge pull request #12920 from annando/issue-12701
...
Issue 12701: Fix Markdown problems with Quotes
2023-03-21 07:23:37 +01:00
afe1a59345
Fetch platform and version of nomad implementations
2023-03-21 05:36:47 +00:00
7e6ba0b4d2
Tests added
2023-03-21 04:20:03 +00:00
97585083d9
Add visibility to user's statuses in Mastodon API
...
- and remove view count object if not user's status
2023-03-20 17:42:08 -04:00
0f9099dec6
Issue 12701: Fix Markdown problems with Quotes
2023-03-20 21:33:39 +00:00
9c8ae42c04
Delete the attached HTML media on content updates
2023-03-20 14:19:51 +00:00
0b1f67f5b3
Merge pull request #12917 from annando/remove-tab
...
Remove tabs if followed by new lines (or vice versa)
2023-03-20 07:09:51 -04:00
Michael Vogel
d3e085bd5a
Merge pull request #12916 from nupplaphil/feat/reduce_logging_noise
...
Adapt loglevels to reduce log-noise
2023-03-20 08:52:16 +01:00
Philipp
d8792c9c11
Update src/Model/Item.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-20 07:04:59 +01:00
b7288b2bfd
Merge remote-tracking branch 'upstream/2023.03-rc' into remove-tab
2023-03-20 04:16:52 +00:00
f65c71a25b
Restructured replacements
2023-03-20 04:10:35 +00:00
12d2de2c93
Remove tabs if followed by new lines (or vice versa)
2023-03-19 20:16:41 +00:00
88e339a43d
Adapt loglevels to reduce log-noise
2023-03-19 19:33:03 +01:00
Jakobus Schürz
faa524faec
revert changes, remove line (from code-review)
2023-03-19 18:52:46 +01:00
Jakobus Schürz
399ee74e05
revert to original (no changes needed anymore)
2023-03-19 18:52:46 +01:00
Jakobus Schürz
6436d2cd8a
changes in case of code-review
2023-03-19 18:52:46 +01:00
Jakobus Schürz
920dcca263
render max_imagesize in header.tpl
...
so it is reachable general from the whole website, and the dropzone-factory can use
it also to create dropzones from modal.js
2023-03-19 18:52:46 +01:00
Jakobus Schürz
0cc2e1c22a
apply changes from review
2023-03-19 18:52:45 +01:00
Jakobus Schürz
512e5900e6
use round instead of floor to make imagesize <1M possible
2023-03-19 18:52:45 +01:00
Jakobus Schürz
ada11a2c67
create factory for dropzones
2023-03-19 18:52:45 +01:00
Jakobus Schürz
39f7660a1d
fix getting bytes from shorthand in php
2023-03-19 18:52:45 +01:00
Jakobus Schürz
3688196859
create workaround for not working php
...
Strings:getBytesFromShorthand
i created a js-function which converts integer, k, m and g to MB
Just remove this code, when we found out, why Strings is in some files
not working.
2023-03-19 18:52:45 +01:00
Jakobus Schürz
00ae7d0f59
make dropzone work on editing postings/Comments
2023-03-19 18:52:45 +01:00
177bf9b67b
fix missing DI
2023-03-19 18:52:45 +01:00
Jakobus Schürz
be2afac60d
take maxFilesize from systemsettings
...
* does not work everywhere...
2023-03-19 18:52:45 +01:00
Jakobus Schürz
359ad6ff5a
fix a warning and suggestions for pullrequest
...
* fix indentation to tabs
* remove unneeded calls for dropzone.min.js and dropzone.min.css
* removed debug output
2023-03-19 18:52:45 +01:00
Jakobus Schürz
29d7b4ef24
fix path for js and css loading
2023-03-19 18:52:45 +01:00
29e4f0ea9a
Force correct string casting for BaseUrl
2023-03-19 11:21:17 +01:00
Philipp
c95e961683
Merge pull request #12892 from MrPetovan/bug/12888-media-upload-return
...
Prevent template generation in media/[photo|attachment]/upload output
2023-03-19 08:28:59 +01:00
Philipp
5062e174b7
Merge pull request #12914 from MrPetovan/bug/12842-bbcode-html-list
...
Rework new lines around list BBCode
2023-03-19 08:27:31 +01:00
241a512589
Ensure FactorySession->create returns an object no matter what
...
- Rename redundant method name createSession
- Add exception logging
2023-03-18 23:36:07 -04:00