Jakobus Schürz
39f7660a1d
fix getting bytes from shorthand in php
2023-03-19 18:52:45 +01:00
Jakobus Schürz
721c065a44
fix editing in modal-jot
...
and add also timeout before removing images from dropzone
2023-03-19 18:52:45 +01:00
Jakobus Schürz
64066349aa
add timeout before remove images from dropzone
2023-03-19 18:52:45 +01:00
Jakobus Schürz
2403932a83
improve image-upload
...
* create dropzone for editing in jot-modal
* customize css for dropzone to make it more beautiful (smaller
margin/paddings...)
* change position of dropzone-element dircetly to textarea, so button
for upload is small and under textarea (it's more clear)
* remove previews after upload. this shows the upload-progress, but
preview is not needed after upload. you can't do anything with the
preview, and dialog gets too big. You see successful upload, when
bb-code link to image is inserted on cursor-position in textarea
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
Jakobus Schürz
8242d1c72b
remove console.log
2023-03-19 18:52:45 +01:00
Jakobus Schürz
a6a0507a89
small modifications to equalize the scripts
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
6a7f17559e
fix composer dropzone
2023-03-19 18:52:45 +01:00
Jakobus Schürz
00c7e989b2
add missing css
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
Jakobus Schürz
e651769134
change/remove comments in code
2023-03-15 14:37:54 +01:00
Jakobus Schürz
f5f2076a2d
remove unused selector
...
was there for historical reasons... :/
2023-03-14 17:33:51 +01:00
Jakobus Schürz
0dffe65d64
fix indetation and removed some calls.
2023-03-14 17:32:11 +01:00
xundeenergie
d6fc00c743
Update view/theme/frio/js/theme.js
...
removed it.
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-14 17:32:11 +01:00
Jakobus Schürz
c94b586543
reduce literal html in javascript-code
2023-03-14 17:32:11 +01:00
Jakobus Schürz
f8018f8dfe
make errormessages modular and better
2023-03-14 17:32:11 +01:00
Jakobus Schürz
88f21c5892
move forgotten rotator from template
2023-03-14 17:32:11 +01:00
Jakobus Schürz
9140914a24
make erromessages translateable
2023-03-14 17:32:11 +01:00
Jakobus Schürz
7daecf6741
remove rotator from templates
2023-03-14 17:32:11 +01:00
Jakobus Schürz
bd2cd8dd4c
remove reminder for deleting rotators in tpl
2023-03-14 17:32:11 +01:00
xundeenergie
225e2124cc
Update view/theme/frio/js/theme.js
...
in this case, the img[id^=waitfor... .show() shows existing image-containers. All of them which exist.
Because there can be more than one. And this filter just shows them.
adding another rotator with your suggestion can lead to 2 or more rotators on a button.
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2023-03-14 17:32:11 +01:00
Jakobus Schürz
2219978788
reduce indentation
2023-03-14 17:32:11 +01:00
Jakobus Schürz
96c3321bb8
improve optical feedback with rotator on buttons
...
* functional rotator with feedback from ajax-request for activity
on like, dislike, share and shareMenu button in wide-screen and media-screen
2023-03-14 17:32:11 +01:00
Jakobus Schürz
660a9cf285
show rotator on button
2023-03-14 17:32:11 +01:00
Jakobus Schürz
a1b9f27545
make indentation as tabs
2023-03-14 17:32:11 +01:00
Jakobus Schürz
4244670f1c
simplify code, remove debug output
2023-03-14 17:32:11 +01:00
Jakobus Schürz
f8fc9c1e8b
improve like/share buttons
...
change the button only if it could send its request successfully to the server.
fixes:
* disrupting a video on liking or sharing
* timeline jumps around somewhere else, when you like or share a
posting/comment, and you can not find back.
2023-03-14 17:32:11 +01:00
Michael
4e070f65c7
Option to automatically add links as attachment via API
2023-03-13 21:30:20 +00:00
Jakobus Schürz
95cb66b6bf
move upload-button in filebrowser above previews
...
its annoying, when you open filebrowser to upload an image or file, and
the button moves away under your finger/cursor, in case of loading
preview images slower than the form itself.
just change position of button (class="upload") and browser itself
(class="media") disannoys the behaviour.
2023-03-13 10:48:16 +01:00
www-data
51083e9fcf
fix typo (btn-defaul -> btn-default)
2023-03-08 05:48:34 +01:00
Damian Wajer
cf3dc9a94f
Fix calendar attendance icons
2023-03-07 17:57:54 +01:00
Damian Wajer
45571fe6a7
[frio] Move "Share via" to the share dropdown
2023-03-01 18:09:18 +01:00
Damian Wajer
bc65ea9693
Use available space for post interaction buttons
...
Related: https://github.com/friendica/friendica/issues/12835
2023-02-22 18:11:18 +01:00
Philipp Holzer
5552aac327
check themplates
2023-02-18 21:50:07 +01:00
Philipp Holzer
f0c29edcde
Adapt BaseURL calls to new UriInterface
2023-02-18 21:12:21 +01:00
Michael
608b5a37a4
Activities are now displayed as Emojis
2023-02-18 06:56:03 +00:00
Hypolite Petovan
d059c36ca6
[frio] Fix XSS vulneralibity in Justified-Gallery Javascript dependency
2023-02-08 08:31:43 -05:00
Damian Wajer
ec21c19be7
Fix labels in contact request modal
...
Fixes https://github.com/friendica/friendica/issues/12709
2023-01-25 19:05:42 +01:00
Michael
8e4e2eecb7
Issue 12702: Let the user decide how to handle spoiler texts
2023-01-22 17:10:31 +00:00
Damian Wajer
15a60d3b20
[frio] Regular size profile extra links
2023-01-19 19:49:22 +01:00
Damian Wajer
6ec49afa10
[frio] Ensure access to all user menu items on low screens
2023-01-19 19:49:14 +01:00
Damian Wajer
b86663dd1f
[frio] Adjust font-size
2023-01-19 19:49:10 +01:00
Damian Wajer
b735c40b27
[frio] Contact actions size
2023-01-19 19:49:06 +01:00
Damian Wajer
0344a84543
[frio] Larger clickable area for batch actions
2023-01-19 19:49:01 +01:00
Damian Wajer
4d0684d3d5
[frio] Improve responses markup and alignment
...
Reduce additional spacing between button groups and use the correct markup according to the docs:
https://getbootstrap.com/docs/3.4/components/#btn-groups
2023-01-19 19:48:55 +01:00
Damian Wajer
33d0505ce3
[frio] New design for mobile responses
2023-01-19 19:48:46 +01:00
Damian Wajer
fc25a3ce5f
[frio] Improve spacing for responses items
2023-01-19 19:48:41 +01:00
Damian Wajer
5b01c7c977
[frio] Regular size thread action buttons on mobile
2023-01-19 19:48:33 +01:00
Damian Wajer
ec2bfbdf10
[frio] Regular size comment button
2023-01-19 19:48:27 +01:00
Damian Wajer
53ba26b991
[frio] Larger clickable area for off-canvas user menu
2023-01-19 19:48:19 +01:00
Damian Wajer
f6e63a641d
[frio] Larger clickable area for dropdown menus
2023-01-19 19:48:16 +01:00
Damian Wajer
aa3e3307d7
[frio] Use regular font-size for comments
2023-01-19 19:48:11 +01:00
Damian Wajer
3d929e1f52
[frio] Make the whole accordion area clickable
2023-01-19 19:48:02 +01:00
Damian Wajer
9dcc0f6f20
[frio] Larger clickable area for aside links
2023-01-19 19:47:57 +01:00
Damian Wajer
1e21945658
[frio] Larger clickable area for tabs
2023-01-19 19:47:49 +01:00
Hypolite Petovan
e73adde5fb
Remove App dependency from Hook::callSingle
...
- This was causing a circular dependency with the logger_instance hook
2023-01-14 10:38:37 -05:00
Philipp Holzer
0530755332
Security: Use htmlspecialchars() for user input in Arguments class
2023-01-12 20:24:39 +01:00
Michael
840f25cc5c
Improve ignoring of messages
2023-01-09 16:23:39 +00:00
Michael
50e43c530e
Posts from contacts can now be collapsed
2023-01-08 17:40:05 +00:00
Hypolite Petovan
3b9bf4d70d
Remove system.no_auto_update personal config key and assume default value of true
...
- By popular request, the behavior with false was too perturbating
2023-01-05 10:27:03 -05:00
Hannes Heute
bf28f4f751
small typo
2023-01-04 09:18:24 +01:00
Philipp Holzer
b439df892a
Apply suggestions
2023-01-03 17:24:05 +01:00
Philipp Holzer
1e574d5383
Refactor IManageConfigValues interface
2023-01-03 14:22:04 +01:00
Hypolite Petovan
1874a32728
Happy New Year 2023!
2023-01-01 09:36:24 -05:00
haheute
e29c934ae4
Merge branch 'friendica:develop' into issue-11986-dm-link
2022-12-29 18:32:17 +01:00
Hannes Heute
6793e04365
add link to direct message heading
2022-12-29 18:28:01 +01:00
Hypolite Petovan
dbc4e52fc4
Turn show comments element into a full-fledged button
2022-12-28 17:46:55 -05:00
Hypolite Petovan
a1070f4818
Turn fake link spans into full-fledged buttons
2022-12-27 21:47:35 -05:00
Hypolite Petovan
48e960cc84
[frio] Restore access to plink icon in thread view
2022-12-27 21:12:48 -05:00
Hypolite Petovan
fbb068e415
[frio] Normalize display of plink/network icons between thread/search
2022-12-27 21:12:23 -05:00
Hypolite Petovan
c19dd39fe3
Remove counter-productive role="heading" and aria-level attributes
2022-12-27 13:24:19 -05:00
Marek Bachmann
90d99bc3e8
Changed registration text input to text area since BBcode is allowed there (was single line input)
2022-12-21 20:05:35 +01:00
Hypolite Petovan
cdf180c58d
Add new calendar.default_view pconfig key
2022-12-17 12:20:43 -05:00
Hypolite Petovan
30973647a6
[frio] Allow space for the upload button in the fbrowser modal
2022-12-16 19:16:25 -05:00
Hypolite Petovan
d096dbe276
[frio] Re-hide the forum contact row in network page
2022-12-15 11:10:28 -05:00
Tobias Diekershoff
f84e76d893
Merge pull request #12422 from MrPetovan/bug/5095-group-tooltip
...
[frio] Reduce group member add/remove button virtual height
2022-12-15 06:32:08 +01:00
Tobias Diekershoff
d33dc131ff
Merge pull request #12425 from MrPetovan/task/11774-frio-remove-banner-setting
...
[frio] Remove header banner setting form field
2022-12-15 06:25:55 +01:00
Tobias Diekershoff
9e61720875
Merge pull request #12428 from MrPetovan/bug/12406-frio-contact-list-frame
...
[frio] Add wrapper to generic contact list
2022-12-15 06:16:13 +01:00
Hypolite Petovan
3546f5b189
[frio] Update description, version, maintainer and screenshot
2022-12-14 22:25:53 -05:00
Hypolite Petovan
0d2c302beb
[frio] Add wrapper to generic contact list
2022-12-14 22:05:58 -05:00
Hypolite Petovan
244b65e5fc
[frio] Remove header banner setting form field
...
- This setting isn't used in the frio theme at all
2022-12-14 21:45:27 -05:00
Hypolite Petovan
710a805623
[frio] Reduce group member add/remove button virtual height
...
- This bring down the tooltip closer to the icon
2022-12-14 21:17:01 -05:00
Hypolite Petovan
85db716894
Fix wrong condition when redirecting to filtered log view in admin/logs
...
- Address https://friendica.xyz/display/adf174d5-1563-937d-3cd7-2df680918252
2022-12-09 16:24:55 -05:00
loma-one
5d1aeea41e
Änderung Icon-Größe Schaltfläche Kommentare
...
Using the glocal css "template-icon" to show the correct size of the buttons
2022-12-08 21:47:52 +01:00
Michael
498a957009
The appearanxe of the link preview is now configurable
2022-12-07 07:02:04 +00:00
Philipp Holzer
c6e627d45c
Fix preview function when creating posts
2022-12-05 21:10:14 +01:00
Hypolite Petovan
e389fe945f
Ward against empty template variable in frio:contact/entry.tpl
2022-12-03 04:19:33 -05:00
Hypolite Petovan
0d53c69610
Remove unused theme info value "events_in_profile"
...
All public events (event if they are ownded by other users) are visible
2022-12-01 08:03:34 -05:00
Marek Bachmann
0ea219f728
Use previously already available field.5 for short hand pattern ad admin page for maximagesize
2022-11-30 01:58:22 +01:00
Marek Bachmann
9c383e2004
allow shorthands in the system.maximagesize
2022-11-30 01:26:08 +01:00
Hypolite Petovan
c0c414ab95
[frio] Add page wrapper to contact follow page
2022-11-29 06:37:41 -05:00
Hypolite Petovan
9fbdcb5459
Merge pull request #12277 from nupplaphil/mod/fbrowser
...
Move mod/fbrowser to src\Modules\Attachment|Photos\Browser
2022-11-27 07:55:55 -05:00
Philipp
272911527c
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-11-27 01:52:14 +01:00
Philipp Holzer
012f486eb6
Adhere feedback
2022-11-27 01:34:59 +01:00
Philipp Holzer
50316bbb80
Move Browser & Upload to own namespace
2022-11-27 01:34:59 +01:00
Philipp Holzer
051253a745
Move FileBrowser to own namespace & Bugfix album usage
2022-11-27 01:34:58 +01:00
Philipp
3607aa32ca
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-11-27 01:34:58 +01:00
Philipp Holzer
d0b16b2fc1
Move mod/fbrowser to src\Modules\Attachment|Photos\Browser
2022-11-26 22:26:30 +01:00
Hypolite Petovan
34418d790d
Check for existence of $contact.photo_menu.edit in frio:contact/entry.tpl
...
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1327030221
2022-11-26 15:38:21 -05:00
Hypolite Petovan
77e87da441
Create /profile/{nickname}/photos route
...
- Create new Profile\Photos\Index module class
- Update most references of the legacy /photos/{nickname} route
2022-11-20 17:15:07 -05:00
Tobias Diekershoff
eec48057dc
Merge pull request #12221 from MrPetovan/bug/warnings
...
Fix various PHP 8 deprecations
2022-11-20 08:21:06 +01:00
Hypolite Petovan
6f93ee7e49
Fix various PHP 8 deprecations
2022-11-19 19:15:47 -05:00
Hypolite Petovan
a4eb6f971f
[frio] Improve search list display for web and mobile
...
- Reduced margins
- Repositioned the network icon and external link
2022-11-19 17:16:51 -05:00
Thorsten
d77fece367
Fix route for user import.
2022-11-19 15:17:42 +01:00
Hypolite Petovan
a6d96bf1b7
Replace remaining references to contact_template.tpl by contact/entry.tpl
2022-11-16 16:23:47 -05:00
Philipp Holzer
75360f3b8c
Move mod/mod/msearch & mod/match to src/Module
2022-11-09 22:17:50 +01:00
Philipp
3f6ec3dd31
Merge pull request #12106 from MrPetovan/task/4090-move-mod-settings
...
Move mod/settings.php to src/Module
2022-11-09 20:34:31 +01:00
Hypolite Petovan
cb5e18838c
Replace remaining "admin" instances in moderation templates
2022-11-09 08:13:12 -05:00
Hypolite Petovan
45c4439119
Move settings/connectors to src/Module
2022-11-09 06:26:05 -05:00
Hypolite Petovan
33d1df3c6d
Move settings/addons to src/Module
2022-11-09 06:25:41 -05:00
Hypolite Petovan
3226b00995
Move settings/oauth to src/Module
...
- Add settings_content() permission checks to Module\BaseSettings
- Transform application token deletion GET links to POST forms to keep a single OAuth module class
2022-11-09 06:25:22 -05:00
Hypolite Petovan
4a626ef101
Create new Contact\Redir module class
...
- Move /redir route to /contact/redir
2022-11-08 20:12:23 -05:00
Hypolite Petovan
48da6f2f51
Deleted fils related to mod/removeme.php
2022-11-08 18:33:54 -05:00
Hypolite Petovan
8161a32b77
Add missing links to moderation section
2022-11-08 09:16:36 -05:00
Tobias Diekershoff
48090d1b70
Merge pull request #12142 from MrPetovan/task/homepage-verified
...
Add title to homepage verified check mark
2022-11-08 11:12:17 +01:00
Hypolite Petovan
0a20566199
Replace remaining occurrences of admin/users route by moderation/users
2022-11-08 04:26:11 -05:00
Hypolite Petovan
561f22cdc4
Add title to homepage verified check mark
...
- Decrease log level for not found Memcached keys
2022-11-08 04:20:19 -05:00
Hypolite Petovan
18f54f4425
New area "moderation"
...
- Moved several admin pages to the moderation area
- ACL still is checking for administrator credentials
2022-11-08 02:28:42 -05:00
Philipp Holzer
78a8ed6fe7
adhere feedback
2022-11-07 20:21:11 +01:00
Philipp Holzer
f13c91b320
Move mod/cal.php and mod/events.php to Module
2022-11-07 19:52:24 +01:00
Tobias Diekershoff
457c34dd13
add a checkmark to the vcards if the homepage has a rel-me back to the profile
2022-11-07 11:15:55 +01:00
Hypolite Petovan
d5b29b1c61
Add follow/unfollow link to the contact actions menu
2022-11-06 19:03:21 -05:00
Hypolite Petovan
9aa05eb911
Deprecate themes duepuntozero, quattro and smoothly
2022-11-05 00:06:10 -04:00
Philipp
8cec89195b
Merge pull request #12102 from MrPetovan/task/11011-frio-contact-template-link
...
[frio] Make the main contact row template link to the contact page
2022-11-04 19:49:34 +01:00
Hypolite Petovan
a09558e8a8
[frio] Make the main contact row template link to the contact page
...
- This was preventing mobile users to access the contact page that was hidden behind a onmouseover behavior
- The now unused template for contact filtering is also removed
2022-11-04 13:03:35 -04:00
Hypolite Petovan
8124dedbf6
Create new Post/Share module class
2022-11-04 13:02:01 -04:00
Hypolite Petovan
8ec5d10bf4
Add new Contact/Suggestions module class
2022-11-04 07:57:00 -04:00
Hypolite Petovan
811e144e9e
Move viewcontact_template and contact_template to contact/ folder
2022-11-04 07:03:55 -04:00
Hypolite Petovan
1ba9a65fd8
Add new Post/Tag/Add module class
...
- Convert GET to POST
2022-11-03 22:26:48 -04:00
Michael
0f9e2b6da4
Issue 12097: Notify for each new user registration
2022-11-03 19:59:33 +00:00
Tobias Diekershoff
97722177d5
Merge pull request #12091 from MrPetovan/bug/12085-view-logs-detail
...
Fix wrong class name in logs view template
2022-11-01 16:46:38 +01:00
Hypolite Petovan
2c7a60eb0e
Replace remaining "follow" route instances to "contact/follow"
2022-11-01 09:41:39 -04:00
Hypolite Petovan
64d02c6636
Fix wrong class name in logs view template
...
- This was stunting the Javascript responsible for showing log entry details
2022-11-01 09:17:42 -04:00
Hypolite Petovan
3020dfbeeb
Rename auto_request.tpl form action template variable
2022-10-31 15:30:23 -04:00
Hypolite Petovan
969b4f991e
Create Profile\Attachment\Upload module class
...
- Add missing response type in AjaxUpload initializition
2022-10-31 14:57:25 -04:00
Hypolite Petovan
39765e6018
Create Profile\Photos\Upload class
2022-10-30 14:20:01 -04:00
Philipp Holzer
ee71086133
UserSession class [7] - Refactor view/ files
2022-10-21 10:25:41 +02:00
Michael
11944dda32
old boot.php functions replaced in various places
2022-10-19 07:44:08 -04:00
Philipp Holzer
7ac86e49d1
Move Core\Session::get() to DI::session()->get()
2022-10-18 21:10:37 +02:00
Roland Häder
26e0469de7
Merge branch 'develop' into rewrite/gravity-constants
2022-10-18 16:34:40 +02:00
Hypolite Petovan
e556dc3c31
Add new frio.always_open_compose setting
...
- This setting allows the New Post button to always open the Compose page instead of the modal by default
2022-10-16 11:49:27 -04:00
Hypolite Petovan
d826fe0a3b
Refactor files related to the Compose page and frio theme settings
...
- Use dependencies instead of most DI calls in Module\Item\Compose
- Group translation strings in a subkey of the template variables array
- Rewrite array initializations in theme/frio/config
2022-10-16 11:48:28 -04:00
Roland Häder
da66730e4f
Rewrite:
...
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:
From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````
To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
Hypolite Petovan
1422e8a510
[frio] Add left sidebar toggle button for mobile anonymous view
...
- It was missing from the anonymous top bar
2022-10-06 18:00:43 -04:00
Michael
4d39ec8b63
Issue 11880: Provide "alt" description from uploaded file
2022-10-03 21:23:04 +00:00
Hypolite Petovan
60d1779717
[frio] Add support for asynchronous call to /filerm module for post categories and folders
...
- This prevents the page to change to an empty page when clicking on the remove link of categories and folders
2022-09-11 02:36:06 -04:00
Hypolite Petovan
4a885a13a6
Remove poke feature
2022-08-09 14:55:55 -04:00