friendica
2212ddb913
use icons for identification
2014-04-11 23:54:11 -07:00
friendica
47096df97e
not quite right but I need to check it in so I can switch branches
2014-04-11 20:35:25 -07:00
friendica
2b3697c27a
the auto-complete part
2014-04-11 20:12:40 -07:00
friendica
8b39b5ae4e
via Mario: default channel permissions not working on channel page
2014-04-11 15:51:25 -07:00
marijus
3197ccbf5e
bootstrapify aclselector
2014-04-11 16:06:39 +02:00
friendica
fb88544ae4
Merge https://github.com/friendica/red into pending_merge
2014-04-10 18:50:33 -07:00
friendica
a798dd767d
push notes widget updates to channel clones on focusout (final save). Don't do this for the auto-save events (every ten seconds) which could generate superfluous network traffic.
2014-04-10 18:46:22 -07:00
RedMatrix
feb3a81623
Merge pull request #402 from sasiflo/master
...
Added info about SSL certificates
2014-04-11 11:23:13 +10:00
friendica
bf1f18e172
Include the entire original item when notifying other channels of deletions as it contains important routing and scope information. Previously we were only sending a couple of critical fields like the message-id, flags, and creation date. The thinking was that it is deleted, let's not resend the deleted contents anywhere. But in order to route this through the same path the original post took we really need the entire original post with all of its baggage attached.
2014-04-10 16:14:19 -07:00
sasiflo
f16fc1eb4f
Added some more details about why browser-valid SSL certificates must be
...
used when SSL is used at all.
It is now in the check failure message in the installation routine, the
installation readme and in the documentation pages.
2014-04-10 23:41:18 +02:00
marijus
b88a7fc23a
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
2014-04-09 18:29:22 +02:00
marijus
9f621dac85
change the way jot tools are displayed/hidden
2014-04-08 22:07:06 +02:00
friendica
95751dddff
some fixes to #395
2014-04-07 20:20:28 -07:00
friendica
d820fa155b
possible fix for issue #398
2014-04-07 18:32:22 -07:00
friendica
74029a9ee9
this should be better - "xchan deleted" state on remote sites only follows the xchan_flags and not the channel_pageflags; XCHAN_FLAGS_DELETED should only be set if the channel is to be removed from the entire network. As mentioned in a previous commit, channel_pageflags could be set to PAGE_REMOVED but still leave living clones on other sites.
2014-04-07 16:10:43 -07:00
friendica
10167fdf51
prevent follows of and notifications to deceased channels
2014-04-07 02:55:00 -07:00
friendica
7d429b2894
subdue archived connections in mod/connections
2014-04-06 22:21:51 -07:00
friendica
75b6aa235e
more work on #395
2014-04-06 21:40:23 -07:00
friendica
81ce5f14d2
missing pagination on viewconnections page
2014-04-06 18:57:04 -07:00
friendica
6f555c50e1
a bit more work towards issue #395 - cleaning up some cases which were going to the url directly and which weren't going through chanview. Also worth noting - mentions in posts do not go through chanview. Perhaps it is time to kill chanview (except we then cannot implemented a "connected" or "connect" button since we don't have any control over the landing page). For the time being I'm just trying to trap as many of the "visit URL" links as possible and sending them to a common place. Then we can figure out how that common place should behave.
2014-04-06 18:40:37 -07:00
friendica
50c608482a
mod/item - get rid of some failed experiments, duplicated code and unused code.
2014-04-06 16:17:21 -07:00
RedMatrix
2a13a9b20a
Merge pull request #397 from sasiflo/master
...
Try to repair of channel administration
2014-04-06 20:54:37 +10:00
friendica
64dfe3ab64
issue #395 , item 2
2014-04-06 03:47:53 -07:00
sasiflo
6d170b2e07
Merge remote-tracking branch 'upstream/master'
2014-04-06 12:21:24 +02:00
friendica
ad60e2c566
use parent_mid in the parent query for enotify instead of of the parent id. This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well.
2014-04-06 02:57:33 -07:00
sasiflo
9f54a8f96b
Hope I have repaired the channel admin page.
...
Channel blocking and deleting was copied from user actions. This was not
done to an end. Hope what I do is enough to enable channel blocking and
deleting the correct way.
On deletion all entities that belong to the channel are deleted. But the
channel itself is just marked as deleted. Do not really understand why
it is done this way.
2014-04-06 00:34:52 +02:00
friendica
8b0721cf35
this makes rpost to another channel work somewhat - but there are issues, since the ACL will belong to the wrong channel. Leaving disabled for now. I don't know that we can solve all the issues without a different design so this may end up in a plugin for those who are willing to put up with the shortcomings.
2014-04-05 03:53:04 -07:00
friendica
4901ef8faf
provide the ability for rpost to post as another of your channels. This does not yet work, so the functionality has not been enabled.
2014-04-05 02:32:07 -07:00
friendica
32e71cf06b
finish "ifpending" connections
2014-04-04 17:43:44 -07:00
friendica
97f0424b18
introduce a connection type called 'ifpending' for number 6 of issue #395 - so that we can still have an unconditional 'pending' link. Needs testing before integrating with the nav menu
2014-04-04 16:56:49 -07:00
friendica
f832e59585
doc updates, plus back-end work for rpost to let you post to a different channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms.
2014-04-04 15:25:18 -07:00
friendica
d1271ca340
clarify location - issue #392
2014-04-02 19:25:57 -07:00
friendica
69513441f5
removed default maximagesize - it can be set in the admin pages.
2014-04-02 15:36:18 -07:00
friendica
0a097b8337
snakebite: bring back some of the legacy XML discovery interfaces, update as required.
2014-04-02 14:56:20 -07:00
friendica
6ba32d714d
save notes every ten seconds while focused, then save them once more on focusout
2014-04-01 14:52:47 -07:00
Thomas Willingham
4a2805e12e
Missed one
2014-03-30 23:01:31 +01:00
Thomas Willingham
1093e8d83e
Default discover to on.
2014-03-30 22:59:37 +01:00
friendica
c400303f22
make the discover tab enabled by default the first you use the admin panel, though it will be disabled until you use the admin panel.
2014-03-29 23:24:38 -07:00
Alexandre Hannud Abdo
fedd19ec95
Let the site admin choose whether to display the Discover tab.
2014-03-30 00:03:12 -03:00
marijus
18f30cf281
provide some info to not local users
2014-03-28 19:39:58 +01:00
friendica
85d61813ca
another complication to deletion
2014-03-28 01:19:30 -07:00
friendica
34403d3bd3
fix delete missing permission check
2014-03-28 01:12:52 -07:00
friendica
d99eaf1510
a few more delete fixes
2014-03-27 20:43:37 -07:00
friendica
a6d8668a5f
try and sort out the item delete mess
2014-03-27 20:28:48 -07:00
friendica
1177f97a50
change wording of new connection request notification setting
2014-03-27 18:05:49 -07:00
friendica
8594d069a1
new connection notification
2014-03-27 18:03:19 -07:00
friendica
2b6feeb835
this will probably fix the uploaded photo permission issue, if not it should be close
2014-03-27 15:56:31 -07:00
friendica
a0674af416
firehose fixes and optimisations. In particular get rid of the unresponsive script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
2014-03-27 15:35:29 -07:00
friendica
7b24b78af9
add fh to other page templates
2014-03-27 00:35:46 -07:00
friendica
a5a55738bc
superfluous comma
2014-03-27 00:07:11 -07:00
friendica
3044dc7f6d
catch the "new" view as well
2014-03-26 22:11:34 -07:00
friendica
5a3903a40c
firehose testing (network?f=&fh=1) - some possible security bugs so testing purposes only
2014-03-26 22:05:19 -07:00
friendica
ed14c1f224
more work on firehose
2014-03-26 18:45:01 -07:00
friendica
150bc9866a
Merge https://github.com/friendica/red into zpull
2014-03-26 17:06:14 -07:00
friendica
9a3a2819c1
add admin/channels
2014-03-26 17:05:45 -07:00
friendica
79f5fd8e2a
allow zotfeed to create a firehose of a site.
2014-03-26 16:09:07 -07:00
Thomas Willingham
d3527245f7
Spare / and an undeclared var in editwebpage.
2014-03-26 19:49:08 +00:00
friendica
f924d38d8c
webfinger enhancements: per RFC7033
2014-03-25 16:44:19 -07:00
friendica
7375e30506
This should be a slight improvement in setting ciphers - we'll punt on RedHat but open up the list just for openssl distros which seem to have all the problems at the moment.
2014-03-25 15:19:18 -07:00
marijus
a868e73d5f
forgot to change one line
2014-03-25 15:49:58 +01:00
marijus
89b573a6f3
fix lock permissions view and autoload not kicking in on touch devices under certain conditions
2014-03-25 15:27:45 +01:00
friendica
e6ea4a7574
ssl ciphers - be liberal in what we accept, conservative in what we generate
2014-03-24 17:16:01 -07:00
friendica
02af02118d
photos upload - remove phantom duplicated blank album name from selection list
2014-03-23 17:07:21 -07:00
friendica
ba6765a403
report curl errors during install when they are most needed
2014-03-23 15:48:08 -07:00
friendica
b6b4ffa68d
add curl error text to mod/probe so we can remotely diagnose communication issues from other sites.
2014-03-23 15:24:38 -07:00
friendica
d8577ac7b5
allow authtest to accept webbies as well as urls since I'm always trying to use the former and of course it always fails.
2014-03-23 15:15:20 -07:00
friendica
2dda5d6c70
add expire setting, take out unknown mailers and max friend requests per day which aren't implemented
2014-03-19 20:40:35 -07:00
friendica
ecb2e52a74
little fixes of hopefully nil significance
2014-03-16 20:34:21 -07:00
Thomas Willingham
5a8be68900
json_return_and_dir isn't a thing
2014-03-13 02:09:45 +00:00
friendica
74b8a38645
json_return_and_dir is a typo
2014-03-12 19:04:20 -07:00
Thomas Willingham
031b888e2c
Stick help in a template
2014-03-12 17:13:58 +00:00
friendica
5e41ef9219
protect filed conversations from expiration - we check the parent to see if it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected.
2014-03-11 17:41:56 -07:00
friendica
09dde2810c
failed experiment - revert the directory to 80 results per page until somebody implements endless scroll on the thing. 300 takes far too long to load all the images.
2014-03-10 23:47:45 -07:00
friendica
a79072ce47
update cacert.pem , don't hide url link for rmagic
2014-03-09 13:53:55 -07:00
Christian Vogeley
8be35d60cf
zrl and zmg are back
2014-03-09 04:18:03 +01:00
Christian Vogeley
76ab9403af
merge
2014-03-09 04:15:11 +01:00
Christian Vogeley
27197e5b50
allow again zrl and zmg in api
...
the problem was that the values weren’t returned and so the android
client received a null value
2014-03-09 04:08:22 +01:00
friendica
bef416a2d1
advanced search front-end
2014-03-08 17:39:20 -08:00
friendica
20ef3aee72
back-end for advanced directory search
2014-03-08 15:53:55 -08:00
friendica
af22aeb557
incorrect webfinger link per fabrixxm
2014-03-08 12:40:06 -08:00
friendica
aa8a93f171
missing quote
2014-03-07 23:00:27 -08:00
friendica
b2b5d5838a
Merge pull request #357 from beardy-unixer/master
...
Create sys channels
2014-03-08 17:56:04 +11:00
friendica
ab0eab49e8
start new connections out with even more sane defaults than before by pre-filling the connedit form page. This still lets them change things before any damage has been done or before any privacy has leaked, but should reduce the number of new connections that can't comment.
2014-03-07 20:28:04 -08:00
Thomas Willingham
93000ebad6
Actually create syschan during install
2014-03-07 17:29:36 +00:00
friendica
8c7e076dae
bring friends back
2014-03-06 01:29:42 -08:00
friendica
1b1cfb366d
missing mod/block
2014-03-05 17:06:46 -08:00
friendica
7dd373fa7e
lots of little fixes to blocks
2014-03-05 14:17:01 -08:00
friendica
61f47cd5ed
move language selector to a module
2014-03-05 03:19:20 -08:00
friendica
cdcbc5816e
add Comanche help link to pdledit
2014-03-04 21:03:56 -08:00
friendica
efc828bed5
add pdl editor to settings/display
2014-03-04 20:58:12 -08:00
friendica
267283748f
Red API: /api/red/item/new ; which is like /api/statuses/update except it uses Red semantics and returns success/failure indication.
2014-03-04 19:57:54 -08:00
friendica
4da73d7d84
stopgap solution until somebody implements endless scroll on the directory
2014-03-04 19:34:04 -08:00
friendica
aa9d25f517
add system PDL editor (lets you change/personalise the layout for any module which has a system PDL file.)
2014-03-04 18:12:27 -08:00
friendica
39f18d0f16
fix third-party zid's
2014-03-04 15:25:04 -08:00
friendica
86d60f572f
change flags for one-way connections from hidden to unconnected so we can still use hidden for - well hiding connections
2014-03-04 14:35:42 -08:00
friendica
66f754c4c7
!@#$% pay~!@#$pal
2014-03-04 01:43:39 -08:00
friendica
3d49bf0320
directory sync issues
2014-03-03 21:00:42 -08:00
friendica
cdd2e9cd95
layout export to file
2014-03-03 20:05:23 -08:00
friendica
7baeb45183
some anomolies found when viewing connections in various cases.
2014-03-02 19:40:59 -08:00
friendica
429022e116
allow one to ignore pending connections
2014-02-28 16:00:29 -08:00
friendica
102521844b
put schemas in Comanche (this requires theme support (!))
2014-02-27 20:48:10 -08:00
Thomas Willingham
5cf0e74501
Capitalise $a->page['title'] in doco pages.
2014-02-27 17:50:36 +00:00
friendica
364fc9f163
comanche: provide an option to add a menu class for different theming choices on some menus (e.g. horizontal, tabbed, etc.)
2014-02-25 20:58:20 -08:00
friendica
3fb26e06ab
Merge https://github.com/friendica/red into zpull
2014-02-25 19:48:57 -08:00
friendica
e7e97e578b
put bookmarked chatrooms into poco
2014-02-25 19:48:13 -08:00
Thomas Willingham
04e6cb515b
Fix the weirdness of messages appearing in the middle of the screen
...
and working their way downwards one comment at a time as the ping runs
when joining an active chat room.
2014-02-26 01:57:29 +00:00
friendica
2c72e49d1f
more chatroom discovery
2014-02-25 17:55:30 -08:00
friendica
08313bac6c
allow personalised page layouts for modules.
2014-02-25 14:12:51 -08:00
friendica
b1021df485
provide ability to bookmark chatrooms using rbmark
2014-02-24 21:34:49 -08:00
friendica
2becbae402
remote "add bookmark" - like rpost but saves a bookmark from a remote hub into one of your own bookmark folders (or a new one if desired).
2014-02-24 20:46:52 -08:00
Thomas Willingham
8284901f9e
Make bbcode the default doco ready for the next commit
2014-02-24 05:11:56 +00:00
friendica
5b4e3f46bc
minor stuff, some doco, auth cleanup, and make "unknown" more translateable by context.
2014-02-22 14:58:12 -08:00
friendica
075b7fa9c8
This should resolve the dav authentication loop (correctly)
2014-02-22 13:33:18 -08:00
friendica
9c4c0e6d23
prevent mod/cloud looping (ping gets a new session on each call [wtf?] which triggers our "changed uid" detector)
2014-02-22 03:38:23 -08:00
friendica
e12f6f1bd9
small changes to a couple of lookup functions which we need to use a bit more
2014-02-20 17:20:24 -08:00
friendica
e55170c00a
code cleanup
2014-02-20 17:07:43 -08:00
friendica
3bddaa9e04
title missing in private mention posts
2014-02-20 15:00:29 -08:00
friendica
6eb971656e
believe i found the issue which was causing hundreds/thousands of identical hublocs to be created
2014-02-20 01:35:08 -08:00
friendica
c219451702
Merge pull request #324 from tonybaldwin/master
...
Do not view remote profiles in frames. (changed description for display->settings), in ALL relevant files
2014-02-20 15:26:17 +11:00
friendica
a29b71547a
use a "fullscreen" icon for chanview full screen mode; add channel_menu selection and setting to the settings page.
2014-02-19 20:19:56 -08:00
tony baldwin
9715176a56
s/View remote profiles as webpages/Do not view remote profiles in
...
frames/g
2014-02-19 22:56:52 -05:00
friendica
24d119b8c4
introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is able to successfully authenticate (but is not necessarily in this network).
2014-02-18 20:59:25 -08:00
friendica
5747e20e50
some more snakebite and fix up include/account - forgot about that inline array stuff
2014-02-18 16:59:31 -08:00
friendica
9a51f8ce65
edit bookmarks
2014-02-18 14:26:23 -08:00
friendica
309ae2d1e4
update the donation link
2014-02-17 20:33:52 -08:00
friendica
d5c55250f9
remove the exit clause
2014-02-17 20:24:34 -08:00
friendica
ea709361f6
snakebite, cont. magic-auth via openid is now possible, with the caveat that one needs a hand-crafted xchan at the moment to make use of it and if you wish to do so, there will be no assistance or help provided. The risk of system instability and mangled DBs now and going forward is significant if you try this.
2014-02-17 20:10:43 -08:00
friendica
d6ab975b18
operation snakebite continued. openid now works for local accounts using the rmagic module and after storing your openid in pconfig. This is just an interesting but trivial (in the bigger scheme of things) side effect of snakebite. The snake hasn't even waken up yet.
2014-02-17 19:48:05 -08:00
friendica
d3120264cb
more snakebite stuff
2014-02-17 18:23:01 -08:00
friendica
df22a78936
Merge pull request #314 from zzottel/master
...
Make @!-tags safer
2014-02-17 15:09:11 +11:00
friendica
70526915c8
several things were not working correctly w/r/t community tagging. The preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit.
2014-02-16 16:04:46 -08:00
friendica
16cd9e2a7e
don't include deleted channels in number of channels service class checks
2014-02-16 14:48:07 -08:00
friendica
663dd39015
don't show deleted channels on admin account summary page
2014-02-16 14:39:27 -08:00
friendica
ebd52368bb
strip hard-wired zids from posted links as they will have the wrong identity when somebody tries to view the link
2014-02-16 14:13:26 -08:00
friendica
d9e4f63466
preserve attachments when editing a post
2014-02-14 13:15:02 -08:00
friendica
eadf5121d0
rev update and a minor fix (missing param) to force_refresh
2014-02-14 12:39:15 -08:00
zottel
7a6fcd9ea4
make sure the user can't inadvertently send a post with @!-tags to an
...
unintended audience because he had browsed the Matrix by collection or
by contact
2014-02-14 11:08:05 +01:00
marijus
d7546c7a63
This makes advanced privacy settings adjustable in expert mode only. Also they are hidden behind a button. This is a design hotfix should probably come up with something better someday...
2014-02-13 19:29:06 +01:00
friendica
2c1b366fdf
make activities optional for profile things, clean up the forms
2014-02-12 14:44:27 -08:00
friendica
7f3f981d96
fix a mysql error which popped up in the dbfail log
2014-02-11 20:45:17 -08:00
friendica
95a45a119d
shamelessly steal, and cut/paste from the settings page to get mod_photos edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
2014-02-11 18:45:50 -08:00
friendica
b5728fa42e
fixes to thing profile assignments
2014-02-11 16:56:39 -08:00
friendica
d02529fde1
implement a forced directory update mode where we unconditionally create a directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
2014-02-11 14:19:20 -08:00
friendica
841f3922aa
typos in authtest
2014-02-10 20:40:12 -08:00
friendica
dfcb863c70
fix ambiguous result message from authtest
2014-02-10 18:20:23 -08:00
friendica
12319c41e3
add chanview mode to settings
2014-02-10 15:14:03 -08:00
friendica
a7fa14800d
better bookmark escaping
2014-02-10 01:44:21 -08:00
friendica
a76c53657b
don't add bookmark tags to naked links inside code blocks
2014-02-10 01:11:59 -08:00
friendica
eb96a04d34
since the project donate section was added to siteinfo - add a way for the hub admin to add in a donation section to keep the hub running.
2014-02-09 20:08:29 -08:00
friendica
cf3b76c046
backend for chatroom activity monitor - honours permissions and returns (json) how many in room and last chat timestamp, regardless of whether the observer is actually in the room.
2014-02-09 16:47:06 -08:00
friendica
b58baa5e4a
more XSS blockage of uploaded files
2014-02-09 15:00:47 -08:00
friendica
c5f0b85357
fix wall photos
2014-02-09 00:30:43 -08:00
friendica
e346aa7560
that's better
2014-02-08 12:08:07 -08:00
friendica
e71571f619
revert last fix, it double tags
2014-02-08 12:02:45 -08:00
friendica
92dea7888b
allow somebody to type #^{{naked link}}
...
-- auto-linkify it and create a bookmark tag.
2014-02-08 11:53:47 -08:00
friendica
ecac985e33
make bookmarks message into an 'info' so it expires and goes away after a bit
2014-02-07 23:33:40 -08:00
friendica
ae6bd7dc1e
fix issue with double linkify in the git feed
2014-02-07 15:41:31 -08:00
friendica
1ec7ffc774
Merge https://github.com/friendica/red into zpull
2014-02-07 13:40:26 -08:00
friendica
63589d4f2e
from olivier: use double quotes in js strings, updated FR translation
...
from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
2014-02-07 13:39:13 -08:00
marijus
f62ec4132e
let oneself be added to a collection in exchange for deleted contacts
2014-02-07 21:28:39 +01:00
friendica
cda1224066
missing element in new chatroom link
2014-02-06 23:10:14 -08:00
friendica
b779400218
mod/ping - don't perform any database calls if installing
2014-02-06 21:31:42 -08:00
friendica
9b2dc9b87c
make all naked links bookmark-able
2014-02-06 16:22:40 -08:00
friendica
05a70a8760
add chatroom links
2014-02-05 19:16:12 -08:00
friendica
cb6716a644
fix the xchan lookup tool
2014-02-05 18:51:50 -08:00
friendica
0844110f7b
preserve system bit when editing menus
2014-02-05 03:44:46 -08:00
friendica
24f32e55c8
bookmarking bugfix
2014-02-05 03:29:02 -08:00
friendica
f30a39f9df
bookmark debug logging
2014-02-05 03:15:10 -08:00
friendica
8a11c29413
make links in comments bookmark-able
2014-02-04 19:39:56 -08:00
friendica
aede006970
bookmarks - mop up and go home
2014-02-04 17:12:13 -08:00
friendica
3665bc38ef
bookmarking
2014-02-04 16:06:56 -08:00
friendica
d8f16442a1
bookmark permissions
2014-02-04 00:52:34 -08:00
friendica
1572403e98
photo tagging somewhat working - but can't remove photo tags until we update tagrm
2014-02-03 20:44:42 -08:00
friendica
9ce3dac479
some tagging fixes - including old bugs which were never reported
2014-02-03 19:54:32 -08:00
friendica
876f5d4de0
transmit, receive, and parse bookmarks
2014-02-03 19:38:15 -08:00
friendica
c4d0884596
accept new connection broke yesterday
2014-02-03 14:03:43 -08:00
friendica
c7cad26b41
more wordsmithing
2014-02-02 20:22:41 -08:00
friendica
38bce48f28
wordsmithing
2014-02-02 18:06:15 -08:00
friendica
ee1580427e
don't draw attention to advanced permissions and their corresponding complexity and clearly mark the simple permissions which people are encouraged to use.
2014-02-02 17:54:36 -08:00
friendica
3eed73d519
minor text change "can" -> "may"
2014-02-02 16:51:11 -08:00
friendica
2768262f93
Add switch to allow menus to be used as bookmark collections
2014-02-02 16:49:09 -08:00
friendica
67899677db
make chat honour the pause key (but we still need to ping the server to maintain the in_room status), also the recent change to pull css out of the template file used classes instead of ids so none of the styles were sticking
2014-02-02 15:50:07 -08:00
friendica
b39c0d54c0
some windows fixes
2014-02-02 14:06:36 -08:00
friendica
e83419b53e
add links to change chat status and leave room
2014-02-02 03:43:52 -08:00
friendica
61cc4de225
provide donation options on siteinfo page
2014-02-01 21:03:21 -08:00
friendica
94e59d4770
status indication
2014-02-01 01:00:26 -08:00
friendica
d14afc0ee4
provide the room name for the room you're in.
2014-02-01 00:54:20 -08:00
friendica
bd691300a7
provide some interesting new options to channel sources
2014-01-31 20:02:59 -08:00
friendica
aaa3c62efa
keep presence updated - typo was causing it to logout
2014-01-30 21:09:02 -08:00
friendica
deaf93db71
missing string delimiters (quotes)
2014-01-30 21:01:09 -08:00
friendica
49f07bd90f
mod/ping should only update basic_presence - and clearing stale entries. otherwise let rooms handle presence for themselves.
2014-01-30 19:01:03 -08:00
Michael Meer
c0f02d774a
started analysis of ping response and clean up more logger
2014-01-30 20:41:40 +01:00
Michael Meer
c5ac5544cb
clean up logger commands. Placed apostrophs at the end from some comments to keep the syntax highlighting in vi working
2014-01-30 11:04:20 +01:00
Michael Meer
0a2b2a1390
attempt with fix URL for testing works
2014-01-30 10:39:09 +01:00
Michael Meer
e5d1e20ff5
Merge branch 'master' of https://github.com/friendica/red
...
to be in sync with master repro
2014-01-30 10:21:21 +01:00
friendica
6c6a9b963a
a bit more ajax work on chat and chatsvc and some fiddling with layouts
2014-01-30 01:00:46 -08:00
friendica
080928f214
chatroom management front-end stuff
2014-01-29 21:29:48 -08:00
friendica
7b60978262
back-end for changing online status and keeping presence refreshed
2014-01-29 20:40:37 -08:00
friendica
9fdee53c9a
start on the ajax bits
2014-01-29 20:14:18 -08:00
friendica
c24aa824fe
chat is a members only feature, there is no "guest" access.
2014-01-29 18:19:19 -08:00
friendica
0d326dfb45
mod/chatsvc - ajax backend for chat
2014-01-29 18:02:51 -08:00
friendica
b8fb6a4373
more chat infrastructure
2014-01-29 17:09:20 -08:00
Thomas Willingham
5a5973982f
Really fix attachments in Firefox
2014-01-29 22:11:36 +00:00
Thomas Willingham
5c54880ce8
Make Firefox behave if an attachment points to a file with a space in it.
2014-01-29 20:38:32 +00:00
Michael Meer
ef97a454bb
ping gives us now a reply. But the reply doesnt contains useful data, requires still some investigations
2014-01-29 15:45:35 +01:00
Michael Meer
ac8d481a32
Merge branch 'master' of https://github.com/friendica/red
...
to be in sync with main repro
2014-01-29 14:07:25 +01:00
friendica
c95f65e092
prevent runaway presence indication
2014-01-29 02:36:01 -08:00
friendica
10b51a9471
issues uncovered whilst testing the chatroom API
2014-01-29 02:25:21 -08:00
friendica
0013e59086
chatpresence timing out too quickly
2014-01-28 20:19:16 -08:00
friendica
2822e6e70a
missing file in checkin
2014-01-28 20:15:57 -08:00
friendica
d970c69f91
online indication to the directory popup
2014-01-28 19:49:56 -08:00
friendica
8efac0cfd6
fix sql query and provide setting to hide online status
2014-01-28 16:16:55 -08:00
friendica
6e22aa25cc
basic presence indication
2014-01-28 15:52:54 -08:00
Michael Meer
aa285b83c1
to make visible what I try, ping still won't work, but I'm confused about get_channel
2014-01-28 10:58:31 +01:00
Michael Meer
8ddee71c2b
Merge branch 'master' of https://github.com/friendica/red
...
to be in sync with main repro
2014-01-28 09:49:09 +01:00
friendica
f104b4dc27
preserve expiration when editing
2014-01-27 23:49:42 -08:00
friendica
3100b5d93e
photo tagging still broken - but at least don't create a new linked item every time a photo is edited.
2014-01-27 18:06:09 -08:00
friendica
24bac92acd
after rposting - if there's no remote_return, go to your matrix page rather than leave you on a blank rpost page.
2014-01-27 15:25:04 -08:00
Michael Meer
904db593df
add a temporary logger command at remote server side
2014-01-27 12:01:53 +01:00
Michael Meer
a3bf272753
Merge branch 'master' of https://github.com/MicMee/red
...
to be in sync
2014-01-27 10:37:15 +01:00
friendica
d67fdd1299
add davguest param to cut/paste link for directories in mod/filestorage
2014-01-26 14:41:43 -08:00
friendica
d296b02b0e
The final piece of the DAV authentication puzzle. Provide a directory view to an un-auth'd person (without asking for a password) by adding a query parameter 'davguest=1'. This is a bit of a hack, but there was no response on the official forum about how to do this correctly so it will have to do. On the downside, if permission is denied, it won't ask for a password - but we're talking about unauthenticated folks who didn't go through magic auth so chances are even if they authenticate, permission will still be denied.
2014-01-26 14:15:57 -08:00
friendica
0948c3c3ca
allow site defaults for enabled features
2014-01-26 03:27:36 -08:00
friendica
f90b3b60cb
don't prompt guests for a password if they're accessing an embedded public file.
2014-01-26 02:58:03 -08:00
Thomas Willingham
692822bdf0
Left over line from placeholder.
2014-01-25 00:13:29 +00:00
Thomas Willingham
d3a0d37b0d
Add admin info to admin panel and site info.
...
Since we can have multiple admins, this is freeform bbcode.
2014-01-24 23:58:41 +00:00
Michael Meer
844df11058
Merge branch 'master' of https://github.com/friendica/red
...
to be in sync with master repro
2014-01-24 11:59:15 +01:00
friendica
ab6b6794b4
fix marital partner linking
2014-01-23 15:43:35 -08:00
friendica
5e4f45c03a
mod_profperm migrated
2014-01-23 14:35:59 -08:00
Michael Meer
a2b07ed281
build url, deleted logger commands
2014-01-23 13:58:14 +01:00
Michael Meer
524fff3a17
preperation for ping, need training in SQL :(
2014-01-23 12:09:35 +01:00
Michael Meer
6a1e73e610
Merge branch 'master' of https://github.com/friendica/red
...
to keep the repros in sync
2014-01-22 13:38:47 +01:00
friendica
3914200223
simplify chanview authentication and make sure it carries through multiple generations
2014-01-22 03:01:28 -08:00
Michael Meer
ffabb4cc86
reorg formula data for hubloc checks
2014-01-22 11:29:49 +01:00
Michael Meer
f28b21f99d
start with hubloc ping
2014-01-22 09:16:22 +01:00
friendica
3f49114a05
remove debugging
2014-01-21 23:12:03 -08:00
friendica
3b375a3d3f
fix location of string file in Translations.md, fix some permissions and owner vagueness (potential bugs) in profile_tabs()
2014-01-21 23:09:33 -08:00
friendica
a13393fb23
seems you can't easily have a blank password for DAV guests, so the guest password is now +++
2014-01-21 20:42:10 -08:00
friendica
c41d3b2d53
text - change remove account button to remove channel
2014-01-21 19:01:23 -08:00
friendica
05951a9877
add primary webbie to directory popup
2014-01-21 18:45:40 -08:00
friendica
60416d6f33
fix the admin interface to pending registrations
2014-01-21 14:56:42 -08:00
friendica
35733ca013
create store directory if it's missing before initialising DAV
2014-01-21 00:02:25 -08:00
friendica
ea606869a6
when loading a single thread on the channel page, tell JS that there isn't any more content to load.
2014-01-20 17:45:02 -08:00
Michael Meer
a13593590b
added buttons to perform later hubloc actions
2014-01-20 12:12:40 +01:00
friendica
fdfea0a8e9
catch auth exceptions
2014-01-20 01:03:58 -08:00
friendica
d5bf53c54c
bring photo tagging back which hasn't worked since forking from Friendica - this is untested and displaying photo tags will now be broken as we're now storing tags with the item attached to the photo and not in the photo. But the point is we've eliminated the OStatus/SWAP0 forced spam crap and can start fresh.
2014-01-19 23:37:46 -08:00
friendica
e54a501058
Merge https://github.com/friendica/red into zpull
2014-01-19 22:28:46 -08:00
friendica
82a5eb5d90
strip zid= from REQUEST_URI as well as QUERY_STRING - sabre uses both
2014-01-19 22:27:54 -08:00
Thomas Willingham
e9ce68559e
Stop Google DDoSing me by providing block_public_search, which unlike
...
block_public will block *only* searching without an observer.
2014-01-19 23:48:26 +00:00
friendica
359d798029
kill the ummagumma effect
2014-01-16 13:26:39 -08:00
friendica
18a40d0c37
prevent zid's from reaching the DAV core code.
2014-01-16 01:19:58 -08:00
Thomas Willingham
9f66e5aef3
Merge remote-tracking branch 'upstream/master'
2014-01-15 23:01:02 +00:00
friendica
403b01da23
Merge https://github.com/friendica/red into zpull
2014-01-15 03:14:07 -08:00
friendica
47b8071ca7
dav: throw exception if channel for requested DAV directory is deleted
2014-01-15 03:12:47 -08:00
Thomas Willingham
a49704fdb6
Probably shouldn't list REGISTER_CLOSED sites on a list of open hubs.
2014-01-14 03:50:32 +00:00
cvogeley
df9e628495
Merge pull request #268 from cvogeley/master
...
delete confirmation popup for blocks and layouts
2014-01-11 17:34:37 -08:00
Christian Vogeley
325c5e4e76
delete confirmation popup for blocks and layouts
2014-01-12 02:29:03 +01:00
cvogeley
134bb139dc
Merge pull request #267 from cvogeley/master
...
Do the same thang for webpage blocks
2014-01-11 17:09:34 -08:00
Christian Vogeley
b5fbee67b1
Do the same thang for webpage blocks
2014-01-12 02:06:59 +01:00
cvogeley
3e54ccde08
Merge pull request #266 from cvogeley/master
...
Fix webpage layout title editing
2014-01-11 16:55:06 -08:00
Christian Vogeley
7a9ea83382
Fix webpage layout title editing
2014-01-12 01:51:30 +01:00
cvogeley
3dfcb7510c
Merge pull request #265 from cvogeley/master
...
Fix page layout selector
2014-01-11 15:58:57 -08:00
Christian Vogeley
5fd3ca36f8
Fix page layout selector
2014-01-12 00:49:23 +01:00
friendica
cff7056f8f
mod_attach: output stream wasn't working
2014-01-11 12:58:00 -08:00
friendica
ed9a72ecbe
preserve mid on edits
2014-01-10 19:01:24 -08:00
marijus
c4705724f1
make goaway link work
2014-01-10 16:54:16 +01:00
zottel
1c315caa28
and don't send duplicate notices <sigh>
2014-01-10 13:41:25 +01:00
zottel
ea511c67c7
add security fix to load case, too
2014-01-10 13:38:38 +01:00
friendica
0fef87cb43
security fix for channel?mid= per zottel
2014-01-10 00:58:53 -08:00
friendica
3298768d95
directory creation error, display localtimes on cloud webpage, doc updates
2014-01-10 00:47:40 -08:00
friendica
ee2bea37e9
mod_filestorage: provide a URL for linking to webpages and other websites
2014-01-09 21:01:53 -08:00
friendica
49882f2be4
add cloud link to profile_tabs and Comanchify the sucker
2014-01-09 19:00:06 -08:00
friendica
db8ebc9f37
some minor cleanup on plinks for some very subtle permissions issues
2014-01-09 15:45:17 -08:00
zottel
5ee5bda998
fix notices
2014-01-09 17:06:28 +01:00
zottel
ab81458768
took out some left-overs from the debugging phase
2014-01-09 16:18:17 +01:00
zottel
a517a27d53
fix a bug that made it possible for everyone to access any message from other
...
channels using channel/<channel>/?mid=...
2014-01-09 16:06:33 +01:00
friendica
3c477ea8d6
attachment issue
2014-01-08 20:58:58 -08:00
friendica
352e4dc21b
add store directory write check to install checks
2014-01-08 18:20:47 -08:00
friendica
6eda806444
This should be approaching completion for file OS storage. May be a few minor bugs remaining due to some late-breaking fixes but I've been testing it as I go.
2014-01-08 18:06:52 -08:00
friendica
c4be3450bf
Merge pull request #258 from zzottel/master
...
Add display of a thread to channel module
2014-01-08 15:28:48 -08:00
friendica
bc611fb67d
Merge https://github.com/friendica/red into zpull
2014-01-08 15:22:01 -08:00
friendica
7910221832
preparatory work for supporting a "list view" mode for conversations. This would be useful for forum-like channels and/or block-oriented themes.
2014-01-08 15:20:12 -08:00
Thomas Willingham
7930f6d7aa
Pass hash and extension to the photo templates for plugins that require
...
links we can't construct from what's already there.
2014-01-08 22:50:44 +00:00
friendica
f1d6d58832
Merge https://github.com/friendica/red into zpull
2014-01-08 14:12:03 -08:00
friendica
29db236981
qr enhancements
2014-01-08 14:11:39 -08:00
Thomas Willingham
c35034bfe1
Fix new connection nav URL
2014-01-08 19:32:06 +00:00
zottel
9762b264cc
Add display of a thread to channel module using channel/<channel>/?mid=<mid>
2014-01-08 16:03:59 +01:00
friendica
8d562abe78
keep the to-do list somewhat current.
2014-01-08 00:03:01 -08:00
friendica
8b93881ce7
qr code support
2014-01-07 20:36:16 -08:00
friendica
b8564134aa
make storage limit service classes apply to accounts, not channels. Also include a css file that was missing from work yesterday.
2014-01-07 14:10:28 -08:00
friendica
2f27d58dfe
filestorage re-org and cleanup
2014-01-06 19:43:54 -08:00
friendica
e49e6c0d2a
special handling for directories
2014-01-06 18:20:14 -08:00
friendica
5a5466346c
prepare for OS file storage, and add bbcode attachment link to mod/filestorage. This isn't beautiful, but it's a start.
2014-01-06 18:13:02 -08:00
friendica
41df51a815
add "self" to access control lists with special marking to indicate it's special (for instance you can't really deny access to yourself). But this lets us make something private to our eyes only; whatever it may be.
2014-01-06 17:12:44 -08:00
friendica
8dc22c564a
provide ability to change attachment/file permissions
2014-01-06 16:49:07 -08:00
friendica
e20fef3903
cleanup mod/filestorage before embarking on further changes to it
2014-01-06 13:37:25 -08:00
friendica
323fc1f9a5
fix photos/upload album selector
2014-01-06 02:54:08 -08:00
friendica
daf5daa2d3
disable web browser post inputs if no storage write permission
2014-01-05 19:25:56 -08:00
friendica
061894d37f
reddav - basic mkdir support - needs more work to be robust
2014-01-05 16:00:05 -08:00
friendica
85ed9404f9
the web browser interface for DAV has now got zot
2014-01-05 14:12:53 -08:00
friendica
587c5d3e46
a few fixes to webpage editing
2014-01-04 13:44:43 -08:00
cvogeley
24850a4ea4
Merge pull request #254 from cvogeley/master
...
Webpage fixes for the moment without the fix for page not found after editing a webpage
2014-01-03 12:28:34 -08:00
Christian Vogeley
87ff495443
Revert "Fix page not found error after editing a webpage"
...
This reverts commit 575f2b3280
.
2014-01-03 21:25:18 +01:00
friendica
475b24ca9e
more dav work
2014-01-03 01:44:25 -08:00
friendica
a1c198814d
basic browsing and file retrieval for webdav working - uploads not yet. A lot of permissions stuff is in place so it's marginally (but probably not completely) permission controlled
2014-01-02 17:49:39 -08:00
friendica
ad08561d84
some DAV tweaks before the next round of heavy lifting
2014-01-02 01:09:57 -08:00
friendica
76106e16d5
fix attachment rendering for preview
2014-01-01 21:09:12 -08:00
friendica
057d885baf
return to working on red-dav; This is a bit of a slog at the moment and the basic framework isn't even close to working. This does break the working test we did have (which was never connected to the Red backend). Now we're starting to connect Red and DAV together intimately. There will probably be some twists and turns along the way as we get the information we need into all the class objects that need them. But the important part is that the RedDirectory and RedFile classes are loading without throwing white screens and from here we can use logging to figure out what the DAV front end is trying to do and what it is passing to the backend and hopefully figure out what it expects to do with the results. Unless you're a competent developer with a strong background in OOP and are helping develop this code, you should keep it an arm's length away from any production site and don't even think of enabling it. By default it is turned off.
2014-01-01 16:07:36 -08:00
Christian Vogeley
aafc40069b
Confirm webpage deletion prompt
2014-01-01 16:18:39 +01:00
Christian Vogeley
575f2b3280
Fix page not found error after editing a webpage
2013-12-31 18:28:07 +01:00
Christian Vogeley
22e94d7d68
Correct wrong service class check for webpages
2013-12-31 16:03:25 +01:00
friendica
4c541bb680
expose profile things in the UI
2013-12-30 15:41:42 -08:00
friendica
0dd7d93674
basic edit and delete for things
2013-12-30 04:25:55 -08:00
friendica
6e81c332b7
group ACL control using tags (group must be "visible")
2013-12-29 23:47:19 -08:00
friendica
3f110567a1
handle exclusive tags and add to ACL
2013-12-29 16:30:11 -08:00
friendica
c03c0724ed
basic support for exclusion tags - we just need to use the results to tweak the ACL.
2013-12-29 16:12:39 -08:00
friendica
f36be066af
display_thing: it ain't much, but it's implemented.
2013-12-29 00:51:27 -08:00
friendica
1d0fddd39c
things can now have (consistent sized) photos - plus I found a couple of issues with duplicate notifications and contact photos not getting an album name (it was crossed with filename). The last one doesn't matter as neither is used, but it was wrong so it has been corrected. Oh and thing photos weren't working at all because the form element name was different than what the module was looking for. But that had never been tested as I was waiting to get the import/resize finished. Next up for that module is display and deletion of things; but the priority is pretty low.
2013-12-28 13:28:49 -08:00
friendica
121ee48963
sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update.
2013-12-27 21:19:23 -08:00
friendica
c59688553c
remove prettyphoto from core - this will affect the enhanced photo albums feature on the short term which has been disabled until we figure out how to make the setting per-theme instead of a core option. The library is still available in core (library/prettyphoto) currently but needs to be moved to theme js and loaded/accessed from there [for themes which use it]. Then the library will be removed. It appears that other lightboxes commonly use rel= to group photo albums. So we may provide a generic rel= tag in photo album templates so that the choice of lightbox or album viewer is not only a theme option but could also be accomplished with plugins.
2013-12-26 13:08:16 -08:00
friendica
f133218b33
don't include deleted folks in acl popup
2013-12-25 23:14:13 -08:00
friendica
9d9fc6e2dc
mod_invite - don't generate errors for email addresses consisting of blank lines
2013-12-25 17:08:32 -08:00
friendica
eda7c24c4e
improve the register text until the new register page is finished
2013-12-25 16:53:59 -08:00
friendica
66600ed2f8
try again
2013-12-25 04:06:26 -08:00
friendica
4ec569d6e7
sslify http links in media elements if you're on an https server
2013-12-25 02:45:22 -08:00
friendica
c1875bcc37
cut/paste error
2013-12-25 02:04:52 -08:00
friendica
fe00e9b261
extend the directory profiles a bit more
2013-12-25 01:57:04 -08:00
friendica
71dde7c687
use case-insensitive array search for matching directory keywords with your own
2013-12-23 22:56:32 -08:00
friendica
8194ade886
improve the directory popup a bit
2013-12-23 19:44:23 -08:00
friendica
b08d4cc1fe
first cut at a directory popup. It's a bit annoying at the moment, so we'll have to make it less so. Also had second thoughts about the project homepage changes made yesterday. Just because a bunch of Reddit trolls can't get social networking out of their brain long enough to explore other technologies or even read the project page doesn't mean we should pander to them and explain how or why we either are or aren't a social network.
2013-12-23 17:24:25 -08:00
friendica
63a42480c7
add account_level, is_foreigner and is_member functions; convert all e2ee user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
2013-12-23 15:13:09 -08:00
friendica
4517bdcff1
Merge https://github.com/friendica/red into zpull
2013-12-23 12:01:53 -08:00
friendica
45a4c649ed
oops
2013-12-23 12:01:38 -08:00
Thomas Willingham
3ac659e9c5
Reduce life of xref cookie per Opinion 04/2012 on Cookie Consent Exemption.
...
Otherwise, we need to annoy everyone with cookie warnings if they access
a hub in the EU.
2013-12-23 04:58:12 +00:00
friendica
ca05565fcc
one step closer to merging register and pubsites pages
2013-12-22 20:07:18 -08:00
friendica
dcc58dec00
Provide Terms of Service placeholder page (includes doc/SiteTOS.md)
2013-12-22 19:56:22 -08:00
friendica
1a42580ad4
remove a couple of mysql reserved words from being used as table or row names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
2013-12-22 18:37:39 -08:00
friendica
eff38538ee
more (somewhat minor) but important cleanup for mod_photos so visitors with the correct permissions to add photos can also remove them
2013-12-22 17:44:14 -08:00
friendica
a9e225b38a
issue deleting photos (attached item remained undeleted and became visible, though the photo was gone)
2013-12-22 17:30:49 -08:00
friendica
38df3f6404
make xref work
2013-12-22 16:53:26 -08:00
friendica
c1a85ccbec
add ability to set created date/time from the api
2013-12-22 14:29:15 -08:00
friendica
30219b5bda
Merge pull request #249 from cvogeley/master
...
New modal dialog for item expiry
2013-12-22 13:44:34 -08:00
Thomas Willingham
57bf80fff0
Achievements
2013-12-22 20:54:31 +00:00
Thomas Willingham
666586f332
xref
2013-12-22 20:51:49 +00:00
Christian Vogeley
870df76463
Merge remote-tracking branch 'upstream/master' into bootstrap
...
Conflicts:
view/php/theme_init.php
2013-12-22 14:31:27 +01:00
Christian Vogeley
25a533bd72
New modal dialog for item expiry
2013-12-22 14:21:57 +01:00
friendica
7e7b5bfa49
last remaining files to be Comanchified with the exception of mod_admin. Though I should probably take a third look to see if anything else uses widgets.
...
In fact - it appears that the flattrwidget does.
2013-12-22 02:16:45 -08:00
friendica
0366991b45
appears that I missed a few files for Comanchification. so here's mitem.
2013-12-22 02:04:55 -08:00
friendica
d32bbaf599
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
2013-12-21 23:47:44 -08:00
friendica
aa312f72bf
comanchify mod_directory. Two modules remaining. Actually three because message needs to be split.
2013-12-20 12:43:04 -08:00