Hypolite Petovan
70bef12fd2
Fix Proxy module routes
...
- Fix EOL in view/templates/exception.tpl
2019-05-02 21:35:37 -04:00
Philipp
2628da422a
Merge pull request #7068 from MrPetovan/task/7047-theme-error-page
...
Themed error page redux
2019-05-02 21:15:29 +02:00
Philipp
774d04cd2f
Merge pull request #7044 from MrPetovan/task/router
...
Move mod/admin to src/Module/Admin
2019-05-02 18:26:30 +02:00
Hypolite Petovan
358baa9f62
Add themed error pages
...
- Module init, post and rawContent-triggered HTTPException generate the classic bare HTTP status page
- Module content-triggered HTTPException generate themed error pages
- Trim System::httpExit to the bare minimum
2019-05-02 11:26:56 -04:00
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
Michael Vogel
5e2cbce9b6
Merge pull request #6580 from MrPetovan/bug/6575-escaped-field-input-attributes
...
Add nofilter to field_input attribute parameter
2019-02-03 22:52:30 +01:00
Hypolite Petovan
8c9ef56a71
Normalize field_*.tpl formatting
2019-02-03 15:33:59 -05:00
Hypolite Petovan
ba7ffab3c2
Add nofilter to field_input attribute parameter
2019-02-03 15:32:52 -05:00
rabuzarus
ba03ec857a
attachment preview: some small corrections
2019-02-03 16:26:13 +01:00
rabuzarus
dcf072e77d
attachment preview: handle content with attachment bbcode inside (show preview of this attachment)
2019-02-02 23:06:11 +01:00
Tobias Diekershoff
55de1c66f3
PL translation update THX waldis
2019-02-02 08:25:24 +01:00
Tobias Diekershoff
33304d4b0b
DE translation update
2019-02-02 08:24:44 +01:00
Tobias Diekershoff
9342e97bac
CS translation update THX Aditoo
2019-02-02 08:24:10 +01:00
Tobias Diekershoff
92b1400506
update to the zh-cn translation THX ZhuChentan
2019-02-02 08:23:23 +01:00
rabuzarus
3a15c22028
attachment preview: frio- initialize linkPreview on jot modal open (so we can use the linkPreview for new posts and edit post modal)
2019-02-02 03:12:36 +01:00
rabuzarus
b065356c28
attachment preview: add destroy method to linkPreview.js
2019-02-02 02:27:41 +01:00
rabuzarus
132e0b83c4
attachment preview: mv some js functions from frio to the linkPreview to make linkPreview available for other themes
2019-02-01 23:48:14 +01:00
rabuzarus
a6322b1c4e
attachment preview: some backend work in the item module:
...
- convert attachment to bbcode and
- add the attachment bbcode to the item body
2019-02-01 23:42:36 +01:00
rabuzarus
07d1932efc
attachment preview: frontend work (works with frio)
2019-02-01 19:18:08 +01:00
Michael
f226464acc
Don't auto mention yourself or forums, don't do it in the firstlevel post
2019-01-30 03:36:24 +00:00
Tobias Diekershoff
a0c9a28f4b
DE translation update THX copis
2019-01-29 16:29:30 +01:00
Tobias Diekershoff
270cdaf648
PL translation update THX waldis
2019-01-29 16:29:15 +01:00
Tobias Diekershoff
9187799f14
CS translation update THX Aditoo
2019-01-29 16:29:07 +01:00
Hypolite Petovan
bd03278ee9
Put cursor at end of default mentions in comment box
2019-01-29 09:25:22 -05:00
Hypolite Petovan
8d84f33f15
Merge pull request #6541 from annando/mentions
...
Display mentioned users and in the comment box by default
2019-01-29 07:56:30 -05:00
Hypolite Petovan
0c12d8af5f
Rename conflicted variable $info in admin settings
2019-01-28 21:45:43 -05:00
Michael
d40b2792b6
Display mentioned users and in the comment box by default
2019-01-28 21:22:03 +00:00
Hypolite Petovan
c9a6063a2a
Merge pull request #6531 from Ixiter/develop-theme-frio
...
frio - fix PHP Notices reported in #6338
2019-01-27 08:01:08 -05:00
Peter Liebetrau
eee0e22856
frio - fix PHP Notices reported in #6338
2019-01-27 13:21:18 +01:00
Tobias Diekershoff
c11145d311
Merge pull request #6528 from MrPetovan/bug/html-bull-bullet
...
Switch to supported HTML entity for bullet in delivery indicator
2019-01-27 07:28:24 +01:00
Hypolite Petovan
6319d9671c
Merge pull request #6530 from Ixiter/develop-theme-frio
...
frio - fixed bug in admin users with table sorting #6529
2019-01-26 22:55:21 -05:00
Peter Liebetrau
cd19cce92e
frio - fix bug in admin users with table sorting #6529
2019-01-27 04:06:51 +01:00
Hypolite Petovan
043521fb47
Switch to supported HTML entity for bullet in delivery indicator
2019-01-26 19:42:13 -05:00
Hypolite Petovan
0a284edde7
Merge pull request #6527 from Ixiter/develop-theme-frio
...
frio - fixed bug in user menu for visitors
2019-01-26 19:40:49 -05:00
Peter Liebetrau
189e179088
frio - fixed bug in user menu for visitors - see after-merge discussion in #6526
2019-01-26 23:02:23 +01:00
Hypolite Petovan
16b8d29d3e
Merge pull request #6526 from Ixiter/develop-theme-frio
...
frio - fixed bug in user menu for remote user - see issue #6495
2019-01-26 15:03:20 -05:00
Peter Liebetrau
7918e41097
frio - fixed bug in user menu for remote user - see issue #6495
2019-01-26 20:15:56 +01:00
Tobias Diekershoff
8b8187ee9c
added nofilter to banner in smoothy and quaddro
2019-01-25 19:37:37 +01:00
Jeroen De Meerleer
6fb2383116
Added nofilter to geotag
...
Fixes issue GH-6511
2019-01-24 17:23:25 +01:00
Tobias Diekershoff
1073b2190e
update for ES thx Abraham Pérez Hernández
2019-01-23 09:51:34 +01:00
Tobias Diekershoff
23f94fadf3
CS translation update THX Aditoo
2019-01-23 09:50:28 +01:00
Michael Vogel
48e0b943a3
Merge pull request #6336 from MrPetovan/bug/6334-get-app-namespace
...
Move mod/register to Module\Register
2019-01-23 07:40:58 +01:00
Hypolite Petovan
e2d32caa78
Update delivery count display
...
- Hide display when item is preceding the feature
- Wrap the display in its own span
- Remove delivery bullet from wall_thread.tpl
- [frio] Make delivery icon fainter
2019-01-23 00:05:53 -05:00
Hypolite Petovan
7ff1b19cc0
Restore display of delivery status
2019-01-22 23:39:06 -05:00
Hypolite Petovan
cef6757c92
Replace REGISTER_* constants by Module\Register::* ones
2019-01-22 22:24:15 -05:00
Hypolite Petovan
0ccb6afdb5
Add Register module in src/
...
- Update REGISTER_* constants definition
- Update register template variable name
2019-01-22 22:22:04 -05:00
Tobias Diekershoff
66284a17a7
unescaping the HTML in the hint
2019-01-22 14:02:56 +01:00
Hypolite Petovan
5c30f1b177
Update translation strings
2019-01-21 10:24:43 -05:00
Hypolite Petovan
c90314cd6a
Replace deprecated Addon::*registerHook by Hook::*register
...
- Updated documentation
2019-01-21 09:50:57 -05:00
Hypolite Petovan
6538a8eaca
Add delivery queue display in frio and vier
...
- Add new $item.owner_self and $item.delivery keys for display
- Add new sub/delivery_count.tpl template
2019-01-21 09:39:13 -05:00
fabrixxm
fdc6608af8
Add storage options form in admin/site page
2019-01-21 09:11:39 -05:00
Michael Vogel
ad7b85e0ec
Merge pull request #6475 from tobiasd/20190120-unescapealbums
...
HTML unescape existing albums
2019-01-20 18:58:46 +01:00
Tobias Diekershoff
6e258fc760
HTML unescape existing albums
...
When uploading a new photo the selection list for chosing existing albums was not shown. With this PR it is now again.xj
Part of #6208
2019-01-20 18:47:20 +01:00
Hypolite Petovan
765784aad3
[frio] Remove unused code in frio_init()
2019-01-19 21:54:10 -05:00
Michael
2a0e18c7dd
Bugfix: Theme functions hadn't been executed anymore
2019-01-18 20:08:35 +00:00
Andy H
98b362f581
Update translation en-gb
2019-01-13 00:38:54 +07:00
Hypolite Petovan
c4038e7af1
Merge pull request #6432 from annando/deleted-pending
...
Don't show deleted contacts, changed "pending" behaviour
2019-01-12 09:08:31 -05:00
Michael
28f14c7d60
Don't show deleted contacts, changed "pending" behaviour
2019-01-12 13:28:14 +00:00
Hypolite Petovan
33e096434a
Merge pull request #6430 from tobiasd/20190112-lng
...
Translation Updates
2019-01-12 04:59:28 -05:00
Tobias Diekershoff
80fcc25897
NB-NO translation update THX friendOFica
2019-01-12 10:53:13 +01:00
Tobias Diekershoff
e95b2b6494
PL translation update THX waldis
2019-01-12 10:52:10 +01:00
Tobias Diekershoff
dfc2e4f505
NL translation update THX Jeroen
2019-01-12 10:52:02 +01:00
Tobias Diekershoff
e21ed2284c
CS translation update THX Aditoo
2019-01-12 10:51:46 +01:00
Tobias Diekershoff
3a0effa265
DE translation update
2019-01-12 10:51:41 +01:00
Tobias Diekershoff
2f48eefc24
update to the en gb and us translations THX Andy H3
2019-01-12 10:51:36 +01:00
Tobias Diekershoff
2fd65f18f3
update FR translations THX lapoubelle111
2019-01-12 10:51:29 +01:00
Hypolite Petovan
abf20368b0
Rework Profile::getThemeUid to ignore query parameter and include $a->profile_uid
...
- Use new version in frio default.php file
- Use new version in Theme::getStylesheetPath
2019-01-12 02:23:01 -05:00
Hypolite Petovan
1bdb3c916a
Make style.php require query parameter puid for specific stylesheets
2019-01-12 02:21:12 -05:00
Tobias Diekershoff
6bc865ff4d
Merge pull request #6356 from MrPetovan/task/6355-add-password-rules
...
Add password rules
2019-01-10 10:37:32 +01:00
Hypolite Petovan
3b80f335fa
Merge pull request #6412 from annando/issue-6149
...
Issue 6149: Making OWA (hopefully) compatible with Hubzilla
2019-01-08 09:17:05 -05:00
Michael
8c6df8f156
Issue 6149: Making OWA (hopefully) compatible with Hubzilla
2019-01-08 11:17:05 +00:00
Hypolite Petovan
95834216f5
Update master messages.po translation file
2019-01-06 17:23:24 -05:00
Hypolite Petovan
e447375cdd
Merge branch '2019.01-rc' into bug/6334-escape-get-app
2019-01-06 16:38:48 -05:00
Hypolite Petovan
4bf2701912
Merge pull request #6400 from annando/issue-6394
...
Issue 6394: The contact location has to be BBEncoded
2019-01-06 16:37:43 -05:00
Michael
7e19506435
Issue 6394: The contact location has to be BBEncoded
2019-01-06 21:04:10 +00:00
Michael Vogel
3f85ee3ef8
Merge pull request #6373 from MrPetovan/bug/6345-vier-fix-messages-notifs
...
[vier] Fix private messages notification display
2019-01-06 20:42:55 +01:00
Michael Vogel
320ce0eb43
Merge pull request #6393 from MrPetovan/bug/6268-frio-fix-justifyGallery-scales
...
[frio] Fix justifyGalley scales list
2019-01-06 20:39:54 +01:00
Hypolite Petovan
9b8f91f8fe
[frio] Fix justifyGalley scales list
2019-01-06 05:33:40 -05:00
Hypolite Petovan
f2b784e654
Strip base url from links before determining anchor status for iOS linker
2019-01-04 20:36:36 -05:00
Hypolite Petovan
cc23ec19cd
[frio] Fix user menu messages notification badge display
2019-01-03 23:18:27 -05:00
Hypolite Petovan
73882ff58f
[vier] Add message icon link in header nav
2019-01-03 23:07:03 -05:00
Hypolite Petovan
b3f8a24819
Unescape infinite scroll URL
2019-01-03 21:30:10 -05:00
Hypolite Petovan
935b86749d
Unescape invite_desc template variable
2019-01-03 21:29:30 -05:00
Hypolite Petovan
5e1ceb57de
Escape global namespaced get_app() calls
...
- Add deprecated status
2019-01-03 21:27:36 -05:00
Michael Vogel
0eef382e82
Merge pull request #6365 from MrPetovan/bug/6363-unescape-prev-next-link
...
Unescape $prevlink and $nextlink template variables
2019-01-03 04:54:12 +01:00
Hypolite Petovan
ff50f2bb65
Unescape $prevlink and $nextlink template variables
2019-01-02 19:06:23 -05:00
Hypolite Petovan
2f15f1c477
Unescape profiles template variables
2019-01-01 11:45:36 -05:00
Hypolite Petovan
0dc06d66a0
Unescape $invite_desc in follow/register templates
2019-01-01 02:50:37 -05:00
Tobias Diekershoff
e7ee3d7200
Merge pull request #6345 from MrPetovan/bug/6283-clear-message-notifications
...
Clear private message notifications
2018-12-31 08:21:55 +01:00
Michael Vogel
dc05ada059
Merge pull request #6351 from MrPetovan/bug/6350-unescape-admin-warning-text
...
Unescape admin warning text
2018-12-30 16:41:05 +01:00
Hypolite Petovan
5db5cc904a
Unescape plaintext email body
2018-12-30 10:20:38 -05:00
Hypolite Petovan
e0a763b07f
Unescape admin warning text
2018-12-30 10:12:13 -05:00
Tobias Diekershoff
034d0f650b
Merge pull request #6340 from MrPetovan/bug/1495-fix-admin-theme-settings
...
Fix site theme settings modal form
2018-12-30 10:35:44 +01:00
Hypolite Petovan
d838e6d0ec
Fix unread message conversation title display
2018-12-30 01:04:52 -05:00
Hypolite Petovan
838c0f96de
Use minimal mode to change site theme settings
...
- Use textarea in colorbox instead of inline HTML
- Add mode propagation to site theme setting form
- Set theme for site theme settings form to load JS dependencies
2018-12-29 15:40:05 -05:00
Hypolite Petovan
62f5438bb3
Remove useless trailing slash in admin/addon_details.tpl
2018-12-29 15:40:05 -05:00
Hypolite Petovan
fdcdbe287e
[frio] Fix minimal layout
2018-12-29 15:40:04 -05:00
Hypolite Petovan
435cfd7de5
Fix screenshots URLs in frio readme
2018-12-29 15:39:50 -05:00
Tobias Diekershoff
7efde8e334
Merge pull request #6209 from MrPetovan/task/move-config-to-php-array
...
Remove util/ folder
2018-12-29 11:43:55 +01:00
Michael Vogel
94eca77041
Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile
...
Rework mod/match and mod/msearch
2018-12-27 18:04:06 +01:00
Hypolite Petovan
fabc90e9dd
Merge branch '2018.12-rc' into task/move-config-to-php-array
2018-12-27 01:47:53 -05:00
Hypolite Petovan
620395378e
Normalize uses of Strings::formatNetworkName to $network_link
...
- Unescape HTML template variable $network_link
2018-12-26 11:11:38 -05:00
Hypolite Petovan
52ca6f34cd
Unescape babel result panel content
2018-12-25 11:37:57 -05:00
Hypolite Petovan
a3928ec3b6
Restore escaping for textarea field template
2018-12-25 11:37:56 -05:00
Hypolite Petovan
b56aec9a29
Add page wrapper to wallmessage.tpl
2018-12-25 11:37:56 -05:00
Hypolite Petovan
e2a0cee8c2
[frio] Fix remaining user profile link icon
2018-12-25 11:37:56 -05:00
Tobias Diekershoff
6488738790
Merge pull request #6321 from MrPetovan/bug/6316-escape-event-output
...
Escape event output
2018-12-25 08:33:43 +01:00
Hypolite Petovan
c5a3cdcf82
Unescape aes_allow in dfrn_req_confirm.tpl
2018-12-24 23:14:30 -05:00
Hypolite Petovan
4285f2f8bb
Remove unused template variable in dfrn_req_confirm
...
- Replace killme() by exit() in mod/dfrn_request
2018-12-24 23:14:09 -05:00
Hypolite Petovan
787428f68c
Remove template escaping for event title
2018-12-24 23:00:35 -05:00
Hypolite Petovan
acaee626f5
Remove include/ requires that are now done directly from Composer
2018-12-24 09:56:25 -05:00
Hypolite Petovan
b1e85ba605
Fix template escaping in photo gallery view
2018-12-23 10:51:18 -05:00
Hypolite Petovan
3fc5c1ad84
Fix escaping in email notification template
2018-12-23 10:51:00 -05:00
Michael
f19f67add5
Issue 6308 - and again ...
2018-12-22 20:25:23 +00:00
Hypolite Petovan
92214b8867
Merge pull request #6302 from annando/issue-6300
...
Isse 6300: And again templates ...
2018-12-21 19:04:45 -05:00
Hypolite Petovan
97d278109d
Merge pull request #6299 from annando/issue-6296
...
Issue 6296 - and again templates
2018-12-21 19:02:06 -05:00
Hypolite Petovan
6d4412ffea
Merge pull request #6298 from annando/issue-6297
...
Issue 6297 - and again template stuff
2018-12-21 19:01:17 -05:00
Michael
3f4cead189
Isse 6300: And again templates ...
2018-12-21 23:02:43 +00:00
Michael
68f3ae5020
Issue 6296 - and again templates
2018-12-21 22:01:28 +00:00
Michael
4a633527d2
And some more templates
2018-12-21 21:50:18 +00:00
Michael
768ad3cfd9
Issue 6297 - and again template stuff
2018-12-21 21:44:54 +00:00
Michael Vogel
1cab44827f
Merge pull request #6280 from MrPetovan/bug/4738-fix-message-list-query
...
Fix message list query
2018-12-21 22:17:20 +01:00
Michael
7c845dafc5
Issue 6294: Fix templates
2018-12-21 21:09:34 +00:00
Michael
80ea1ea51f
This template change had been missing
2018-12-21 13:48:48 +00:00
Michael
fd7c47ed55
Fixes issue 6289
2018-12-21 13:43:06 +00:00
Michael
bd356a4149
Unescape tags
2018-12-21 06:15:22 +00:00
Michael
f31ca8a818
Some more stuff to unescape
2018-12-21 05:26:29 +00:00
Hypolite Petovan
2776b1443b
Fix post location escaping
2018-12-21 00:06:37 -05:00
Hypolite Petovan
6b481aaac6
Fix advanced profile fields escaping
2018-12-21 00:06:22 -05:00
Hypolite Petovan
c8b6778cde
Fix home escaping
2018-12-21 00:05:55 -05:00
Hypolite Petovan
989bfb53b1
Fix install escaping
2018-12-21 00:05:31 -05:00
Hypolite Petovan
1c58363696
Remove unused/empty template variables in register
2018-12-20 23:59:15 -05:00
Michael
c7a636fe18
Fixing templates - unescaping it again
2018-12-20 21:57:53 +00:00
Hypolite Petovan
c7abb1d82b
Remove unused template variable $tabcontent in mail_head.tpl
2018-12-19 06:39:36 -05:00
Hypolite Petovan
a01bdbbe2d
Fix wrong merge + nofilter in contact_edit
2018-12-18 08:39:26 -05:00
Hypolite Petovan
21a055f670
Merge branch '2018.12-rc' into task/6208-escape-html-true
2018-12-18 08:36:36 -05:00
Hypolite Petovan
091193ad64
Merge pull request #6278 from annando/fix-contact-edit
...
Fix: Contacts can now be edited again
2018-12-18 08:02:49 -05:00
Michael
99e69e30a3
Fix: Contacts can now be edited again
2018-12-18 06:52:09 +00:00
Jonny Tischbein
dc7e6edca9
Add page-wrapper to oauth/edit in frio
2018-12-17 23:09:08 +01:00
Jonny Tischbein
443210b4f0
move templates to frio theme
2018-12-17 23:09:08 +01:00
Jonny Tischbein
58067cdfbf
Add generic content wrapper + frio btn primary buttons class to newmemeber, unfollow, follow (auto + dfrn)
2018-12-17 23:09:08 +01:00
Hypolite Petovan
fe3470d7c1
Remove erroring template comment
2018-12-16 22:38:33 -05:00
Hypolite Petovan
e1b3bcc77d
Unescape yet more values with a focus on the vier theme
2018-12-16 22:38:32 -05:00
Hypolite Petovan
d0fa7f74c5
Unescape value of generic input field
2018-12-16 22:38:32 -05:00
Hypolite Petovan
698d12af79
Unescape variables in events and descriptions
2018-12-16 22:38:32 -05:00
Hypolite Petovan
c407fb7963
Avoid escaping relevant template variables
2018-12-16 22:38:32 -05:00
Hypolite Petovan
38109665c7
Various improvements/fixes
...
- Fix potential missing variable
- Improve replaceMacros doc
- Fix CSS value in smoothly
2018-12-16 22:38:30 -05:00
Hypolite Petovan
2241ba4540
Remove uses of HTML escaping in Smarty templates
2018-12-16 22:38:30 -05:00
Michael
b53a6c5154
The "about" field shouldn't be escaped
2018-12-11 19:24:24 +00:00
Michael
6682114069
Fix: The event name mustn't be escaped, since it can contain converted BBCode
2018-12-02 22:35:39 +00:00
Hypolite Petovan
924869ab5b
Merge branch 'develop' into bug/6211-fix-contact-nets-all
2018-12-02 10:24:50 -05:00
Hypolite Petovan
458981f75c
Replace x() by isset(), !empty() or defaults()
...
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2018-11-30 09:06:22 -05:00
Hypolite Petovan
663ba65f17
Remove "all" value for nets parameter
2018-11-30 05:43:07 -05:00
Hypolite Petovan
9102a37b37
Move master translation file away from util
...
- Rewrite translation documentation
- Delete unused util/strings.php
- Updated references to util/messages.po and util/strings.php
2018-11-28 22:57:55 -05:00
Michael Vogel
ea4e772b1e
Merge pull request #6199 from MrPetovan/task/move-config-to-php-array
...
Move config to PHP array
2018-11-26 23:57:56 +01:00
Hypolite Petovan
5a929c587f
Merge pull request #6204 from annando/escaping
...
We are now escaping many template fields
2018-11-26 16:31:13 -05:00
Hypolite Petovan
0c21bd488f
Use constants instead of strings for register_policy
2018-11-26 07:40:44 -05:00
Tobias Diekershoff
ce099b6cd3
Add missing closing tags
...
The summery template for the admin panel was missing a closing link tag
for the deferred worker queue. This tag has been added for the general
template and the template used by the frio theme.
2018-11-26 11:58:58 +01:00
Michael
069c92049a
Just some misspelling
2018-11-25 23:49:40 +00:00
Michael
73528fa279
Some correction
2018-11-25 20:40:30 +00:00
Michael
6075245b84
Much more escapes
2018-11-25 20:34:02 +00:00
Michael
7381540039
Escaping the address field
2018-11-25 20:04:01 +00:00
Michael
56f21a4b89
Some more escaping
2018-11-25 19:26:46 +00:00
Michael
4f9f86e310
We are now escaping many template fields
2018-11-25 18:56:26 +00:00
Jonny Tischbein
5e577ed133
Change html b to strong
2018-11-25 09:03:01 +01:00
Jonny Tischbein
3af59eaba4
Move all warning text in L10n + frio: make warning closable
2018-11-25 08:32:05 +01:00
Hypolite Petovan
833c57cc35
Remove obsolete INI config files
2018-11-25 01:56:28 -05:00
Hypolite Petovan
98d90e131d
Update install to generate config/local.config.php
2018-11-25 01:44:09 -05:00
Jonny Tischbein
38838173b1
Readd relocate warning for non-frio themes
2018-11-24 23:00:33 +01:00
Jonny Tischbein
66a18702c0
Frio: Move relocation warning from headline to bootstrap danger box
2018-11-24 22:50:42 +01:00
Jonny Tischbein
36aca259d5
Change saving active panel from js localStorage to via html #anker
2018-11-24 00:44:11 +01:00
Jonny Tischbein
62f09fdd57
Only store last opened panel for one reload (the POST reload after a submit)
2018-11-21 19:23:06 +01:00
Jonny Tischbein
278d42dbc9
Save last collapsed panel + restore to open and scroll to top of panel
2018-11-21 19:15:59 +01:00
Jonny Tischbein
860b7bad73
Frio: Add collapsable panel-groups for admin/site
2018-11-21 17:27:10 +01:00
Michael
191c1a400a
The expiry of conversations can now be configured in the admin panel
2018-11-19 06:58:46 +00:00
Hypolite Petovan
f5d58d07e1
Merge pull request #6154 from JonnyTischbein/issue_open_commentbox_post_with_replies
...
[frio] Fix opening comment box when Post has replies
2018-11-17 10:01:05 -05:00
Jonny Tischbein
dd7d556c86
Fix opening comment box when Post has replies
2018-11-17 15:53:34 +01:00
Alexandre Alapetite
4d092872a5
Escaping moved to template
...
https://github.com/friendica/friendica/pull/6147#pullrequestreview-176051481
2018-11-17 14:01:07 +01:00
Tobias Diekershoff
31d9be8337
CS, FR, PL translation updates
2018-11-16 20:08:31 +01:00
Adam Magness
218f0734be
Rename removeTags to escapeTags
...
rename function and update calls.
2018-11-09 13:29:42 -05:00
Adam Magness
ffc406d819
normalise_link calls
...
implement normaliseLink function
2018-11-08 11:28:29 -05:00
Adam Magness
0efcbe5d15
protect_sprintf calls
...
implement protectSprintf function
2018-11-08 10:30:45 -05:00
Adam Magness
a0f65ca7a1
notags calls
...
implement removeTags function
2018-11-08 10:14:37 -05:00
Michael
077a96fb28
Using CSS for custom emojis
2018-11-08 07:42:19 +00:00
Jonny Tischbein
93d50af700
move live update: update_contacts to update_contact
2018-11-06 22:22:42 +01:00
Tobias Diekershoff
6dbe307a27
PL translation update THX waldis
2018-11-01 07:59:05 +01:00
Tobias Diekershoff
1ad5f2dc46
CS translation update THX Aditoo
2018-11-01 07:58:53 +01:00
Tobias Diekershoff
a4cd01a13a
DE translation THX vinz
2018-11-01 07:58:43 +01:00
Jonny Tischbein
b73be5749b
Add support for quattro
2018-10-31 20:17:11 +01:00
Jonny Tischbein
6b43174a74
Fix for vier theme / NonAjax Call
2018-10-31 20:09:44 +01:00
Jonny Tischbein
b66bcb20da
Redirect to previous page after NON-AJAX Post delete via second parameter in /item/drop
2018-10-31 20:09:44 +01:00
Adam Magness
70f01d6c00
Template Engine and props to Renderer
...
move methods and props from App to Renderer
2018-10-31 13:25:38 -04:00
Adam Magness
35abc4bb64
get markup template
...
implement getMarkupTemplate function
2018-10-31 10:44:06 -04:00
Adam Magness
91facd2d0a
replace macros
...
implement new replaceMacros function
2018-10-31 10:35:50 -04:00
Hypolite Petovan
f8ef92f84a
Merge pull request #6052 from rabuzarus/20181030_-_frio_fix_link_highlight
...
Frio - on mobiles the links in the thread will always have the link color (disabling thread hover effect)
2018-10-31 09:04:17 -04:00
rabuzarus
d02f940811
Frio - some cleanups for default.php
2018-10-31 10:22:32 +01:00
rabuzarus
bfe59b4054
Frio - on mobiles the links in thread will always have the link color (disabling thread hover effect)
2018-10-31 10:14:02 +01:00
rabuzarus
ec9f22de92
Frio - add desktop or mobile view class to the html body
2018-10-31 10:07:51 +01:00
Tobias Diekershoff
423b831f84
DE translation THX vinz
2018-10-31 09:36:49 +01:00
Adam Magness
50da89d861
Logger Levels
...
update logger levels in calls
2018-10-30 09:58:45 -04:00
Adam Magness
14fde5dc9b
Log function
...
implement log() function.
2018-10-30 09:57:14 -04:00
Hypolite Petovan
f7147fae96
Merge pull request #6041 from nupplaphil/install_to_module
...
Install to Module
2018-10-30 08:17:26 -04:00
Jonny Tischbein
f4d2f78233
Enables error messages for files too
2018-10-29 23:28:20 +01:00
Jonny Tischbein
780d1edf04
Show error message if image exceeds limit + fix close button
2018-10-29 23:06:42 +01:00
Philipp Holzer
f0382ab919
Refactoring Installation
...
- centralized installation
- renamed Core\Install to Core\Installer
- avoid using $a->data[] for states
- removed unnecessary code
2018-10-29 18:44:39 +01:00
Hypolite Petovan
7ee8bdafc5
Merge pull request #5966 from JeroenED/theme/frio/oembed/view-active-class
...
fixed view of active embedded videos
2018-10-26 19:25:30 -04:00
Tobias Diekershoff
96d1664187
CS translation update THX Aditoo
2018-10-26 07:37:31 +02:00
Jonny Tischbein
e022bac339
Code Standard + renaming deleteAllTags + move its call and add type param
2018-10-25 21:47:10 +02:00
Jonny Tischbein
272eb5eb82
fix doxygen header + indent
2018-10-25 21:47:10 +02:00
Jonny Tischbein
fd2e06781d
Fix adding / removing photo tags + tagrm delete via GET + Item::update / add Term::deleteAllTags
2018-10-25 21:47:10 +02:00
Michael Vogel
dbfe5c9d2a
Merge pull request #6017 from MrPetovan/task/move-pager-out-of-app
...
Road to Router Part 5: Move pager out of App
2018-10-25 21:21:23 +02:00
Ralf Thees
4ddf59e016
indents now with tabs
2018-10-25 09:33:01 +02:00
Hypolite Petovan
14237a9599
Move $pager and $page_offset out of App
...
- Move infinite scroll data output in a module hook
- Use Pager instead of paginate() and alt_pager()
2018-10-25 00:07:15 -04:00
Ralf Thees
dfbaa6e198
Merge branch 'develop' of https://github.com/friendica/friendica into develop
2018-10-24 21:14:45 +02:00
Hypolite Petovan
9c9ebfc7c9
Merge pull request #6013 from JonnyTischbein/issue_comment_media_link_prompt
...
[frio] Add media / link prompt in comments
2018-10-24 12:17:58 -04:00
Jonny Tischbein
6cd17f2229
Code Standard: indent + renaming function in camelcase
2018-10-24 18:09:54 +02:00
Ralf Thees
722fd653ae
Merge branch 'develop' of https://github.com/friendica/friendica into develop
2018-10-24 16:38:29 +02:00
Jonny Tischbein
d2b5f77be9
Add multimedia link for jot + enables hover text in jot + autosize in when paste link + renaming / Code Standards
2018-10-24 16:20:10 +02:00
Michael
95dc030926
Show deferred worker tasks in the admin interface and workerqueue logs
2018-10-23 20:38:28 +00:00
Jonny Tischbein
ee006bdc18
Code Standards
2018-10-23 20:12:53 +02:00
Jonny Tischbein
d0c43c5597
Add prompt for link and media in comment + remove video symbol
2018-10-23 19:50:19 +02:00
Ralf Thees
ff203c277d
Merge branch 'develop' of https://github.com/friendica/friendica into develop
2018-10-22 23:20:00 +02:00
Hypolite Petovan
ac19a9cddc
Merge pull request #5959 from vinzv/patch-2
...
Fix broken credits box
2018-10-21 17:03:55 -04:00
Vinzenz Vietzke
934639654c
reverted css changes, adapted credits.tpl from default theme for frio
2018-10-21 22:50:41 +02:00
Ralf Thees
2f7f9ffdd8
Merge branch 'develop' of https://github.com/friendica/friendica into develop
2018-10-20 04:40:48 +02:00
Hypolite Petovan
afeb6df225
[frio] Enable click through image caption in file browser
2018-10-19 10:46:09 -04:00
Jeroen De Meerleer
bad7d1a9dc
updated to match coding styles
2018-10-19 09:45:00 +02:00
Jeroen De Meerleer
65f2fc39e2
fixed view of active embedded videos
2018-10-19 09:37:15 +02:00
Hypolite Petovan
d0681075bf
Add itemsource module
2018-10-18 22:49:25 -04:00
vinzv
2b663ed2b6
Fix broken credits box
...
Otherwise the content is exceeding the box, both on desktop and mobile.
2018-10-18 22:49:03 +02:00
Ralf Thees
5201e9009d
Inserted missing hidden input with form_security_token
2018-10-17 22:53:24 +02:00
Jonny Tischbein
3065d1c40a
Add Link promt in comment + only add URL instead of attachement via parse_url
2018-10-17 21:05:45 +02:00
Adam Magness
2db8c7d64f
Fix template urls from contacts/ to contact/
...
Update templates to match recent contact/ changes.
2018-10-17 07:25:23 -04:00
Jonny Tischbein
5fd4402074
code standards + fixing navigation links to /contact/...
2018-10-14 20:03:22 +02:00
Jonny Tischbein
bfa05156ca
change links from /contacts to /contact
2018-10-13 13:29:56 +02:00
Jonny Tischbein
738cb4ace6
finish refactoring to Module\Contact
2018-10-13 11:35:51 +02:00
Jonny Tischbein
cdbddd0103
Renaming functions and class
2018-10-13 11:23:52 +02:00
Jonny Tischbein
80ea86113d
Move mod Contacts to /src/Module
2018-10-11 23:14:12 +02:00
Philipp Holzer
307286fc47
parameters and getURLpath to getURLPath
2018-10-10 01:18:47 +02:00
Philipp Holzer
5a02e39a65
Rename App Methods
...
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
2018-10-10 00:16:06 +02:00
Hypolite Petovan
903290a764
Revert "Word Wrap for long words in comments"
2018-10-09 15:09:51 -04:00
Jonny Tischbein
c0fc3c9845
frio set working css property + adding fix for vier
2018-10-09 17:12:28 +02:00
Jonny Tischbein
05d27e48aa
word-wrap for comments in frio style.css
2018-10-09 16:47:28 +02:00
Hypolite Petovan
58c6ef2bc0
Merge pull request #5841 from JonnyTischbein/issue_profile_edit_sexual_marital
...
Fix (short) profile editing showing 'e' for martial and sexual preferences
2018-10-06 07:13:04 -04:00
Jonny Tischbein
17019772a4
Fix (short) profile editing showing 'e' for martial and sexual preference
2018-10-06 11:37:15 +02:00
Tobias Diekershoff
632dd93145
DE translation update
2018-10-06 10:12:37 +02:00
Tobias Diekershoff
f361947044
CS translation update THX Aditoo
2018-10-06 10:03:04 +02:00
Tobias Diekershoff
4a7aad3ec8
PL translation update THX waldis
2018-10-06 10:02:14 +02:00
Jonny Tischbein
5a5a281ed2
css for submit button
2018-10-05 00:11:13 +02:00
Jonny Tischbein
2802f031d4
Submit button for rss poll
2018-10-05 00:08:16 +02:00
Michael Vogel
103535d620
Merge pull request #5773 from MrPetovan/task/rewrite-js-hooks
...
Rewrite JS hooks
2018-10-01 17:10:30 +00:00
Jonny Tischbein
1add30cc5b
Adding serversettings table in template for non frio themes
2018-09-27 20:04:33 +02:00
Jonny Tischbein
1803862fc5
associative array + adding mysql value + removing table header
2018-09-27 19:46:28 +02:00
Jonny Tischbein
16d37acca1
fix indent
2018-09-27 19:00:24 +02:00
Jonny Tischbein
24117c24ce
Get PHP Configuration for upload limit and display in /admin summary site
2018-09-27 18:53:16 +02:00
Hypolite Petovan
8b55bc5881
Normalize padding of inline code
...
- [frio] Remove redundant CSS
2018-09-24 08:32:17 -04:00
Hypolite Petovan
be348cf8c8
Remove addon_hooks template variable
...
- Update addon documentation
2018-09-24 08:16:26 -04:00
Hypolite Petovan
a6996601d5
Merge pull request #5789 from friendica/master
...
Update develop from master-2019.09
2018-09-23 18:55:20 -04:00
Hypolite Petovan
c17a2b8a4e
Add missing change to quattro main less file
2018-09-23 12:52:50 -04:00
Tobias Diekershoff
780571bb68
CS translation update THX Aditoo
2018-09-22 19:30:26 +02:00
Jonny Tischbein
b7e7850b75
disable formatbar in xs screens
2018-09-21 17:46:39 +02:00
Benjamin Lorteau
f0cdd25e34
Register Friendica stylesheet using App->registerStylesheet()
...
- Remove mentions of {{$stylesheet}} in head.tpl templates
2018-09-21 09:54:09 -04:00
Jonny Tischbein
08879298ea
unique html id for share button in preview
2018-09-21 11:12:20 +02:00
Hypolite Petovan
2ae6556b32
Add new 'head' hook
...
- Add new App->registerStylesheet method
- Reworked App->init_pagehead into App->initHead
2018-09-20 21:30:51 -04:00
Hypolite Petovan
cc73aec3ba
Add postprocess_liveupdate JS event dispatch on post preview
2018-09-20 21:03:23 -04:00
Hypolite Petovan
73c1ebc6fd
[frio] Move relevant code to new footer.tpl
2018-09-20 21:02:55 -04:00
Hypolite Petovan
1eaa523e61
Remove unused App->page['end']
...
- Remove unused empty templates
2018-09-20 21:02:28 -04:00
Hypolite Petovan
55f1d7b90e
Add new footer hook
...
- Add new App->footerScripts array
- Add footer.tpl template
- Add documentation
- Rework App->init_page_end to App->initFooter
2018-09-20 21:01:05 -04:00
Jonny Tischbein
fedaf08bd1
remove old TODO
2018-09-20 17:26:19 +02:00
Jonny Tischbein
763ed35bc3
correct textarea id in insertFormattingToPost
2018-09-20 17:23:29 +02:00
Jonny Tischbein
9bc6238b59
Make formatbar work
2018-09-20 17:20:57 +02:00
Jonny Tischbein
f590d31b4b
Add format bar in new post jot
2018-09-20 17:14:32 +02:00
Jonny Tischbein
5edb124660
make share button visivle via theme js. Avoid illegal multiple use of html id
2018-09-20 17:09:39 +02:00
Jonny Tischbein
4c56724715
make share button visible in preview
2018-09-20 16:50:58 +02:00
Jonny Tischbein
b1720c07ec
Add Share button for preview new post
2018-09-20 16:20:33 +02:00
Michael Vogel
5881fa7229
Merge pull request #5772 from MrPetovan/bug/php7-remove-pear-text_highlighter
...
Remove references to Pear Text_Highlighter stylesheets
2018-09-20 09:24:04 +00:00
Hypolite Petovan
18c8a7f247
Fix inline code span display
2018-09-19 23:10:41 -04:00
Hypolite Petovan
7dd6fb3b3c
Rewrite JS hooks
...
- Use event listeners instead of homebrew hooks
- Remove view/js/addon-hooks.js and its references
- Update Addon docs
2018-09-19 22:51:51 -04:00
Hypolite Petovan
8fbcbbda16
Remove references to Pear Text_Highlighter stylesheets
2018-09-19 21:36:21 -04:00
Michael Vogel
1fa37586ca
Merge pull request #5764 from MrPetovan/task/update-mrpetovan-email-address
...
Update "mrpetovan" email address
2018-09-18 14:26:58 +00:00
Tobias Diekershoff
2660882f1e
NL translation update THX Jeroen
2018-09-17 19:43:39 +02:00
Tobias Diekershoff
9927e7a7bf
update to the zh-cn translation THX tomacat
2018-09-17 19:43:06 +02:00
Tobias Diekershoff
ee0fc167c9
CS translation update THX Aditoo
2018-09-17 19:42:12 +02:00
Hypolite Petovan
9d0a6f90b6
Update "mrpetovan" email address
...
- Fix Tobias' email address
- Fix copypasted doc block in Console/PostUpdate
2018-09-15 19:28:38 -04:00
Michael
63b5cb4fc6
Issue 5721: Temporarily deactivate the picture upload from private mails
2018-09-13 15:46:37 +00:00
Hypolite Petovan
11a3b45957
[frio] Fix ACL selection in new event modal
...
- Fix this.allow_cid.push isn't a function error
2018-09-09 10:10:17 -04:00
Hypolite Petovan
4edbea3ed0
Fix JS error when no acl is defined
2018-09-09 09:54:54 -04:00
rabuzarus
26607d4a27
Frio - bugfix - don't show new event button if the button isn't available
2018-09-06 14:40:34 +02:00
Hypolite Petovan
8a1581cadd
Merge pull request #5727 from rabuzarus/20180905_-_rise_frio_version
...
Frio - rise frio version
2018-09-05 12:52:42 -04:00
rabuzarus
f9fe162f2f
Frio - rise version
2018-09-05 18:31:09 +02:00
rabuzarus
7c5e964581
Frio - fix missing modal for editing albums
2018-09-05 18:24:04 +02:00
rabuzarus
85fed927c3
Frio - addToModal() can now be used with an element ID as a parameter
2018-09-05 17:30:07 +02:00
Tobias Diekershoff
8872d86f8d
CS translation update THX Aditoo
2018-08-28 17:41:09 +02:00
Tobias Diekershoff
c8840ba418
PL translation update THX waldis
2018-08-27 10:24:01 +02:00
Tobias Diekershoff
d75b79aa36
CS translation update THX Aditoo
2018-08-27 10:23:37 +02:00
Tobias Diekershoff
dbc1841586
DE translation update
2018-08-27 10:23:24 +02:00
Hypolite Petovan
0d8e5eace5
[frio] Mobile: force input font size to 16px
2018-08-25 19:30:18 -04:00
Hypolite Petovan
3bfd0ceed6
[frio] Fix HTML warnings
...
- Add missing space between attributes
- Add missing closing tag to logo SVG mask
2018-08-25 19:30:18 -04:00
Michael Vogel
dc4b6ba559
Merge pull request #5665 from tobiasd/20180825-nl
...
NL translation update THX Jeroen
2018-08-25 19:35:01 +00:00
Tobias Diekershoff
67d6fae92e
NL translation update THX Jeroen
2018-08-25 20:39:21 +02:00
Michael Vogel
edcd0a3744
Issue 4960: Ignoring and blocking of contacts should work again ( #5657 )
...
* Issue 4960: Ignoring and blocking of contacts should work again
* Renamed functions
* This function should be renamed as well.
* We now have a frontend to block and ignore public contacts
* Hide some parts for public contacts
* Removed notices, public contact is now accessible from dirfind as well
* We now show contact conversations and contact posts
* We now use a new conversation mode
* The update functionality is disabled until it will work completely
* Fixing tabs chaos
* Update after posts on the contacts page will now work
* Show connect link
2018-08-25 09:48:00 -04:00
Michael Vogel
29b73877a9
Fix the settings in frio ( #5650 )
2018-08-22 00:14:16 -04:00
Michael Vogel
54aee2aaa7
Removed notices that revealed themselfes over night ... ( #5645 )
...
* Removed notices that revealed themselfes over night ...
* And more notices removed that occured over night
* One more ..
* Some more notices of the day ...
2018-08-21 17:35:09 +02:00
Michael
334c628511
And again ... notices
2018-08-20 21:20:21 +00:00
rabuzarus
dd2d680258
Frio: new photos upload template ( #5637 )
...
* frio - add missing page template to various photo pages (fix missing background)
* frio - rework photo upload album selection
* frio - rework photo upload button
* frio - fix photo upload button and acl
2018-08-20 00:29:50 -04:00
rabuzarus
47c2565917
Merge pull request #5634 from astifter/photo_view_page_icons
...
[frio] Add icons on photo view page.
2018-08-19 23:04:28 +02:00
Andreas Neustifter
66d8a67884
Add icons on photo view page.
...
This page still had textual links, change them to icons. Also remove missleading header.
2018-08-19 21:53:32 +02:00
Andreas Neustifter
fc3aa9e58b
[frio] Vertically align toolbar items. ( #5633 )
2018-08-19 02:19:36 +00:00
Tobias Diekershoff
7b3cfcb469
CS translation update THX Aditoo
2018-08-17 10:28:57 +02:00
rabuzarus
e1d2ee3400
frio - add missing page template to various photo pages (fix missing background) ( #5613 )
2018-08-14 23:58:51 +00:00
Michael Vogel
1283b99c6f
Removed notices in the frio theme ( #5610 )
...
* Removed notices in the frio theme
* And fixed notices in the notifications
* And some more in frio
* Null is the default value
* And some small notice in the probing removed
* Added note
* Clarified note
* And a removed notice in OStatus
2018-08-14 19:37:44 +00:00
Tobias Diekershoff
0b57d919dc
IT translations THX Fabio
2018-08-14 10:01:09 +02:00
Hypolite Petovan
b6e57989dc
Call asynchronous JS after complete page load
2018-08-14 03:01:36 +02:00
Tobias Diekershoff
87608fd965
CS translation update THX Aditoo
2018-08-12 07:05:05 +02:00
Michael Vogel
880b7177c8
And again, and again, and again, ... some more notices removed ( #5601 )
...
* And again, and again, and again, ... some more notices removed
* And some more notices ...
* Some more place
2018-08-11 23:05:42 +02:00
rabuzarus
7cecc5a24c
frio - improve some hover effects to action link/buttons
2018-08-11 13:41:55 +02:00
Tobias Diekershoff
2e22695755
CS translation update THX Aditoo
2018-08-10 06:57:34 +02:00
Tobias Diekershoff
09338d774b
update PL translations THX waldis ( #5590 )
...
* update PL translations THX waldis
* missing space
2018-08-09 11:38:42 +02:00
rabuzarus
8789aedf6b
Frio - Bring back some padding space ( #5585 )
...
* frio - bring back the optical dividing space in the profile widget
* frio - bring back the optical dividing space between the profile picture and the separator line
2018-08-08 12:58:58 +02:00
Tobias Diekershoff
a0ed67ddd4
update PL translations THX waldis
2018-08-08 08:40:21 +02:00
Tobias Diekershoff
204d54043d
DE translation update
2018-08-08 08:40:16 +02:00
Tobias Diekershoff
8b804fa1a2
frio: common_tabs.tpl has now accesskeys as well
2018-08-07 12:55:37 +02:00
Michael Vogel
e969fc6efe
Merge pull request #5578 from tobiasd/20180807-vier
...
vier theme, wider popup-menu
2018-08-07 11:20:31 +02:00
Tobias Diekershoff
083fcd3c9a
frio implemented accesskeys to the nav.tpl
2018-08-07 10:28:41 +02:00
Tobias Diekershoff
b58e812202
vier theme, wider popup-menu
2018-08-07 10:12:10 +02:00
Tobias Diekershoff
25c75231d7
CS translation update THX Aditoo
2018-08-06 12:54:45 +02:00
Tobias Diekershoff
2c75b011e9
update PL translations THX waldis
2018-08-06 12:54:38 +02:00
Michael Vogel
8ab661aaed
Merge pull request #5553 from MrPetovan/task/improve-frio-mobile-display
...
[frio] Increase content space on <600px width devices
2018-08-04 23:11:27 +02:00
Michael Vogel
793a4bf803
Merge pull request #5554 from MrPetovan/bug/5544-fix-private-message-js-interactions
...
[frio/vier] Fix JS errors in compose private message page
2018-08-04 23:09:56 +02:00
Hypolite Petovan
fe2d97315b
[vier] Add missing addeditortext() JS function in compose private message page
2018-08-04 22:10:09 +02:00
Hypolite Petovan
e76ddd7745
[frio] Fix shared posts avatars size/position between desktop/mobile
2018-08-04 21:54:02 +02:00
hoergen
b7b6194297
removing vertical spaces under the notification button ( #5555 )
...
[frio] Removing vertical spaces under the notification button
2018-08-04 21:45:30 +02:00
Hypolite Petovan
ea09a51dff
[frio] Fix JS error in compose private message page
2018-08-04 21:14:29 +02:00
Hypolite Petovan
6cf5fd56e5
[frio] Increase content space on <600px width devices
2018-08-04 20:54:58 +02:00
Michael Vogel
810c108297
Fix: Notes can be posted again. Never use "defaults" with "false" ( #5551 )
2018-08-04 16:06:36 +02:00
Michael Vogel
c72c64a6d8
Notices again ( #5543 )
...
* And again notices
* Notices in the directory
* Much more places
* Fix some double $
* Notice in ping
* Missing field
* Fix: We now remove deleted users from the directory
* Some more stuff
* Notices when removing users
* Added logging
* More logging
* Two more
2018-08-02 07:21:01 +02:00
Tobias Diekershoff
227070dfa2
update PL translations THX waldis
2018-08-01 16:23:17 +02:00
Tobias Diekershoff
ad8e7794d8
CS translation update THX Aditoo
2018-08-01 16:23:09 +02:00
Roland Häder
4d39164c1e
[WIP] Rewrite to Proxy class: ( #5507 )
...
* Rewrite to Proxy class:
- introduced new Friendica\Network\Proxy class for in exchange of proxy_*()
functions
- moved also all PROXY_* constants there as Proxy::*
- removed now no longer needed mod/proxy.php loading as composer's auto-load
will do this for us
- renamed those proxy_*() functions to better names:
+ proxy_init() -> Proxy::init() (public)
+ proxy_url() -> Proxy::proxifyUrl() (public)
+ proxy_parse_html() -> Proxy::proxifyHtml() (public)
+ proxy_is_local_image() -> Proxy::isLocalImage() (private)
+ proxy_parse_query() -> Proxy::parseQuery() (private)
+ proxy_img_cb() -> Proxy::replaceUrl() (private)
* Ops, need to set $a here ...
* CR request:
- moved Proxy class to Friendica\Module
- extended BaseModule
* Ops, no need for own instance of $a when self::getApp() is around.
* Proxy-rewrite:
- proxy_url() and proxy_parse_html() are both non-module functions (now
methods)
- so they must be splitted into a seperate class
- also the SIZE_* and DEFAULT_TIME constants are both not relevant to module
* No instances from utility classes
* Fixed error:
- proxify*() is now located in `Friendica\Util\ProxyUtils`
* Moved back to original place, ops? How did they move here? Well, it was not
intended by me.
* Removed duplicate (left-over from split) constants and static array. Thank to
MrPetovan finding it.
* Renamed ProxyUtils -> Proxy and aliased it back to ProxyUtils.
2018-07-30 22:06:22 -04:00
Michael Vogel
55c10a3fc9
Merge pull request #5530 from tobiasd/20180730-adminblocked
...
enhance block users in admin panel
2018-07-30 20:03:00 +02:00
Tobias Diekershoff
c63ad5afee
vier theme was missing an icon for the block button
2018-07-30 17:32:35 +02:00
Tobias Diekershoff
0257f410d5
mention if a user is blocked in the admin panel user overview
2018-07-30 17:19:22 +02:00
Tobias Diekershoff
543898f363
Missing submit button in admin panel
2018-07-30 16:27:52 +02:00
Tobias Diekershoff
14e46a1d01
DE translation update THX copis
2018-07-30 10:42:16 +02:00
Tobias Diekershoff
19c7e67efa
CS translation update THX Aditoo
2018-07-30 10:16:34 +02:00
Andreas Neustifter
7e761fa514
[frio] Fix wrongly removed content wrapper and fix CSS instead. ( #5496 ) ( #5505 )
2018-07-26 11:42:26 -04:00
Andreas Neustifter
830b2edc35
[frio] Remove frame around recent photos. ( #5496 ) ( #5499 )
...
Also layout file properly.
2018-07-25 16:21:43 -04:00
Andreas Neustifter
e8effeb3ae
[frio] Fix layout of profile aside. ( #5497 ) ( #5498 )
...
See issue (#5497 )[https://github.com/friendica/friendica/issues/5497 ] for details.
2018-07-25 16:12:30 -04:00
Andreas Neustifter
b6c254eede
[frio] Fix profile edit links. [ #5474 ] ( #5475 )
2018-07-24 10:20:16 -04:00
Jeroen De Meerleer
a44eeda463
Added bootstrap tables to queues ( #5484 )
...
* Added bootstrap tables to queues
* Changed to double quotes
2018-07-24 08:10:20 -04:00
Hypolite Petovan
a6fb3568f9
Rename dbesc to DBA::escape
2018-07-23 15:30:54 -04:00
Hypolite Petovan
ecea7425f8
Rename DBA::is_result to DBA::isResult
2018-07-23 11:04:14 -04:00
Hypolite Petovan
0ec44f3e8a
Rename DBM method calls to DBA method calls
2018-07-23 11:02:24 -04:00
Andreas Neustifter
303aef34f0
Make frio more consistent by replacing textual links with icons everywhere. ( #5415 )
...
* Make frio more consistent by replacing textual links with icons everywhere I could find them.
* [frio] Move profile add link to icon.
2018-07-21 07:31:05 -04:00
Andreas Neustifter
b26da6096b
[frio] Restyle album edit header. ( #5426 )
2018-07-20 15:23:51 -04:00
Andreas Neustifter
24fc070c5c
[frio] Restyle photo upload ( #5427 )
...
* Better wording in photo upload.
* [frio] Restyle photo uploader to conform to frio style.
2018-07-20 15:23:12 -04:00
Roland Häder
36c6e35c7e
Misc cleanups ( #5417 )
...
* Fixed http://github to https://github
Signed-off-by: Roland Häder <roland@mxchange.org>
* reverted back
Signed-off-by: Roland Häder <roland@mxchange.org>
* Added type-hint 'array' as the method uses foreach() on it.
Signed-off-by: Roland Häder <roland@mxchange.org>
* Tpzo fixed ...
Signed-off-by: Roland Häder <roland@mxchange.org>
* Added missing new-line at end of file, will make some POSIX parsers being lesser
confused ...
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-19 20:52:18 -04:00
Michael Vogel
5af9596dde
New item field "Post-type" and new table "permissionset" ( #5408 )
...
* "post-type" replaces "bookmark" and "type"
* Removed some more type
* Added index to permission set
* The permission set is now stored
* The permission set is now removed upon expiry
* Post update now stores the permission set
* New file
* Permissions are now sorted
* Changed documentation
2018-07-19 09:52:05 -04:00
Jeroen De Meerleer
5790a0c58a
Added warning for special characters in docs and template ( #5402 )
2018-07-18 17:30:34 -04:00
Hypolite Petovan
b343987120
Fix segfault in PHP 5.6 parsing INI strings
...
- add documentation to generated local.ini.php file
2018-07-16 19:38:17 -04:00
Hypolite Petovan
762a786611
Replace direct accesses to App->config by Config::get/set calls
2018-07-16 19:38:16 -04:00
Hypolite Petovan
0448ca3897
Update install procedure
...
- Fix Notice messages in Core\Install and Database\DBStructure
- Move local config file template from htconfig.tpl to local.ini.tpl
- Remove htconfig.php
2018-07-16 19:38:14 -04:00
Hypolite Petovan
e952d6677b
Rename App->path to App->urlpath
2018-07-16 19:38:13 -04:00
Hypolite Petovan
2503660f97
Add new INI config files
...
- Add new local.ini.tpl template
- Change all references from .htconfig.php to config/local.ini.php
2018-07-16 19:38:13 -04:00
Michael Vogel
d7dc1f6d27
Merge pull request #5370 from MrPetovan/develop
...
[ImgBot] optimizes images
2018-07-15 13:37:23 +02:00
miqrogroove
b5fe1c60a9
Fix Broken Profile Links ( #5286 )
...
* Expose the block_public setting to head.tpl
* Do not include hovercard.js if block_public
2018-07-14 16:31:46 -04:00
Jeroen De Meerleer
678efab1c9
Add worker queue details ( #5375 )
...
* Added Worker queue page
* Added worker queue template
* Added translation strings
* Added en-US translation
* #TGWHT: Thank god we have Typo
* Where donkey == true
* Added in to menu correctly
* Updated link in summary page
* Updated link on summary page for frio theme
* Updated q() to dba::select()
* Revert "Added translation strings"
This reverts commit f1f3694a2412f69c39559650759b6483013f0f17.
* Revert "Added en-US translation"
This reverts commit 61777489e3add56e81c4f976599d8a2e025265cb.
2018-07-14 14:01:17 -04:00
Tobias Diekershoff
80ac7da01d
admins can mark their nodes for explicit content ( #5373 )
...
* added field explicidContent to the metadata in the nodeinfo
* admins can mark their nodes for explicit content
* booleans shall be small
2018-07-14 12:08:06 -04:00
Hypolite Petovan
6cf50a14fa
Merge pull request #16 from MrPetovan/imgbot
...
[ImgBot] optimizes images
2018-07-14 02:22:52 -04:00
ImgBotApp
c50cc25902
[ImgBot] optimizes images
...
*Total -- 7,020.51kb -> 6,174.86kb (12.05%)
/images/icons/10/edit.png -- 2.94kb -> 0.37kb (87.38%)
/images/icons/10/add.png -- 2.88kb -> 0.37kb (87.2%)
/images/icons/10/delete.png -- 2.95kb -> 0.38kb (87.14%)
/images/icons/10/gear.png -- 2.97kb -> 0.40kb (86.49%)
/images/icons/16/edit.png -- 3.06kb -> 0.49kb (83.99%)
/images/icons/10/menu.png -- 2.95kb -> 0.47kb (83.99%)
/images/icons/16/add.png -- 3.00kb -> 0.48kb (83.83%)
/images/icons/16/delete.png -- 3.07kb -> 0.50kb (83.67%)
/images/search_18.png -- 3.22kb -> 0.57kb (82.25%)
/images/icons/16/gear.png -- 3.12kb -> 0.56kb (82.18%)
/images/icons/22/edit.png -- 3.17kb -> 0.61kb (80.72%)
/images/icons/22/add.png -- 3.13kb -> 0.62kb (80.16%)
/images/icons/22/delete.png -- 3.22kb -> 0.65kb (79.81%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha.png -- 3.19kb -> 0.66kb (79.49%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha-horizontal.png -- 3.55kb -> 0.76kb (78.6%)
/images/icons/10/star.png -- 3.15kb -> 0.68kb (78.38%)
/images/icons/22/gear.png -- 3.30kb -> 0.74kb (77.72%)
/images/icons/16/menu.png -- 3.19kb -> 0.72kb (77.51%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/hue-horizontal.png -- 2.77kb -> 0.68kb (75.61%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/hue.png -- 2.90kb -> 0.71kb (75.5%)
/images/icons/22/menu.png -- 3.28kb -> 0.80kb (75.45%)
/images/icons/16/star.png -- 3.42kb -> 0.95kb (72.33%)
/images/blank.png -- 1.33kb -> 0.39kb (70.42%)
/images/icons/48/add.png -- 3.85kb -> 1.14kb (70.36%)
/images/icons/22/star.png -- 3.69kb -> 1.22kb (66.93%)
/view/theme/frio/img/select_arrow.png -- 0.95kb -> 0.31kb (66.87%)
/images/icons/48/edit.png -- 3.86kb -> 1.30kb (66.39%)
/images/icons/48/delete.png -- 3.90kb -> 1.32kb (66.3%)
/images/diaspora-logo.png -- 8.52kb -> 2.88kb (66.18%)
/view/theme/duepuntozero/deriv/imggreenzero/head.jpg -- 1.05kb -> 0.36kb (65.96%)
/view/theme/frio/img/mime/file.png -- 1.06kb -> 0.37kb (64.94%)
/view/theme/duepuntozero/deriv/imgeasterbunny/head.jpg -- 1.08kb -> 0.38kb (64.65%)
/view/theme/duepuntozero/deriv/imgpurplezero/head.jpg -- 1.08kb -> 0.38kb (64.65%)
/view/theme/frio/img/mime/word.png -- 1.05kb -> 0.37kb (64.62%)
/view/theme/frio/img/mime/excel.png -- 1.05kb -> 0.37kb (64.6%)
/view/theme/frio/img/mime/zip.png -- 1.09kb -> 0.39kb (64.33%)
/images/facebook.png -- 4.28kb -> 1.57kb (63.28%)
/images/icons/48/gear.png -- 4.13kb -> 1.53kb (62.89%)
/view/theme/frio/img/mime/powerpoint.png -- 1.11kb -> 0.43kb (61.2%)
/view/theme/frio/img/mime/video.png -- 1.13kb -> 0.46kb (59.39%)
/view/theme/frio/img/icon_search16x16.png -- 1.21kb -> 0.50kb (58.89%)
/images/icons/play.png -- 6.14kb -> 2.53kb (58.84%)
/view/theme/frio/img/mime/audio.png -- 1.10kb -> 0.46kb (58.36%)
/images/icons/text.png -- 6.03kb -> 2.52kb (58.25%)
/images/icons/video.png -- 6.01kb -> 2.52kb (58.1%)
/view/theme/frio/img/mime/image.png -- 1.18kb -> 0.52kb (55.47%)
/images/icons/48/menu.png -- 4.50kb -> 2.02kb (55.02%)
/images/icons/edit.png -- 8.10kb -> 3.71kb (54.19%)
/images/icons/lock.png -- 8.01kb -> 3.75kb (53.22%)
/images/icons/delete.png -- 7.72kb -> 3.62kb (53.06%)
/images/icons/48/star.png -- 4.66kb -> 2.20kb (52.91%)
/images/icons/add.png -- 8.48kb -> 4.02kb (52.6%)
/images/mail.png -- 10.30kb -> 4.95kb (51.93%)
/images/icons/unlock.png -- 8.20kb -> 3.95kb (51.79%)
/images/icons/audio.png -- 7.79kb -> 3.77kb (51.56%)
/images/icons/plugin.png -- 9.23kb -> 4.48kb (51.46%)
/images/icons/zip.png -- 9.60kb -> 4.71kb (50.96%)
/doc/img/editor_frost.png -- 3.70kb -> 1.84kb (50.37%)
/view/theme/frio/img/mime/pdf.png -- 1.23kb -> 0.62kb (49.72%)
/images/icons/gear.png -- 10.49kb -> 5.31kb (49.38%)
/view/theme/frio/img/mime/indesign.png -- 1.30kb -> 0.67kb (48.76%)
/doc/img/frost.png -- 1.96kb -> 1.01kb (48.68%)
/view/theme/frio/img/mime/illustrator.png -- 1.17kb -> 0.61kb (47.96%)
/view/theme/frio/img/mime/photoshop.png -- 1.21kb -> 0.64kb (47.29%)
/images/icons/image.png -- 13.66kb -> 7.22kb (47.17%)
/doc/img/diabook.png -- 3.22kb -> 1.74kb (46.03%)
/images/appnet.png -- 9.21kb -> 5.03kb (45.42%)
/images/blogger.png -- 9.07kb -> 4.99kb (44.95%)
/view/theme/frio/img/placeholder-postform-arrow.png -- 1.82kb -> 1.06kb (41.81%)
/doc/img/posts_define.png -- 3.04kb -> 1.78kb (41.44%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/saturation.png -- 8.61kb -> 5.10kb (40.72%)
/images/tumblr.png -- 5.92kb -> 3.54kb (40.23%)
/images/wordpress.png -- 20.29kb -> 12.24kb (39.66%)
/images/icons/link.png -- 7.28kb -> 4.43kb (39.21%)
/images/dreamwidth.png -- 7.36kb -> 4.48kb (39.08%)
/images/libertree.png -- 8.61kb -> 5.33kb (38.12%)
/images/googleplus.png -- 8.74kb -> 5.70kb (34.82%)
/doc/img/camera.png -- 0.87kb -> 0.58kb (33.41%)
/doc/img/paper_clip.png -- 0.65kb -> 0.44kb (33.13%)
/doc/img/friendica_rich_editor.png -- 9.65kb -> 6.50kb (32.68%)
/images/icons/menu.png -- 14.44kb -> 9.79kb (32.21%)
/images/gnusocial.png -- 17.53kb -> 12.05kb (31.26%)
/doc/img/friendica_editor.png -- 7.85kb -> 5.47kb (30.32%)
/view/theme/smoothly/images/photo-menu.jpg -- 2.74kb -> 1.92kb (29.99%)
/images/twitter.png -- 13.04kb -> 9.41kb (27.83%)
/images/icons/star.png -- 9.09kb -> 6.66kb (26.73%)
/view/theme/vier/screenshot.png -- 190.75kb -> 141.23kb (25.96%)
/doc/img/post_mark.png -- 0.72kb -> 0.55kb (24.22%)
/view/theme/vier/icons.png -- 19.84kb -> 15.16kb (23.58%)
/view/theme/duepuntozero/bbedit.png -- 2.09kb -> 1.61kb (23.36%)
/view/theme/quattro/icons/bbedit.png -- 2.09kb -> 1.61kb (23.36%)
/view/theme/quattro/showmore-bg.jpg -- 1.92kb -> 1.48kb (22.62%)
/images/screenshots/friendica-frio-red-profle-1.png -- 74.57kb -> 57.72kb (22.59%)
/images/person-48.jpg -- 2.12kb -> 1.66kb (21.69%)
/doc/img/post_tag.png -- 0.60kb -> 0.47kb (21.24%)
/view/theme/frio/img/screenshots/screenshot-mobile.png -- 45.25kb -> 35.72kb (21.06%)
/view/theme/smoothly/images/icons.png -- 19.29kb -> 15.25kb (20.96%)
/images/icons/notify_on.png -- 3.58kb -> 2.84kb (20.68%)
/spec/dfrn-snap2.jpg -- 240.94kb -> 192.52kb (20.1%)
/doc/img/video.png -- 0.61kb -> 0.49kb (20.03%)
/images/icons/info.png -- 4.19kb -> 3.38kb (19.24%)
/view/theme/duepuntozero/deriv/imgdarkzero/head.jpg -- 1.24kb -> 1.02kb (17.42%)
/images/screenshots/friendica-frio-red-profle-2.png -- 153.60kb -> 128.16kb (16.56%)
/doc/img/post_link.png -- 0.56kb -> 0.47kb (15.56%)
/images/icons.png -- 13.48kb -> 11.42kb (15.32%)
/view/theme/smoothly/images/power.png -- 3.05kb -> 2.59kb (15.28%)
/view/theme/duepuntozero/deriv/imggreenzero/greenicons.png -- 12.03kb -> 10.22kb (15%)
/images/person-80.jpg -- 3.03kb -> 2.61kb (13.99%)
/view/theme/frio/img/screenshots/screenshot-jot-modal.png -- 108.30kb -> 93.19kb (13.96%)
/images/icons/notice.png -- 3.61kb -> 3.11kb (13.92%)
/doc/img/editor_vier.png -- 2.63kb -> 2.27kb (13.8%)
/images/screenshots/friendica-frio-green-profle-1.png -- 158.43kb -> 136.58kb (13.79%)
/images/screenshots/friendica-frio-brown-profile-2.png -- 891.01kb -> 768.46kb (13.75%)
/doc/img/acl_win.png -- 53.89kb -> 46.57kb (13.58%)
/view/theme/smoothly/images/next.png -- 0.87kb -> 0.75kb (13.58%)
/doc/img/dispy.png -- 3.61kb -> 3.13kb (13.32%)
/images/icons/notify_off.png -- 4.24kb -> 3.68kb (13.25%)
/doc/img/darkbubble.png -- 2.43kb -> 2.11kb (13.03%)
/images/screenshots/friendica-frio-red-profle-3.png -- 570.89kb -> 497.47kb (12.86%)
/images/screenshots/friendica-frio-brown-profile-1.png -- 526.17kb -> 461.66kb (12.26%)
/view/theme/frio/screenshot.png -- 133.28kb -> 117.52kb (11.83%)
/view/theme/frio/img/screenshots/screenshot.png -- 133.28kb -> 117.52kb (11.83%)
/images/icons/feed.png -- 8.80kb -> 7.78kb (11.58%)
/images/screenshots/friendica-frio-green-profle-2.png -- 460.00kb -> 408.47kb (11.2%)
/images/icons/user.png -- 6.76kb -> 6.04kb (10.69%)
/view/theme/smoothly/images/prev.png -- 0.83kb -> 0.75kb (9.5%)
/images/icons/48/feed.png -- 2.63kb -> 2.39kb (9.03%)
/images/icons/48/user.png -- 2.22kb -> 2.03kb (8.55%)
/view/theme/duepuntozero/editicons.png -- 6.15kb -> 5.67kb (7.81%)
/images/content-types.png -- 3.80kb -> 3.52kb (7.43%)
/doc/img/post_categorize.png -- 0.48kb -> 0.44kb (7.38%)
/images/icons/16/play.png -- 0.50kb -> 0.46kb (7.09%)
/doc/img/editor_zero.png -- 2.60kb -> 2.42kb (7.05%)
/images/default-profile-mm.jpg -- 0.31kb -> 0.29kb (6.52%)
/images/screenshots/friendica-frio-mobile-profle-2.png -- 50.47kb -> 47.29kb (6.3%)
/doc/img/post_thumbs_down.png -- 0.51kb -> 0.48kb (6.14%)
/view/theme/duepuntozero/deriv/imggreenzero/border.jpg -- 0.33kb -> 0.31kb (6.14%)
/view/theme/duepuntozero/border.jpg -- 0.33kb -> 0.31kb (6.14%)
/images/default-profile-sm.jpg -- 0.34kb -> 0.32kb (6.07%)
/view/theme/duepuntozero/deriv/imgdarkzero/sectionend.jpg -- 0.35kb -> 0.33kb (5.92%)
/view/theme/duepuntozero/deriv/imgeasterbunny/border.jpg -- 0.36kb -> 0.33kb (5.77%)
/view/theme/duepuntozero/deriv/imgpurplezero/border.jpg -- 0.36kb -> 0.33kb (5.77%)
/view/theme/duepuntozero/head.jpg -- 0.37kb -> 0.35kb (5.48%)
/view/theme/smoothly/images/menu-user-pin.jpg -- 0.38kb -> 0.36kb (5.45%)
/images/plugin.png -- 2.00kb -> 1.89kb (5.43%)
/images/show_all_off.png -- 0.53kb -> 0.50kb (5.38%)
/images/person-175.jpg -- 5.76kb -> 5.45kb (5.36%)
/doc/img/post_share.png -- 0.43kb -> 0.41kb (4.95%)
/spec/dfrn2_contact_request.png -- 317.37kb -> 301.69kb (4.94%)
/doc/img/post_thumbs_up.png -- 0.50kb -> 0.47kb (4.72%)
/view/theme/duepuntozero/photo-menu.jpg -- 0.45kb -> 0.43kb (4.58%)
/images/default-profile.jpg -- 0.48kb -> 0.46kb (4.29%)
/view/theme/duepuntozero/screenshot.jpg -- 70.86kb -> 67.88kb (4.2%)
/images/onoff.jpg -- 0.49kb -> 0.47kb (4.18%)
/spec/dfrn2_contact_confirmation.png -- 245.40kb -> 235.22kb (4.15%)
/view/theme/smoothly/screenshot.png -- 131.94kb -> 126.54kb (4.09%)
/view/theme/duepuntozero/deriv/imgdarkzero/border.jpg -- 0.51kb -> 0.49kb (4.03%)
/doc/img/darkzero.png -- 2.80kb -> 2.69kb (4.01%)
/view/theme/quattro/screenshot.jpg -- 67.98kb -> 65.57kb (3.54%)
/images/icons/10/play.png -- 0.41kb -> 0.40kb (3.33%)
/doc/img/editor_darkbubble.png -- 2.49kb -> 2.40kb (3.3%)
/view/theme/quattro/icons/contacts3.png -- 0.55kb -> 0.53kb (3.04%)
/images/friendica-256.jpg -- 16.73kb -> 16.25kb (2.87%)
/view/theme/quattro/icons/men.png -- 0.38kb -> 0.37kb (2.79%)
/images/icons/22/image.png -- 0.89kb -> 0.87kb (2.73%)
/view/theme/frio/img/friendica-32.png -- 0.62kb -> 0.61kb (2.5%)
/images/icons/48/text.png -- 0.95kb -> 0.93kb (2.47%)
/images/screenshots/friendica-frio-mobile-profle-1.png -- 47.24kb -> 46.25kb (2.11%)
/view/theme/smoothly/images/rarrow.gif -- 0.99kb -> 0.97kb (2.07%)
/images/icons/48/video.png -- 1.00kb -> 0.98kb (2.05%)
/images/icons/48/notify_on.png -- 1.47kb -> 1.44kb (1.99%)
/images/icons/48/image.png -- 2.18kb -> 2.13kb (1.93%)
/view/theme/frio/img/screenshots/screenshot-scheme-red.png -- 750.10kb -> 736.91kb (1.76%)
/view/theme/frio/img/screenshots/screenshot-scheme-love-music.png -- 238.98kb -> 235.05kb (1.65%)
/images/icons/48/lock.png -- 1.31kb -> 1.29kb (1.64%)
/images/icons/10/plugin.png -- 0.46kb -> 0.45kb (1.49%)
/images/icons/48/play.png -- 0.99kb -> 0.98kb (1.47%)
/view/theme/frio/img/screenshots/screenshot-settings.png -- 50.67kb -> 49.96kb (1.41%)
/images/icons/48/zip.png -- 1.62kb -> 1.60kb (1.39%)
/doc/img/globe.png -- 0.79kb -> 0.78kb (1.24%)
/images/icons/48/audio.png -- 1.28kb -> 1.26kb (1.22%)
/images/icons/48/plugin.png -- 1.62kb -> 1.60kb (1.2%)
/images/icons/group.png -- 7.10kb -> 7.02kb (1.13%)
/images/friendica-128.jpg -- 8.17kb -> 8.08kb (1.11%)
/images/icons/10/audio.png -- 0.46kb -> 0.45kb (1.06%)
/images/icons/22/notify_on.png -- 0.70kb -> 0.70kb (0.83%)
/doc/img/editor_frio.png -- 1.43kb -> 1.42kb (0.68%)
/images/screenshots/friendica-frio-default-profile-1.png -- 666.68kb -> 662.45kb (0.63%)
/images/icons/16/image.png -- 0.65kb -> 0.65kb (0.45%)
/images/icons/48/group.png -- 2.34kb -> 2.33kb (0.38%)
2018-07-13 14:38:11 +00:00
Tobias Diekershoff
30cef1a739
some plugins left over ( #5369 )
...
* tinymce is not used anymore, we can delete the cuson CSS file
* mv the plugins_details template to addon_details
* renamed template called from admin panel
* some CSS classes that should be addon where still plugin
* Insert a warning into the generated quattro CSS files
2018-07-12 13:18:45 -04:00
Andreas Neustifter
5e76ea6a35
Properly readd CSS changes from PR #5345 .
...
I wrongly added CSS to generated files, now adding changes to less
as is good and proper.
And sorry for PR #5356 .
2018-07-11 21:27:44 +02:00
hoergen
47582cd5ee
updated wall-spacer and color of preview ( #5357 )
...
* Update wall_thread.tpl
named an unnamed style definition to can address it via css
* Update style.css
Added div wall-spacer definition
* Update wall_thread.tpl
removed wall-spacer definition. moved to main css
* Update style.css
* Update wall_thread.tpl
* Update plusminus.css
wall-spacer and color of preview changed
* Update plusminus.css
* spaces
spaces
* Update style.css
* Update style.css
removed tabs and spaces
2018-07-11 14:33:44 -04:00
Andreas Neustifter
dd00a943f2
Only make changes for frio. ( #5347 )
2018-07-11 11:28:38 -04:00
Tobias Diekershoff
34b17ed8fe
regenerated quattro CSS files from the less sources to fix #5356 ( #5364 )
2018-07-11 08:26:23 -04:00
Andreas Neustifter
ef0e34adf3
Use imports to reduce quattros css duplications. ( #5356 )
2018-07-10 16:59:14 -04:00
Andreas Neustifter
298b528c81
Seperate blocks in /admin/features. ( #5345 )
...
* Seperate blocks in /admin/features.
Its hard to distinguish between blocks of settings in the features page. Its
useful to clearly mark the blocks belonging together.
* Also try to separate items for other themes.
* Make sure separate settings boxes work in all themes.
2018-07-10 16:57:13 -04:00
hoergen
39abfb547d
Update wall_thread.tpl ( #5352 )
...
* Update wall_thread.tpl
named an unnamed style definition to can address it via css
* Update style.css
Added div wall-spacer definition
* Update wall_thread.tpl
removed wall-spacer definition. moved to main css
* Update style.css
* Update wall_thread.tpl
2018-07-10 09:31:29 -04:00
Michael Vogel
0360f7197a
Several more warnings ... ( #5340 )
...
* Some more warnings removed
* Even more warnings ...
* Will it ever end? ;-)
* Avoid warning in dbstructure
* Origin and OStatus ...
* There are more warnings solved ... yeah!
* And again ...
* We are not done yet
* And more ...
* And some new places ...
* And more in the feeds
* Avoid some more
* And some backend stuff
* Notifications cleared
* Some more stuff
* and again ...
* It's getting fewer ...
* Some warnings had been hidden in the notifications
* Fix the fix
* And another missing one ...
* We need the owner here, not the user
* Forgotten user
* And more ...
* And some more warnings disappeared ...
* Some more frontend warnings
* Some backend warnings removed
* Fixed sidebar for "vier"
* And more ...
* Some more ...
* And something for "remote self"
* Am I stuck in an endless loop?
* Fix: Clear tag and file field on update
* Preset page content
2018-07-10 08:27:56 -04:00
Andreas Neustifter
32ef5623ab
[frio] Improve Group Editing ( #5349 )
...
* Improve group-editing and edit-navigation.
Use icons next to groups and header for navigation to editing groups and adding new groups.
Also use icon from group-sidebar for editing groups.
* Unify look&feel of contact search bars.
* Remove nogroup page and replace with /group/none.
* Make sure proper items are selected in aside.
* Use icon instead of link for 'View Contacs' on profile page.
* Fix none-working /group/none.
* Fix highlighting for everyone in group aside.
2018-07-09 18:36:50 -04:00
Andreas Neustifter
09b7e217c7
[Suggestion] Move New User Tip Link ( #5342 )
...
* Move new member tips to navigation bar.
The link looks so forlorn when its just somewhere in there. Put it in the nav bar.
* Style new member hints link propery.
* Make changes requested by @MrPetovan .
2018-07-09 18:20:57 -04:00
Hypolite Petovan
e93f4e5c0c
Merge pull request #5348 from astifter/use_h3_for_showing_contacts
...
Use h3 instead of h4 in contacts block
2018-07-09 08:21:43 -04:00
Andreas Neustifter
56b6adc396
Fix relocate button label.
...
In settings the 'Start Relocate' button is also labeld 'Save Settings'.
2018-07-09 12:42:32 +02:00
Andreas Neustifter
d442024c0e
Make sure contacs header is same size as everything in aside.
...
All the widgets in asside have h3 for their headers, use this for showing contacts too.
2018-07-09 12:42:31 +02:00
Michael
3e797547a3
Warnings fixed
2018-07-08 09:37:05 +00:00
Tobias Diekershoff
ba7505f12f
CS translation update THX Aditoo
2018-07-07 11:22:18 +02:00
Hypolite Petovan
54707dd4c8
Merge pull request #5327 from tobiasd/20180706-issue4753
...
admins can forbid some nicknames from being registered
2018-07-06 09:59:34 -04:00
Tobias Diekershoff
72638acac3
admins can forbid some nicknames from being registered
2018-07-06 15:32:56 +02:00
Tobias Diekershoff
100c5e33ac
CS translation update THX Aditoo
2018-07-06 06:27:59 +02:00
Tobias Diekershoff
fef252736b
CS translation update THX Aditoo
2018-07-02 07:04:43 +02:00
Tobias Diekershoff
c2496ccc9d
update for DE translation
2018-07-01 11:08:12 +02:00
hoergen
eb5edad07a
Add files via upload
...
frio: new scheme Plusminus aims to minimize empty design spaces
2018-06-30 13:39:11 +02:00
Tobias Diekershoff
85392963cf
CS translation update THX Aditoo
2018-06-25 07:39:48 +02:00
Tobias Diekershoff
6800c89ea5
update PL translations THX waldis
2018-06-22 07:37:50 +02:00
Hypolite Petovan
a5550b4702
Merge pull request #5253 from rabuzarus/20180616_-_magic_auth_test_2
...
Port hubzillas OpenWebAuth - remote authentification
2018-06-20 17:46:04 -04:00
Roland Häder
8ad523fbc8
Continued a bit:
...
- removed/fixed whitespaces and mixture of spaces/tabs (some)
- added new-line character at end of files (POSIX-compilant)
- reverted some code which I had messed up (compared to upstream/develop)
- removed duplicate dba::update() invocation in src/Protocol/DFRN.php
- also removed no longer valid TODO
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-06-20 22:19:54 +02:00
Tobias Diekershoff
dbe1d5adc7
update DE translations
2018-06-20 17:34:23 +02:00
rabuzarus
0a97a3f822
Bugfix: hide savedsearch butten and subthread button for non local_users
2018-06-19 18:27:54 +02:00
rabuzarus
1c7f4e3c63
port hubzillas OpenWebAuth - remote authentification
2018-06-18 23:05:44 +02:00
Tobias Diekershoff
ca85fa2272
update to the zh-cn translation THX 朱陈锬
2018-06-18 11:41:29 +02:00
Tobias Diekershoff
7a84252233
NL translation update
2018-06-18 08:24:00 +02:00