]>
git.mxchange.org Git - friendica.git/log
friendica [Mon, 4 Jun 2012 11:28:20 +0000 (04:28 -0700)]
named anchors on display page
friendica [Sun, 3 Jun 2012 21:48:28 +0000 (14:48 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Sun, 3 Jun 2012 21:47:53 +0000 (14:47 -0700)]
rev update
friendica [Sun, 3 Jun 2012 21:47:04 +0000 (14:47 -0700)]
Merge pull request #323 from fermionic/add-relayable-retraction-support-for-diaspora
Add relayable retraction support for diaspora
Zach Prezkuta [Sun, 3 Jun 2012 20:52:42 +0000 (14:52 -0600)]
database updates
Zach Prezkuta [Sun, 3 Jun 2012 20:32:17 +0000 (14:32 -0600)]
Debugged implementation of Diaspora relayable_retractions
Diaspora "relayable_retraction" is now supported by Friendica.
The following should now work:
Friendica top-level post:
Diaspora comment deleted, disappears in Friendica
Friendica comment deleted, disappears in Diaspora
Diaspora like retracted, disappears in Friendica
Friendica like retracted, disappears in Diaspora
Diaspora top-level post:
Same
There are still exceptions, however. First, Friendica and Diaspora
seem to frequently reject comments with an "invalid signature" error.
This can probably be fixed.
Also, some comments/likes/retractions seem to just disappear on the
Diaspora side. In the Diaspora log these seem to be accompanied by a
"not a valid object" error, often preceeded by a "received a comment
but no corresponding post" error. These seem to be purely internal,
since sometimes it works for some Diaspora contacts but not others.
Zach Prezkuta [Sun, 3 Jun 2012 17:12:16 +0000 (11:12 -0600)]
cleanup and logging
Zach Prezkuta [Sun, 3 Jun 2012 05:56:42 +0000 (23:56 -0600)]
first shot at getting like/unlike functions to work consistently
Zach Prezkuta [Sat, 2 Jun 2012 22:11:31 +0000 (16:11 -0600)]
Fix bugs in the retraction code
Currently, the following seems to be the functional status:
For a Diaspora top-level post:
Friendica comments show up AND delete
Diaspora comments show up AND delete for top-level owner
Diaspora comments show up for non-owner
Diaspora comments sometimes don't delete for non-owner
-> Appears to be Diaspora's fault, as a "not a valid object" error shows up in the log
Friendica likes show up, but can't unlike (Friendica doesn't even message Diaspora)
Diaspora likes show up
Diaspora non-owner can't unlike
-> Same as comments, seems to be Diaspora's fault
For a Friendica top-level post:
Friendica comments show up AND delete
Diaspora comments show up AND delete
Friendica likes don't show up in Diaspora sometimes
Friendica doesn't even message Diaspora for unlikes (sometimes?)
Diaspora likes and unlikes work
Zach Prezkuta [Fri, 1 Jun 2012 15:07:51 +0000 (09:07 -0600)]
prepare to implement database update
Zach Prezkuta [Fri, 1 Jun 2012 01:40:12 +0000 (19:40 -0600)]
Implement relaying of relayable_retractions
Also: some whitespace cleanup, fix Diaspora parent DB query
Zach Prezkuta [Sat, 26 May 2012 00:26:09 +0000 (18:26 -0600)]
Support relayable_retractions that are relayed to us by the top-level post owner
Tobias Diekershoff [Sun, 3 Jun 2012 20:32:42 +0000 (22:32 +0200)]
quattro: admin panel styling and 1st buttons for addon/theme overview
Tobias Diekershoff [Sun, 3 Jun 2012 15:38:05 +0000 (17:38 +0200)]
privacy settings: make submit button translateable
Tobias Diekershoff [Sun, 3 Jun 2012 15:33:28 +0000 (17:33 +0200)]
DE: update to the strings
Tobias Diekershoff [Sun, 3 Jun 2012 15:16:29 +0000 (17:16 +0200)]
prv messages: make submit translateable
friendica [Sun, 3 Jun 2012 08:53:11 +0000 (01:53 -0700)]
zrl's when visiting public photos at the source site
friendica [Sun, 3 Jun 2012 06:22:02 +0000 (23:22 -0700)]
doco
friendica [Sun, 3 Jun 2012 06:17:49 +0000 (23:17 -0700)]
cleanup
friendica [Sun, 3 Jun 2012 06:12:20 +0000 (23:12 -0700)]
turn "follow" into a function
friendica [Sun, 3 Jun 2012 03:58:20 +0000 (20:58 -0700)]
add hometown to profiles
friendica [Sun, 3 Jun 2012 01:23:54 +0000 (18:23 -0700)]
bug #439 - remove web port number from notification email "from" address
friendica [Sun, 3 Jun 2012 01:05:23 +0000 (18:05 -0700)]
webfinger profile linker
friendica [Sat, 2 Jun 2012 09:30:26 +0000 (02:30 -0700)]
"howlong" added to marital status.
friendica [Sat, 2 Jun 2012 07:40:38 +0000 (00:40 -0700)]
fewer "bob smith to bob smith via wall-to-wall".
friendica [Sat, 2 Jun 2012 04:48:23 +0000 (21:48 -0700)]
Merge pull request #321 from beardy-unixer/master
BB code [quote=somebody] fix.
friendica [Fri, 1 Jun 2012 22:42:13 +0000 (15:42 -0700)]
registration issue after re-factor
Thomas Willingham [Fri, 1 Jun 2012 22:31:07 +0000 (23:31 +0100)]
[quote=somebody] was appearing as an extended spoiler tag.
friendica [Fri, 1 Jun 2012 09:53:42 +0000 (02:53 -0700)]
Merge pull request #320 from fabrixxm/master
Fix bug 436, fix small typo, and incomplete feature removal
root [Fri, 1 Jun 2012 07:31:24 +0000 (03:31 -0400)]
install: fix bug #436 and small typo
Function check_htaccess() don't perform check if curl is not installed.
This was leading to wsod beacuse check_htaccess() uses fetch_url().
root [Fri, 1 Jun 2012 07:10:57 +0000 (03:10 -0400)]
Merge remote branch 'friendica/master'
friendica [Fri, 1 Jun 2012 02:06:17 +0000 (19:06 -0700)]
turn registration code into a standalone function for re-use
friendica [Fri, 1 Jun 2012 01:59:45 +0000 (18:59 -0700)]
Merge pull request #319 from fermionic/fix-diaspora-parent-query
query using both `id` and `parent`
Zach Prezkuta [Fri, 1 Jun 2012 01:45:58 +0000 (19:45 -0600)]
query using both `id` and `parent`
friendica [Thu, 31 May 2012 02:11:01 +0000 (19:11 -0700)]
prevent email from leaking in feeds
friendica [Thu, 31 May 2012 00:22:51 +0000 (17:22 -0700)]
y didn't i think of this b4?
friendica [Wed, 30 May 2012 23:30:51 +0000 (16:30 -0700)]
some zero theming on settings page
friendica [Wed, 30 May 2012 22:56:11 +0000 (15:56 -0700)]
missing delimiter
friendica [Wed, 30 May 2012 22:53:48 +0000 (15:53 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Wed, 30 May 2012 22:52:17 +0000 (15:52 -0700)]
transition to beta for private forums
friendica [Wed, 30 May 2012 22:50:30 +0000 (15:50 -0700)]
rev update
Thomas Willingham [Wed, 30 May 2012 16:41:31 +0000 (17:41 +0100)]
Friendicaland - you can't 'live' on a demo server.
friendica [Wed, 30 May 2012 11:20:01 +0000 (04:20 -0700)]
Create a "potential default group" called "Friends" on registration.
friendica [Wed, 30 May 2012 08:52:58 +0000 (01:52 -0700)]
fix private photos that also have a size specification
friendica [Wed, 30 May 2012 05:57:15 +0000 (22:57 -0700)]
private group tests, cont.
friendica [Wed, 30 May 2012 01:43:56 +0000 (18:43 -0700)]
hide private group if desired
friendica [Wed, 30 May 2012 01:24:44 +0000 (18:24 -0700)]
prvgroup should see intros
friendica [Wed, 30 May 2012 01:14:21 +0000 (18:14 -0700)]
private group fix
friendica [Wed, 30 May 2012 00:14:35 +0000 (17:14 -0700)]
possible sql injection in search
friendica [Tue, 29 May 2012 23:50:42 +0000 (16:50 -0700)]
Merge https://github.com/friendica/friendica into pull
Conflicts:
mod/search.php
friendica [Tue, 29 May 2012 23:44:02 +0000 (16:44 -0700)]
bugfixes: private photo embeds and search for strings with %
Simon [Tue, 29 May 2012 20:13:10 +0000 (13:13 -0700)]
Merge pull request #316 from annando/master
Speed improvements
Simon [Tue, 29 May 2012 20:10:52 +0000 (13:10 -0700)]
Merge pull request #317 from CatoTH/master
Events: additional hooks, and a bugfix
Simon [Tue, 29 May 2012 20:09:55 +0000 (13:09 -0700)]
Merge pull request #318 from simonlnu/master
fix toolbar; more size dynamicism
Simon L'nu [Tue, 29 May 2012 20:09:02 +0000 (16:09 -0400)]
fix toolbar. more size dynamicism
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Simon L'nu [Tue, 29 May 2012 19:06:22 +0000 (15:06 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
ability to only expire contacts, not self
Provide backend option to only expire other peoples' conversations.
more theme cleanup
rev update
* master:
Tobias Hößl [Tue, 29 May 2012 19:03:30 +0000 (19:03 +0000)]
Add two hooks, event_created and event_updated. One Bugfix for the <id>...</id> tag ($uri was never defined). Commented out the parse_event() function - its never called and would lead to a program abortion due to a broken require_once at the beginning
Michael Vogel [Tue, 29 May 2012 14:30:12 +0000 (16:30 +0200)]
MySQL-Fulltext search option is disabled by default
Michael Vogel [Tue, 29 May 2012 14:16:37 +0000 (16:16 +0200)]
Disabled logging of SQL statements
Michael Vogel [Tue, 29 May 2012 14:09:26 +0000 (16:09 +0200)]
Merge remote branch 'upstream/master'
friendica [Tue, 29 May 2012 08:14:53 +0000 (01:14 -0700)]
ability to only expire contacts, not self
friendica [Tue, 29 May 2012 06:24:10 +0000 (23:24 -0700)]
Provide backend option to only expire other peoples' conversations.
friendica [Tue, 29 May 2012 02:17:06 +0000 (19:17 -0700)]
more theme cleanup
friendica [Mon, 28 May 2012 23:52:19 +0000 (16:52 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Mon, 28 May 2012 23:51:52 +0000 (16:51 -0700)]
rev update
Simon [Mon, 28 May 2012 23:26:24 +0000 (16:26 -0700)]
Merge pull request #315 from simonlnu/master
fixed font-size/line-height stuffs
Simon L'nu [Mon, 28 May 2012 23:25:10 +0000 (19:25 -0400)]
fixed font-size/line-height stuffs
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Simon L'nu [Mon, 28 May 2012 20:49:12 +0000 (16:49 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
slackr - tone down the shadows a smidgin
add plugin hooks to gender, sexpref, and marital selectors
birthday in november,december bug
rework the way private photos are embedded to avoid url differences and also check the permissions if possible to make sure that nothing sneaks by.
handle multiple underscores in D* links
* master:
friendica [Mon, 28 May 2012 06:02:25 +0000 (23:02 -0700)]
slackr - tone down the shadows a smidgin
friendica [Mon, 28 May 2012 05:35:01 +0000 (22:35 -0700)]
add plugin hooks to gender, sexpref, and marital selectors
friendica [Mon, 28 May 2012 04:36:20 +0000 (21:36 -0700)]
birthday in november,december bug
friendica [Mon, 28 May 2012 04:01:58 +0000 (21:01 -0700)]
rework the way private photos are embedded to avoid url differences and also check the permissions if possible to make sure that nothing sneaks by.
friendica [Sun, 27 May 2012 06:46:42 +0000 (23:46 -0700)]
handle multiple underscores in D* links
Simon L'nu [Sat, 26 May 2012 23:39:34 +0000 (19:39 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
more ssl policy stuff
allow force ssl on notifications
* master:
friendica [Sat, 26 May 2012 23:21:48 +0000 (16:21 -0700)]
more ssl policy stuff
friendica [Sat, 26 May 2012 23:11:51 +0000 (16:11 -0700)]
allow force ssl on notifications
Michael Vogel [Sat, 26 May 2012 13:42:23 +0000 (15:42 +0200)]
Merge branch 'master' of github.com:annando/friendica
Michael Vogel [Sat, 26 May 2012 13:41:23 +0000 (15:41 +0200)]
Doing negative caching for config values, special logfile for database optmisations
Michael [Sat, 26 May 2012 10:06:19 +0000 (12:06 +0200)]
Merge branch 'master' of github.com:annando/friendica
Conflicts:
mod/network.php
Michael [Sat, 26 May 2012 09:59:19 +0000 (11:59 +0200)]
Merge remote branch 'upstream/master'
Michael Vogel [Sat, 26 May 2012 09:51:48 +0000 (11:51 +0200)]
Saved searches now can search for tags as well
Simon L'nu [Sat, 26 May 2012 05:23:17 +0000 (01:23 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
missing entries on personal tab after sql text search optimise
bug #434 - default group placement not working after accepting dfrn friend request
fix wall_uploaded photo permissions on group post by member
improve location change notifications
keep private FB stuff out of personal notes
rev update
DE update to strings and templates
* master:
friendica [Sat, 26 May 2012 01:29:06 +0000 (18:29 -0700)]
missing entries on personal tab after sql text search optimise
Michael Vogel [Sat, 26 May 2012 01:23:18 +0000 (03:23 +0200)]
Deactivating the test output in db engine
Michael Vogel [Sat, 26 May 2012 01:21:07 +0000 (03:21 +0200)]
Speed optimisation by enabling the posibility of the MySQL fulltext engine
friendica [Sat, 26 May 2012 01:06:51 +0000 (18:06 -0700)]
bug #434 - default group placement not working after accepting dfrn friend request
friendica [Sat, 26 May 2012 00:42:35 +0000 (17:42 -0700)]
fix wall_uploaded photo permissions on group post by member
friendica [Fri, 25 May 2012 22:56:18 +0000 (15:56 -0700)]
improve location change notifications
friendica [Fri, 25 May 2012 21:36:17 +0000 (14:36 -0700)]
keep private FB stuff out of personal notes
Michael Vogel [Fri, 25 May 2012 14:19:10 +0000 (16:19 +0200)]
Merge remote branch 'upstream/master'
friendica [Fri, 25 May 2012 07:43:09 +0000 (00:43 -0700)]
Merge https://github.com/friendica/friendica into pull
friendica [Fri, 25 May 2012 07:42:38 +0000 (00:42 -0700)]
rev update
root [Fri, 25 May 2012 07:05:07 +0000 (03:05 -0400)]
admin: remove update link in admin menu
Tobias Diekershoff [Fri, 25 May 2012 04:04:33 +0000 (06:04 +0200)]
DE update to strings and templates
Simon L'nu [Thu, 24 May 2012 23:30:41 +0000 (19:30 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
fix small js error when user not logged in
install wizard: fix php executable path - php executable not required - "check again" button submit form instead of reload page via js - checks form submit to install module without redirect
* master:
Simon [Thu, 24 May 2012 23:30:22 +0000 (16:30 -0700)]
Merge pull request #313 from fabrixxm/master
install wizard: fix php executable path
Simon [Thu, 24 May 2012 23:29:29 +0000 (16:29 -0700)]
Merge pull request #314 from simonlnu/master
update dark a bit. i messed up some buttons
Simon L'nu [Thu, 24 May 2012 23:28:12 +0000 (19:28 -0400)]
update dark a bit. i messed up some buttons
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Simon L'nu [Thu, 24 May 2012 09:28:40 +0000 (05:28 -0400)]
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
slackr: improve interactivity
slackr: hide calendar when posting
more theme stuff
* master:
root [Thu, 24 May 2012 08:29:33 +0000 (04:29 -0400)]
fix small js error when user not logged in