8811ca9e9e
provide /locs link on settings page if there is more than one hubloc for this channnel *that isn't deleted*.
zotlabs2016-11-05 03:31:50 -07:00
471d88c1d2
some fixes for the recent changes in the personal menu dropdown
Mario Vavti2016-11-04 21:29:23 +01:00
8ac32cf4d6
Collapse navbar-collapse-1 if avatar menu is clicked.
Andrew Manning2016-11-03 21:01:18 -04:00
b541351a0a
ignore flags to dns_get_record() and look for anything
zotlabs2016-11-02 23:37:57 -07:00
92f5a2b6a6
issue #409 - use item_notshown for file activities to prevent display but allow transmitting to other sites. We currently allow file acitivies with item_hidden to be transmitted as a special case but eventually we want to remove the special case and disallow items with item_hidden from being propagated.
zotlabs2016-11-02 21:17:18 -07:00
ae092efb49
provide merged usermenu div for all server roles
zotlabs2016-11-02 20:22:48 -07:00
aab7bc5282
silence a minor warning
zotlabs2016-11-02 18:48:23 -07:00
9e2ccbd2a7
convert manual page updates to a display setting instead of a feature
zotlabs2016-11-02 18:40:50 -07:00
6a6494d947
if connecting to a channel that is already pending, undo the pending and set connect permissions accordingly. issue #577 - this will mostly affect channels that were connected out of band, but will also auto-friend somebody that has already connected to you, if you reciprocate prior to seeing and/or acting on the pending connection notice.
zotlabs2016-11-02 17:27:18 -07:00
055d55b71b
retry liveupdate up to 10 times if we receive incomplete/truncated html data.
zotlabs2016-11-01 21:39:49 -07:00
ca948d66a9
feature: static page update as opposed to live update of conversations on the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.
zotlabs2016-11-01 20:21:39 -07:00
d46fe20986
modernise chanview, which has a renewed purpose - to provide a connect link to foreign network members. The iframe no longer works due to content security policies, and people hated this with a passion anyway; so just provide a URL to visit.
zotlabs2016-10-26 21:50:30 -07:00
aee2742951
when inserting a link, if the url begins with '!' ignore oembed and do everytthing old school.
zotlabs2016-10-26 16:44:54 -07:00
c3af36d33b
the logic is much too complicated for the notifier. Let plugins know if they are going upstream or downstream with a simple binary variable.
zotlabs2016-10-26 02:46:14 -07:00
3885aa1e8c
allow .htpreconfig.php to be loaded if you can't install without special settings or require PHP logging at that time; it is ignored during normal use.
zotlabs2016-10-26 00:17:23 -07:00
33b1c57092
For z_dns_check() use config values from memory and ignore DB - as this function can be called in the early stages of Setup when we first try to connect to the database.
zotlabs2016-10-25 23:32:24 -07:00
441d3bf1ed
make the edited header stand out slightly
zotlabs2016-10-25 20:46:57 -07:00
bd83936e5d
send "hidden" edit activities to networks which don't support edits themselves
zotlabs2016-10-25 20:43:24 -07:00
88a68b941f
put all dns checking into one function, allow it to be ignored
zotlabs2016-10-25 18:27:32 -07:00
084b41fc2c
first cut at edit activities
zotlabs2016-10-25 16:21:56 -07:00
20194bed42
this seems to work, but there are unanswered questions and is still undergoing investigation. It appears that the data stored with os_content = 1 is not being escaped in all circumstances or the scaled image data is being escaped twice.
zotlabs2016-10-23 21:27:10 -07:00
06bbf494bb
profile photo issue on postgres
zotlabs2016-10-23 20:01:39 -07:00
5c891bcfb5
need to perform dbunescbin on stored filenames as well as binary data - this is a no-op under mysql but could provide unpredictable data under postgres
zotlabs2016-10-23 17:46:29 -07:00
8fc87411fa
php warning, $uplink didn't have a default
zotlabs2016-10-22 13:20:51 -07:00
5fb173149a
provide lockstate for events and remove obsolete code
Mario Vavti2016-10-22 20:44:41 +02:00
02cf7274d2
Add wiki download button to export the selected wiki repo to a zip file
Andrew Manning2016-10-22 08:52:26 -04:00
43de0e7f16
until we've settled on what they should be, set os_path and display_path to an emtpy string
Florian SteinelandFlorian Steinel2016-10-22 08:17:26 +02:00
f84530c285
attach_mkdir use $os_path and $display_path initilized to an empty string
Florian Steinel2016-10-22 08:07:27 +02:00
aa9fef7778
squash timezone adjusted birthdays into a single day in the calendar, by lying and telling the js calendar that the end date/time is unknown
zotlabs2016-10-21 20:56:01 -07:00
9fea44cbc3
better fix for navbar channel autocomplete, refrain from search until a minimum of 3 chars entered. 2 typically gives way too many results and usually low quality results.
zotlabs2016-10-21 18:15:44 -07:00
5e761a1068
full revert, that wasn't working at all. Not sure why.
zotlabs2016-10-21 14:27:29 -07:00
222186d5f7
fine tune the navbar people autocomplete, as the check for minimum length wasn't taking into consideration the initial tag character, and one char search provides way too many results. The autocomplete cache doesn't search again but just searches through its cache. This means as you type more chars, if the answer wasn't included in the very first search (one char), it won't be returned. This may need further tweaking as the network grows.
zotlabs2016-10-21 14:15:29 -07:00
331412ddff
remove more corporate code - https url conversion for youtube is now handled by std_embeds plugin
zotlabs2016-10-20 17:53:15 -07:00
04ac04e0ad
allow a dsn override to the database via the server argument. This could be used to allow unix domain sockets and other unusual configurations.
zotlabs2016-10-20 17:04:43 -07:00
81f3a5cf94
discover tab showing on network page using fresh site with no settings (it is disabled by default, but the admin setting has not yet been committed to disk).
zotlabs2016-10-19 21:50:26 -07:00
3726b546d5
use pdo for postgres also
zotlabs2016-10-19 19:24:12 -07:00
b926a4c67e
when translating like activities, we're distinguishing comments from posts by mid and parent_mid; neither if which are present in the stored activity object
zotlabs2016-10-18 21:42:54 -07:00
29320f8aad
remove requirement that imported profile photos be in the profile photos album
zotlabs2016-10-18 18:37:58 -07:00
2a59f45a3b
Change the behaviour of 'use existing photo for profile'. For a channel with one profile, works just as it did previously. For multiple profiles, go back to the "upload form" but with a pre-existing file selected so that the correct profile can be selected. The text on this page and the resulting form are changed to remove the 'upload' text and file selection; but falls through to cropping in either case.
zotlabs2016-10-18 18:30:50 -07:00