Philipp
07cb887885
Merge pull request #7067 from MrPetovan/task/remove-app-error
...
Remove App->error
2019-05-02 17:24:56 +02:00
Hypolite Petovan
9f4fb4906a
Move addon admin list generation to Core\Addon
2019-05-02 09:55:49 -04:00
Hypolite Petovan
9774c95b80
Remove duplicate $baseurl template variable
...
- Remove unused $overwriteURL parameter in Renderer::replaceMacros
2019-05-02 09:55:48 -04:00
Hypolite Petovan
d8125eb3db
Make the site admin theme setting link go to the currently selected theme
2019-05-02 09:52:55 -04:00
Hypolite Petovan
ad02fd140a
Move /itemsource to src/Module/Admin
2019-05-02 09:52:53 -04:00
Hypolite Petovan
bc5d1384e1
Move admin/deleteitem to src/Module/Admin
2019-05-02 09:52:52 -04:00
Hypolite Petovan
a201391d11
Move admin/dbsync to src/Module
2019-05-02 09:52:51 -04:00
Hypolite Petovan
df947ba9db
Move admin/logs to src/Module
2019-05-02 09:52:51 -04:00
Hypolite Petovan
740723534f
Move admin/site to src/Module
...
- Replace default theme settings modal with simple link to admin/themes
2019-05-02 09:52:50 -04:00
Hypolite Petovan
d0b40cda4c
Move admin/themes/{theme} to src/Module
...
- Remove now unused templates/admin/addon_detail.tpl
- Remove references to themes admin in mod/admin.php
2019-05-02 09:52:50 -04:00
Hypolite Petovan
a5da0fd98f
Add admin/themes/{theme}/embed module
...
- This module allows editing the site settings for a theme with a different user theme
2019-05-02 09:52:49 -04:00
Hypolite Petovan
d6a5274bb9
[frio] Update theme settings form for use in embed mode
...
- Replace jRange with native slider to prevent overflowing on the right in embed mode
- Move color swatch to the left of colorinput fields to prevent overflowing on the right in embed mode
2019-05-02 09:52:48 -04:00
Hypolite Petovan
a88df9b259
Ensure theme consistency when using filebrowser
...
- Send frio filebrowser result to current frame instead of parent one
2019-05-02 09:52:48 -04:00
Hypolite Petovan
611220cb53
Improve display in minimal mode
2019-05-02 09:52:48 -04:00
Hypolite Petovan
5a01c53781
Move admin/queue to src/Module
...
- Add Module\Admin\Queue class
- Add route for admin/queue[/deferred]
- Add queue admin aside menu entry
- Remove obsolete templates/admin/queue.tpl from base and frio
- Move templates/admin/workerqueue.tpl to templates/admin/queue.tpl
- Remove admin_page_workerqueue and admin_page_workerqueue_post from mod/admin.php
- Update admin/summary.tpl with new queue admin paths
2019-05-02 09:52:48 -04:00
Hypolite Petovan
5750623b48
Move admin/blocklist/server to src/Module
...
- Add Module\Admin\Blocklist\Server class
- Add route for admin/blocklist/server
- Add server blocklist admin aside menu entry
- Move templates/admin/blocklist.tpl to templates/admin/blocklist/server.tpl
- Remove admin_page_blocklist and admin_page_blocklist_post from mod/admin.php
2019-05-02 09:52:47 -04:00
Hypolite Petovan
cf885841c8
Move admin/blocklist/contact to src/Module
...
- Add Module\Admin\ContactBlock\Contact class
- Add route for admin/blocklist/contact
- Add contact blocklist admin aside menu entry
- Move templates/admin/contactblock.tpl to templates/admin/blocklist/contact.tpl in base and frio
- Remove admin_page_contactblock and admin_page_contactblock_post from mod/admin.php
2019-05-02 09:52:46 -04:00
Hypolite Petovan
446cb905e4
Move admin/features to src/Module
...
- Add Module\Admin\Features class
- Add route for admin/features
- Add features admin aside menu entry
- Move templates/admin/settings_features.tpl to templates/admin/features.tpl
- Remove admin_page_features and admin_page_features_post from mod/admin.php
2019-05-02 09:52:46 -04:00
Hypolite Petovan
f3f055758c
Move admin/users to src/Module
...
- Add Module\Admin\Users class
- Add route for admin/users[/{action}/{uid}]
- Add users admin aside menu entry
- Remove admin_page_users and admin_page_users_post from mod/admin.php
2019-05-02 09:52:45 -04:00
Hypolite Petovan
87e51ddd67
Move admin/addons/{addon} to src/Module
...
- Add Module\Admin\Addons\Details class
- Add route for admin/addons/{addon}
- Remove addons pages from mod/admin
2019-05-02 09:52:44 -04:00
Hypolite Petovan
9bbb438534
Move admin/addons to src/Module
...
- Add Module\Admin\Addons\Index class
- Add route for admin/addons
- Add addons admin aside menu entry
- Remove unused template admin/addons.tpl from base and frio
- Remove addon list from mod/admin
2019-05-02 09:52:44 -04:00
Hypolite Petovan
a13bc14933
Move admin/themes to src/Module
...
- Add Module\Admin\Themes\Index class
- Add route for admin/themes
- Add themes admin aside menu entry
- Add admin/addons/index.tpl template
- Remove theme list from mod/admin
2019-05-02 09:52:43 -04:00
Hypolite Petovan
6387a77b52
Move admin summary to src/Module
...
- Add BaseAdminModule class
- Add Module\Admin\Summary class
- Add Route for Admin\Summary module
- Remove admin_page_summary() in mod/admin
- Remove $showwarning variable from admin/summary.tpl
2019-05-02 09:52:41 -04:00
Hypolite Petovan
5dd6e6b5fb
Reworked /photos module without App->error
...
- Moved confirm dialogs to photos_content()
- Removed comments/interactions from photo edit page
2019-05-01 19:36:14 -04:00
Philipp Holzer
2ae4b9f7e9
Last refactoring :-) / refactor due feedback
2019-05-01 19:17:52 +02:00
Philipp Holzer
8581fbb40f
refactor caused by feedback
2019-05-01 18:25:07 +02:00
Tobias Diekershoff
a7998d1f1e
DE translation update
2019-04-29 14:27:14 +02:00
Tobias Diekershoff
1b621c4fae
CS translation update THX Aditoo
2019-04-29 14:27:03 +02:00
Tobias Diekershoff
9325f86324
regen messages.po
2019-04-28 12:50:47 +02:00
Tobias Diekershoff
8ad42f4a04
Added Estonian translation THX Rain Hawk
2019-04-23 18:29:58 +02:00
Tobias Diekershoff
e0131d21f0
CS translation update THX Aditoo
2019-04-23 18:24:08 +02:00
Tobias Diekershoff
2c18a59aa8
PL translation update THX waldis
2019-04-23 18:23:57 +02:00
Tobias Diekershoff
19ebc6301f
update for PT BR thx Beatriz Vital
2019-04-23 18:23:33 +02:00
Philipp Holzer
90a38a00d8
Adding basepath, urlpath, hostname and ssl_policy to installation
2019-04-14 14:23:06 +02:00
Hypolite Petovan
608c80819c
Remove obsolete hack in file browser template
2019-04-13 19:05:14 -04:00
BinkaDroid
2dbeae701f
fixing error "json not defined" in frio
...
when trying to attach video-link to post
2019-04-11 21:37:58 +02:00
Tobias Diekershoff
686f67fb90
vier mobile: private mail width
2019-04-08 07:27:19 +02:00
Michael
46a99a05a1
Remove the queue from the core
2019-04-05 18:04:39 +00:00
Tobias Diekershoff
a3b0fc7b5e
SV update to the strings THX Bjoessi
2019-04-05 06:59:20 +02:00
Hypolite Petovan
c713c2bf62
Merge pull request #6955 from tobiasd/20190331-vier
...
vier mobile enhancements
2019-04-04 14:22:34 -04:00
Jeroen De Meerleer
008b66ac2c
Changed keyup to oninput
2019-04-02 15:13:44 +02:00
Tobias Diekershoff
9fba09a5a3
DE translation update
2019-04-02 10:14:04 +02:00
Tobias Diekershoff
a69cb03f8c
PL translation update THX waldis
2019-04-02 10:10:16 +02:00
Tobias Diekershoff
bffffd45bf
CS translation update THX Aditoo
2019-04-02 10:09:10 +02:00
Hypolite Petovan
b529c03a20
Sanitize theme path items
...
- Sanitize theme style/color/scheme path items
2019-03-31 21:52:48 -04:00
Tobias Diekershoff
820e2a89f9
add search to user menu as well
2019-03-31 15:20:23 +02:00
Tobias Diekershoff
843b9f71c1
be consistent with messages and admin links as both are in the nav bar and the user menu
2019-03-31 11:24:17 +02:00
Tobias Diekershoff
174e71cc36
mobile view: show events and admin, but hide pm link
2019-03-31 11:18:41 +02:00
Tobias Diekershoff
afd751ee74
add link to admin panel as well, but keep icon as it is really handy
2019-03-31 11:17:59 +02:00
Hypolite Petovan
3f640169f7
Switch comment box closing event listener from click to mousedown
...
- Fix event race condition in Chrome 73 (https://github.com/friendica/friendica/issues/6947 )
2019-03-28 22:32:31 -04:00
Hypolite Petovan
f17a6007e5
Fix confusion when connector checkboxes are disabled for private posts
...
- Saves connector checkbox state when disabling them
- Restores connector checkbox state when reenabling them
2019-03-24 22:42:03 -04:00
Hypolite Petovan
898f7e7e38
Add connector collapsible panel in permission
...
- Replace HTML string by structured array in jot_networks hook
- Add collapsed panel when there are more than two connectors
2019-03-24 22:40:50 -04:00
Philipp Holzer
fa31bb6dde
remove basepath and hostname from admin panel and add update path
2019-03-24 13:47:31 +01:00
Philipp Holzer
69fa6161e5
Refactor installer
2019-03-22 23:31:45 -04:00
Adam Clark
ef850a0567
Updated Bootstrap to 3.4.1
2019-03-22 22:28:12 -04:00
Jeroen De Meerleer
bf04bccc77
No schemestring update if focus
2019-03-22 22:28:11 -04:00
Jeroen De Meerleer
a8cc4b3362
I will not share options that are not being used.
2019-03-22 22:28:10 -04:00
Jeroen De Meerleer
1c33c20940
Add a comment
2019-03-22 22:28:10 -04:00
Jeroen De Meerleer
42769c6976
Changed spaces into tabs
2019-03-22 22:28:09 -04:00
Jeroen De Meerleer
3af3887bfa
Added background image sharing
...
Why did I miss this?
2019-03-22 22:28:09 -04:00
Jeroen De Meerleer
10a8d6a563
Implemented parsing share string
2019-03-22 22:28:08 -04:00
Jeroen De Meerleer
9a8dc9d9a6
Better way to stringify theme
2019-03-22 22:28:07 -04:00
Jeroen De Meerleer
2a8b4d6e29
I don't like undefined
2019-03-22 22:28:07 -04:00
Jeroen De Meerleer
1e84411e84
Added string creation
2019-03-22 22:28:07 -04:00
Jeroen De Meerleer
ffa7d7659b
Added the share_string field
2019-03-22 22:28:07 -04:00
Tobias Diekershoff
6ca525846b
this label does not need a filter
2019-03-22 00:42:29 +01:00
Hypolite Petovan
3ab0f90654
[frio] Add slash to punctuation wrapper template
2019-03-19 08:05:25 -04:00
Hypolite Petovan
f97db3add9
[frio] Add punctuation wrap on several profile fields
...
- Add sub/punct_wrap.tpl template
2019-03-18 21:02:58 -04:00
Michael
2cdd5a4940
Fixes errors/notices
2019-03-17 22:13:17 +00:00
Tobias Diekershoff
988506f192
remove autofocus from search box
2019-03-16 17:09:37 +01:00
Tobias Diekershoff
4836e315b2
CS translation update THX Aditoo
2019-03-16 06:53:40 +01:00
Tobias Diekershoff
29b88bfe9b
PL translation update THX waldis
2019-03-15 09:53:42 +01:00
Tobias Diekershoff
78271d50ef
EN GB translation update THX AndyH3
2019-03-11 17:51:46 +01:00
Tobias Diekershoff
2bc937d093
EN US translation update THX AndyH3
2019-03-11 17:51:32 +01:00
Tobias Diekershoff
70c0557b77
IT translations THX Fabio
2019-03-11 17:50:39 +01:00
Hypolite Petovan
d6a607558b
Add frio.scheme pconfig value type check
...
- Addresses https://github.com/friendica/friendica/issues/6338#issuecomment-471118589
2019-03-08 22:05:14 -05:00
Hypolite Petovan
a1f7c1215d
Fix typo to ensure config backward compatibility in frio/php/scheme.php
2019-03-08 22:04:38 -05:00
Tobias Diekershoff
b328820810
PL translation update THX waldis
2019-03-08 12:58:21 +01:00
Philipp Holzer
4d4ad5c042
wrong intend
2019-03-02 17:27:51 +01:00
Philipp Holzer
d7dd9f8bee
Word-wrap for long lines
2019-03-02 16:02:27 +01:00
Tobias Diekershoff
7a73b63fc8
update FR translations THX hypolite
2019-02-25 07:49:33 +01:00
Michael Vogel
4c6c5786ad
Merge pull request #6752 from MrPetovan/bug/notices
...
Fix various notices
2019-02-24 21:30:07 +01:00
Hypolite Petovan
f95f6eced9
Add scheme input protection in frio/config.php
...
- Addresses https://github.com/friendica/friendica/issues/6338#issuecomment-464912016
2019-02-24 14:32:51 -05:00
Hypolite Petovan
8adc761da0
Merge pull request #6747 from nupplaphil/issue/6677-frio_admin
...
Fixing frio theme customization for admin
2019-02-24 10:30:37 -05:00
Philipp Holzer
758444a7d2
empty is better than isset
2019-02-24 15:48:30 +01:00
Michael Vogel
fa5525d084
Merge pull request #6726 from MrPetovan/task/6676-fix-implicit-mentions
...
Fix last batch of implicit mentions issues
2019-02-24 15:40:11 +01:00
Philipp Holzer
da4fc0411e
Fixing admin scheme-change in frio
2019-02-24 15:40:05 +01:00
Michael Vogel
df5ea1fab0
Merge pull request #6732 from MrPetovan/bug/1777-fix-blocked-contact-group
...
Allow to remove blocked contact from groups
2019-02-24 14:30:36 +01:00
Hypolite Petovan
cd363291c6
Update base translation strings
2019-02-23 19:40:05 -05:00
Hypolite Petovan
0a58e4c952
Improve contactgroupChangeMember() javascript function
...
- Add usage of new /group/123/add|remove/123 URL
- Add checkbox revert in case of error
2019-02-23 17:32:41 -05:00
Hypolite Petovan
34bc0b0c97
Add potential debug display of implicit mentions in frio
...
- Refactored conversation() by removing extraneous intermediary variables
2019-02-23 17:32:11 -05:00
Hypolite Petovan
cd53585101
Improve /itemsource display
...
- Add Item Id
- Add Item Terms
2019-02-23 17:32:10 -05:00
Michael
7e93355671
Fix: Following url with html entities now works again
2019-02-23 21:20:56 +00:00
Tobias Diekershoff
43ce3cb511
CS translation update THX Aditoo
2019-02-21 06:52:36 +01:00
Tobias Diekershoff
5b18bcc12b
update FR translations THX hypolite
2019-02-20 14:45:16 +01:00
Tobias Diekershoff
6fc581b03d
DE translation update THX Ulf Rompe
2019-02-19 06:47:52 +01:00
Michael Vogel
e32ef66f68
Merge pull request #6688 from nupplaphil/preload_adapter_fix
...
Preload adapter fix
2019-02-18 15:47:26 +01:00
Philipp Holzer
6c22f70b62
revert style.php changes
2019-02-18 14:48:26 +01:00
Hypolite Petovan
44b556aaa6
[frio] Change comment expand icons to carets
2019-02-18 08:23:05 -05:00
Philipp Holzer
f825fa1d1c
tmp alert
2019-02-18 14:21:13 +01:00
Hypolite Petovan
d6944eb894
Merge pull request #6683 from rabuzarus/20190217_-_fix_magicLinks_mentions
...
directory - own function for processing data of directory entries
2019-02-18 08:01:20 -05:00
rabuzarus
2b7c331afb
forumdirectory: some polishing
2019-02-18 13:03:21 +01:00
rabuzarus
85f0508494
own function for processing data of directory entries
2019-02-18 03:00:10 +01:00
Hypolite Petovan
fa74adcf36
[frio] Reduce replies right padding
2019-02-17 15:00:24 -05:00
rabuzarus
9ebb2f42a1
Merge pull request #6660 from MrPetovan/task/6552-frio-improve-thread-display
...
[frio] Improve thread display
2019-02-17 13:33:49 +01:00
Hypolite Petovan
3cabddcdec
[frio] Hide fake comment form when comment form isn't present
2019-02-16 18:40:05 -05:00
Hypolite Petovan
ad30e4824c
[frio] Add margin between comment submit buttons and preview
2019-02-16 17:58:00 -05:00
Tobias Diekershoff
edffb7e24b
update FR translations THX hypolite
2019-02-16 09:43:27 +01:00
Tobias Diekershoff
54f3b2300b
EN US translation update THX hypolite
2019-02-16 09:42:38 +01:00
Tobias Diekershoff
3a2af5bcd0
DE translation update THX Ulf Rompe
2019-02-16 09:39:31 +01:00
Hypolite Petovan
82204b80e8
[frio] Remove .btn-primary from saved search button
...
- Remove useless comments
- Remove duplicated code
- Add screen reader support
2019-02-15 20:26:02 -05:00
Hypolite Petovan
dc9522bd98
Update translation strings
2019-02-15 09:36:25 -05:00
Hypolite Petovan
25ba78d0d8
[frio] Prevent unwanted textaera resizing in comment forms
2019-02-15 09:15:39 -05:00
Hypolite Petovan
3e1e5fc986
[frio] Use text-align instead of flex display for submit buttons
2019-02-14 22:49:13 -05:00
Hypolite Petovan
2dd7a52b17
[frio] Thread display redesign
...
- Add fake form at end of comment list
- Shuffle comment box buttons around using flex display
- Convert divs into paragraphs
- Remove unused commentInsert() and qCommentInsert() function from textedit.js
2019-02-14 22:28:38 -05:00
Hypolite Petovan
ae3bf47019
Improve global open/close functions in main.js
2019-02-14 22:26:18 -05:00
Hypolite Petovan
281d6fe055
Remove superfluous call to focus() in global commentExpand() function
2019-02-14 22:25:42 -05:00
Hypolite Petovan
d7dbc632f8
Improved comment hiding interaction
...
- Remove global window.showMore and window.showFewer
- Improve global showHideComments function
- Remove frio-specific showHideComments function
2019-02-14 22:24:34 -05:00
Hypolite Petovan
642f9409a7
Switch tag of expanded like list to paragraph
2019-02-14 22:17:08 -05:00
Hypolite Petovan
c8a7c95279
Unescape $ispublic variable for jot display
2019-02-14 22:11:00 -05:00
Tobias Diekershoff
f957ab1869
PL translation update THX waldis
2019-02-14 06:07:29 +01:00
Tobias Diekershoff
71a5568385
Merge pull request #6653 from rabuzarus/20190214_-_frio_manage_css
...
frio - some small styling fixes for the manage page (badges, center name, paddings)
2019-02-14 05:41:23 +01:00
rabuzarus
ecc393e1c3
frio - some small styling fixes for the manage page (badges, center name, paddings)
2019-02-14 03:06:57 +01:00
rabuzarus
b7573a94ee
linkPreview - workaround for mising 's' flag ins js regex
2019-02-13 22:26:56 +01:00
rabuzarus
f6691c138a
bugfix: linkPreview - remove s flag from regexp because FF don't support it
2019-02-13 15:14:56 +01:00
Tobias Diekershoff
df688aba0c
forgotten quattro file
2019-02-12 17:27:46 +01:00
Tobias Diekershoff
207fc9c00b
JS files of smoothy theme
2019-02-12 17:27:14 +01:00
Tobias Diekershoff
0ada36ecd6
JS files of quattro
2019-02-12 17:26:13 +01:00
Tobias Diekershoff
183560dd62
JS files of quattro theme
2019-02-12 17:25:16 +01:00
Tobias Diekershoff
29fcb2e7ee
typo
2019-02-12 13:59:33 +01:00
Tobias Diekershoff
d2243a1c35
tagged the inline JS in head.tpl with the license
2019-02-12 11:30:45 +01:00
Tobias Diekershoff
173a17d0e0
tagged the JS files in view/js with their licenses
2019-02-12 11:29:50 +01:00
Hypolite Petovan
db607de8cf
Merge pull request #6634 from tobiasd/20190210-crepairwarning
...
style the warning in crepair
2019-02-10 21:17:41 -05:00
Tobias Diekershoff
6b5993591b
style the warning in crepair
2019-02-10 20:05:29 +01:00
Tobias Diekershoff
a90bc4e941
DE translation update
2019-02-10 19:17:07 +01:00
Michael Vogel
14045932df
Merge pull request #6624 from tobiasd/20190210-lng
...
CS and DE translation update
2019-02-10 12:58:21 +01:00
Tobias Diekershoff
01b0a5b331
DE translation update
2019-02-10 08:33:31 +01:00
Tobias Diekershoff
0599f168e8
CS translation update THX Aditoo
2019-02-10 08:23:13 +01:00
Tobias Diekershoff
e6de848622
regen messages.po
2019-02-10 08:15:23 +01:00
Michael Vogel
c7308d98fa
Merge pull request #6614 from MrPetovan/task/6552-add-explicit-mentions
...
Add explicit mentions to ActivityPub/Diaspora comments
2019-02-10 00:52:40 +01:00
Hypolite Petovan
0637a70b3d
Update base translation file
2019-02-08 23:35:23 -05:00
Hypolite Petovan
7c58944449
Add "delivery done" label
2019-02-08 23:19:26 -05:00
Hypolite Petovan
6577b1abb0
Add alias field to mod/crepair
...
- Replace deprecated q() call by DBA::update
2019-02-08 22:38:23 -05:00
Hypolite Petovan
38ac615ba0
Merge pull request #6577 from rabuzarus/20190129_-_jot_atachment_preview
...
Attachement live preview
2019-02-07 08:43:49 -05:00
rabuzarus
80b60ae4ff
Bugfix: remove useless </a> for categories from wall_thread template
2019-02-06 17:08:13 +01:00
Hypolite Petovan
cf9a65cded
Merge pull request #6589 from rabuzarus/20190204_-_show_forum_account_in_vcard
...
frio: add account type to the profile vcard
2019-02-04 19:02:43 -05:00
rabuzarus
56495e03c6
frio: add account type to the profile vcard
2019-02-05 00:18:07 +01:00
Tobias Diekershoff
2357a7b0f5
CS translation update THX Aditoo
2019-02-04 07:18:24 +01:00
rabuzarus
b0372e5e93
attachment preview: fix a bug if inserted text did contain a new line between content and url
2019-02-04 01:23:30 +01:00
rabuzarus
ac22c0593d
attachment preview: scroll the content not the mocal (adds scroll bars to the modal conent if it is to large)
2019-02-04 00:44:38 +01:00