]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoAdded the new pinghandler to the stopdaemons script and improved the behaviour and...
CiaranG [Sun, 8 Mar 2009 17:40:45 +0000 (17:40 +0000)]
Added the new pinghandler to the stopdaemons script and improved the behaviour and output of the script

15 years agoPostgreSQL - some more fixes to make queries compatible with both databases. (submitt...
CiaranG [Sun, 8 Mar 2009 16:16:10 +0000 (16:16 +0000)]
PostgreSQL - some more fixes to make queries compatible with both databases. (submitted by oxygene)

15 years agoPostgreSQL - use the specific sequence names required by DB_DataObject, otherwise...
CiaranG [Sun, 8 Mar 2009 15:51:31 +0000 (15:51 +0000)]
PostgreSQL - use the specific sequence names required by DB_DataObject, otherwise rebuilding can't work

15 years agoPostgreSQL - added equivalent of the MySQL-specific rebuilddb.sh script, for upgrading
CiaranG [Sun, 8 Mar 2009 11:58:27 +0000 (11:58 +0000)]
PostgreSQL - added equivalent of the MySQL-specific rebuilddb.sh script, for upgrading

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
CiaranG [Sun, 8 Mar 2009 09:25:23 +0000 (09:25 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agotrying to kill the can't-leave-a-group bug
Evan Prodromou [Sun, 8 Mar 2009 01:47:43 +0000 (17:47 -0800)]
trying to kill the can't-leave-a-group bug

15 years agoFix bug in dupe checking on notice post when there is no notice in cache.
Adrian Lang [Sat, 7 Mar 2009 22:04:30 +0000 (23:04 +0100)]
Fix bug in dupe checking on notice post when there is no notice in cache.

15 years agoyou can _so_ leave a group if you're its admin
Evan Prodromou [Sun, 8 Mar 2009 01:43:59 +0000 (17:43 -0800)]
you can _so_ leave a group if you're its admin

15 years agoRevert "Remove leave button from grouplist if current user is admin of that group."
Evan Prodromou [Sun, 8 Mar 2009 01:16:52 +0000 (17:16 -0800)]
Revert "Remove leave button from grouplist if current user is admin of that group."

People shouldn't be forced to be part of a group, even if they are the
admin. If a group has no admin, we need to figure out what to do with
it, but it's wrong to force anyone to be part of a group.

This reverts commit f9a7ae27b8879569a3f0eff478cbd3b650bdca28.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sun, 8 Mar 2009 01:14:55 +0000 (17:14 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
CiaranG [Sun, 8 Mar 2009 01:11:22 +0000 (01:11 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoRemove leave button from grouplist if current user is admin of that group.
Adrian Lang [Sun, 8 Mar 2009 00:31:25 +0000 (01:31 +0100)]
Remove leave button from grouplist if current user is admin of that group.

15 years agoCorrected redirect targets for some group actions. These redirects can occur when...
Adrian Lang [Sun, 8 Mar 2009 00:30:11 +0000 (01:30 +0100)]
Corrected redirect targets for some group actions. These redirects can occur when the canonical name differs from the passed name.

15 years agoPostgreSQL - propogated nonce table fix from MySQL version - see bug #1251 or 1179ecd...
CiaranG [Sat, 7 Mar 2009 23:28:59 +0000 (23:28 +0000)]
PostgreSQL - propogated nonce table fix from MySQL version - see bug #1251 or 1179ecd13d68e76d74ad94e2d3ca22d9681eeffe

15 years agoLet people view friends_timeline of others
Evan Prodromou [Sat, 7 Mar 2009 22:13:33 +0000 (14:13 -0800)]
Let people view friends_timeline of others

Add some code to view others' friends timelines through API.

15 years agofix case of OAuthUtil method
Evan Prodromou [Sat, 7 Mar 2009 21:35:19 +0000 (13:35 -0800)]
fix case of OAuthUtil method

15 years agofix for change in OAuthUtil upstream
Evan Prodromou [Sat, 7 Mar 2009 21:32:44 +0000 (13:32 -0800)]
fix for change in OAuthUtil upstream

15 years agohelpful documentation for oauthstore nonce stuff
Evan Prodromou [Sat, 7 Mar 2009 21:00:13 +0000 (13:00 -0800)]
helpful documentation for oauthstore nonce stuff

15 years agoFix nonce usage in OAuth store
Evan Prodromou [Sat, 7 Mar 2009 20:55:09 +0000 (12:55 -0800)]
Fix nonce usage in OAuth store

The OAuth store was failing on getting a request token, because the
token value was forced to be non-null in the DB. Let this value be
null, and use the correct primary key (consumer, timestamp, nonce).
Drop the reference to token table, and don't ever use it.

15 years agoMake OpenID login and registration URLs work
Evan Prodromou [Sat, 7 Mar 2009 20:38:22 +0000 (12:38 -0800)]
Make OpenID login and registration URLs work

The OpenID login and registration URLs were not generating correctly.
I added them to the list of "bare" actions in the router class, and
they work great now.

15 years agoAdd local directory for plugins, themes, etc.
Evan Prodromou [Sat, 7 Mar 2009 19:56:01 +0000 (11:56 -0800)]
Add local directory for plugins, themes, etc.

Added a local directory for locally-installed software. This is where
you should put any code you write, themes, plugins, etc. so they don't
get stomped by upgrades.

15 years agochange trust root calculation
Evan Prodromou [Sat, 7 Mar 2009 19:36:10 +0000 (11:36 -0800)]
change trust root calculation

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sat, 7 Mar 2009 17:46:35 +0000 (09:46 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoLimit duplicate notices in a particular time period (default 60s)
Evan Prodromou [Sat, 7 Mar 2009 17:43:50 +0000 (09:43 -0800)]
Limit duplicate notices in a particular time period (default 60s)

We disallow posting a notice with duplicate content more than once a
minute.

Conflicts:

config.php.sample

15 years agoMore api actions which need no auth when called with parameter.
Adrian Lang [Sat, 7 Mar 2009 12:52:52 +0000 (13:52 +0100)]
More api actions which need no auth when called with parameter.

15 years agoCorrect api method names for rss2 and atom feeds in all.php action.
Adrian Lang [Sat, 7 Mar 2009 09:16:05 +0000 (10:16 +0100)]
Correct api method names for rss2 and atom feeds in all.php action.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Sat, 7 Mar 2009 05:11:19 +0000 (21:11 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoAtom search results for Twitter-compatible API + phpcs stuff
Zach Copley [Sat, 7 Mar 2009 05:09:43 +0000 (21:09 -0800)]
Atom search results for Twitter-compatible API + phpcs stuff

15 years agoSome fixes for OpenID and OMB URLs
Evan Prodromou [Sat, 7 Mar 2009 01:18:21 +0000 (17:18 -0800)]
Some fixes for OpenID and OMB URLs

15 years agoUpstream changes to OAuth.php
Evan Prodromou [Sat, 7 Mar 2009 00:26:28 +0000 (16:26 -0800)]
Upstream changes to OAuth.php

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Fri, 6 Mar 2009 21:35:10 +0000 (13:35 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoFirst crack at Twitter-like JSON search results for the API
Zach Copley [Fri, 6 Mar 2009 21:33:47 +0000 (13:33 -0800)]
First crack at Twitter-like JSON search results for the API

15 years agoFixed problem with group lists not display all details - broken (by me) in 115519a5e7...
CiaranG [Fri, 6 Mar 2009 19:28:15 +0000 (19:28 +0000)]
Fixed problem with group lists not display all details - broken (by me) in 115519a5e7e84e57656c653918efb39ab4107fe9

15 years agoadd ping daemon to daemons
Evan Prodromou [Thu, 5 Mar 2009 22:37:27 +0000 (14:37 -0800)]
add ping daemon to daemons

15 years agoMerge branch 'ping' of /var/www/mublog.corrupt into corrupt/ping
Evan Prodromou [Thu, 5 Mar 2009 22:34:53 +0000 (14:34 -0800)]
Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/ping

Conflicts:

lib/util.php

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Thu, 5 Mar 2009 19:04:16 +0000 (11:04 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years ago@-links go to permalinks for local users
Evan Prodromou [Thu, 5 Mar 2009 19:03:42 +0000 (11:03 -0800)]
@-links go to permalinks for local users

15 years agoFixed bad field name in oauthstore. (fix submitted by oxygene)
CiaranG [Thu, 5 Mar 2009 16:23:39 +0000 (16:23 +0000)]
Fixed bad field name in oauthstore. (fix submitted by oxygene)

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
CiaranG [Thu, 5 Mar 2009 16:18:59 +0000 (16:18 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoPostgreSQL - fixed a couple more quoting issues
CiaranG [Thu, 5 Mar 2009 16:18:31 +0000 (16:18 +0000)]
PostgreSQL - fixed a couple more quoting issues

15 years agoPostgreSQL - the ts field in the OAuth nonce table needed to be an integer. (fix...
CiaranG [Thu, 5 Mar 2009 16:15:29 +0000 (16:15 +0000)]
PostgreSQL - the ts field in the OAuth nonce table needed to be an integer. (fix submitted by oxygene)

15 years agoThe correct version of the bad fix I undid in the previous commit. Must explicitly...
CiaranG [Thu, 5 Mar 2009 14:52:35 +0000 (14:52 +0000)]
The correct version of the bad fix I undid in the previous commit. Must explicitly specify all relevant columns in the GROUP BY.

15 years agoUndo my previous change that breaks the Popular Notices section on the public timelin...
CiaranG [Thu, 5 Mar 2009 14:35:50 +0000 (14:35 +0000)]
Undo my previous change that breaks the Popular Notices section on the public timeline under MySQL

15 years agoStubs for Twitter-compatible API search methods
Zach Copley [Thu, 5 Mar 2009 02:14:52 +0000 (18:14 -0800)]
Stubs for Twitter-compatible API search methods

15 years agoFixed wrong date on my msg in the laconica.spec changelog section
Zach Copley [Thu, 5 Mar 2009 01:03:01 +0000 (17:03 -0800)]
Fixed wrong date on my msg in the laconica.spec changelog section

15 years agoBumped the version number in laconica.spec in prep for a 0.7.2. RPM
Zach Copley [Thu, 5 Mar 2009 00:55:33 +0000 (16:55 -0800)]
Bumped the version number in laconica.spec in prep for a 0.7.2. RPM

15 years agoMerge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into review/0.7.x
Zach Copley [Thu, 5 Mar 2009 00:37:35 +0000 (16:37 -0800)]
Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into review/0.7.x

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Zach Copley [Thu, 5 Mar 2009 00:21:37 +0000 (16:21 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoMade /api/account/verify_credentials.format return an extended user object. Updates...
Zach Copley [Thu, 5 Mar 2009 00:17:40 +0000 (16:17 -0800)]
Made /api/account/verify_credentials.format return an extended user object. Updates to status and user API objects.

15 years agoYahoo! SearchMonkey applications:
Sarven Capadisli [Wed, 4 Mar 2009 21:05:26 +0000 (21:05 +0000)]
Yahoo! SearchMonkey applications:
* Displays user profile information http://identi.ca
* Displays user's XFN on http://identi.ca

15 years agocheck for profile record
Evan Prodromou [Wed, 4 Mar 2009 20:07:53 +0000 (12:07 -0800)]
check for profile record

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Wed, 4 Mar 2009 19:05:58 +0000 (11:05 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoPlugins - added a new event (RouterInitialized) which allows a plugin to register...
CiaranG [Wed, 4 Mar 2009 15:34:04 +0000 (15:34 +0000)]
Plugins - added a new event (RouterInitialized) which allows a plugin to register new paths to be routed

15 years agoPostgreSQL - made all 'weight' calculating SQL expressions compatible with both datab...
CiaranG [Wed, 4 Mar 2009 15:32:26 +0000 (15:32 +0000)]
PostgreSQL - made all 'weight' calculating SQL expressions compatible with both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason.

15 years agoPostgreSQL - added defaults for 'created' fields, so they work the same as the MySQL...
CiaranG [Wed, 4 Mar 2009 15:30:17 +0000 (15:30 +0000)]
PostgreSQL - added defaults for 'created' fields, so they work the same as the MySQL version, and made sure all 'modified' fields are not null

15 years agoError actions use HTTP code name for title
Evan Prodromou [Wed, 4 Mar 2009 14:27:30 +0000 (06:27 -0800)]
Error actions use HTTP code name for title

Change the title of error actions to the HTTP code name, like
'internal server error'.

15 years agoCheck for config file when running
Evan Prodromou [Wed, 4 Mar 2009 14:24:33 +0000 (06:24 -0800)]
Check for config file when running

When running the full system, check for a config file, and throw an
error if none is found.

15 years agoupdate README with new install instructions
Evan Prodromou [Wed, 4 Mar 2009 14:13:05 +0000 (06:13 -0800)]
update README with new install instructions

15 years agoMake a loop instead of repeating almost identical text in install
Evan Prodromou [Wed, 4 Mar 2009 13:53:04 +0000 (05:53 -0800)]
Make a loop instead of repeating almost identical text in install

15 years agorun foreign services script
Evan Prodromou [Wed, 4 Mar 2009 13:47:37 +0000 (05:47 -0800)]
run foreign services script

15 years agoall inserts in one statement for foreign services
Evan Prodromou [Wed, 4 Mar 2009 13:47:24 +0000 (05:47 -0800)]
all inserts in one statement for foreign services

15 years agoadd notice source data on install
Evan Prodromou [Wed, 4 Mar 2009 13:44:29 +0000 (05:44 -0800)]
add notice source data on install

15 years agoadd notice source to default install
Evan Prodromou [Tue, 3 Mar 2009 02:25:10 +0000 (18:25 -0800)]
add notice source to default install

15 years agocheck posted parameters
Evan Prodromou [Sun, 1 Mar 2009 18:12:16 +0000 (10:12 -0800)]
check posted parameters

15 years agorun sms carrier script on install
Evan Prodromou [Wed, 4 Mar 2009 13:42:03 +0000 (05:42 -0800)]
run sms carrier script on install

15 years agofix pagination links with new URL mapper
Evan Prodromou [Wed, 4 Mar 2009 13:29:21 +0000 (05:29 -0800)]
fix pagination links with new URL mapper

15 years agoHooks for: Public group nav in order to place a list-anchor item at
Sarven Capadisli [Wed, 4 Mar 2009 05:23:41 +0000 (05:23 +0000)]
Hooks for: Public group nav in order to place a list-anchor item at
the start or end of the list.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Sarven Capadisli [Wed, 4 Mar 2009 05:15:41 +0000 (05:15 +0000)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agoAvatar crop fix for shrinking/stretching of images when user doesn't
Sarven Capadisli [Wed, 4 Mar 2009 05:11:18 +0000 (05:11 +0000)]
Avatar crop fix for shrinking/stretching of images when user doesn't
scale it with the Jcrop tool (but hits Crop). This will use the lower
value from width/height.

15 years agoAdditional (optional, defaults to off) logging of PEAR error details, which allows...
CiaranG [Wed, 4 Mar 2009 00:23:34 +0000 (00:23 +0000)]
Additional (optional, defaults to off) logging of PEAR error details, which allows database issues to be more easily diagnosed.

15 years agoCatch bad replyto IDs before saving a new notice to avoid a constraint violation...
CiaranG [Tue, 3 Mar 2009 21:33:52 +0000 (21:33 +0000)]
Catch bad replyto IDs before saving a new notice to avoid a constraint violation. This happens, for example, when posting for the first time on a fresh install

15 years agoUse single quotes for data literals on inserts to notice_index, so it works on pgsql...
CiaranG [Tue, 3 Mar 2009 21:32:47 +0000 (21:32 +0000)]
Use single quotes for data literals on inserts to notice_index, so it works on pgsql as well as mysql

15 years agoPostgreSQL - added new emailnotifyattn field to user table, to match MySQL version
CiaranG [Tue, 3 Mar 2009 20:18:26 +0000 (20:18 +0000)]
PostgreSQL - added new emailnotifyattn field to user table, to match MySQL version

15 years agoUpdated typography and layout
Sarven Capadisli [Mon, 2 Mar 2009 00:06:29 +0000 (00:06 +0000)]
Updated typography and layout

15 years agocheck some prereqs for installation
Evan Prodromou [Sun, 1 Mar 2009 05:01:33 +0000 (21:01 -0800)]
check some prereqs for installation

15 years agofirst pass at a working install.php
Evan Prodromou [Sun, 1 Mar 2009 04:33:22 +0000 (20:33 -0800)]
first pass at a working install.php

15 years agodon't use semicolons in comments
Evan Prodromou [Sun, 1 Mar 2009 04:32:53 +0000 (20:32 -0800)]
don't use semicolons in comments

15 years agoautomatically handle non-laconica-named databases
Evan Prodromou [Sun, 1 Mar 2009 04:32:31 +0000 (20:32 -0800)]
automatically handle non-laconica-named databases

15 years agoAdded some missing php dependencies.
ken.sedgwick [Sun, 1 Mar 2009 04:13:37 +0000 (20:13 -0800)]
Added some missing php dependencies.
Made the avatar directory apache owned.

15 years agoshow a form for installation
Evan Prodromou [Sun, 1 Mar 2009 01:42:27 +0000 (17:42 -0800)]
show a form for installation

15 years agoAdd a flag for if there's no config file
Evan Prodromou [Sun, 1 Mar 2009 01:42:12 +0000 (17:42 -0800)]
Add a flag for if there's no config file

15 years agoSwitched tarball ext ".bz2" -> ".gz" in spec file.
ken.sedgwick [Sun, 1 Mar 2009 01:35:36 +0000 (17:35 -0800)]
Switched tarball ext ".bz2" -> ".gz" in spec file.

15 years agoAdded RPM spec file.
ken.sedgwick [Sun, 1 Mar 2009 01:33:20 +0000 (17:33 -0800)]
Added RPM spec file.

15 years agoMerge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Evan Prodromou [Sat, 28 Feb 2009 23:18:06 +0000 (15:18 -0800)]
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x

15 years agofix problem with dupe tags in profile
Evan Prodromou [Sat, 28 Feb 2009 23:17:49 +0000 (15:17 -0800)]
fix problem with dupe tags in profile

15 years agoSlightly toned down the text-shadow on navigation
Sarven Capadisli [Sat, 28 Feb 2009 23:10:40 +0000 (23:10 +0000)]
Slightly toned down the text-shadow on navigation

15 years agoAdd route for new message to user.
Adrian Lang [Wed, 25 Feb 2009 15:59:32 +0000 (16:59 +0100)]
Add route for new message to user.

15 years agoHopefully fixes #1260: Mess with norwegian languages. Moreover corrected ltr/rtl...
Adrian Lang [Wed, 25 Feb 2009 00:36:58 +0000 (01:36 +0100)]
Hopefully fixes #1260: Mess with norwegian languages. Moreover corrected ltr/rtl for Italian and Hebrew and added Finnish.

15 years agoFixes #1258: A period in a hashtag leads to the tag being interpreted as url and...
Adrian Lang [Sun, 22 Feb 2009 16:45:26 +0000 (17:45 +0100)]
Fixes #1258: A period in a hashtag leads to the tag being interpreted as url and hence breaking the tag.

15 years agoRoute for remote subscribe link on profile page.
Adrian Lang [Sun, 22 Feb 2009 13:27:09 +0000 (14:27 +0100)]
Route for remote subscribe link on profile page.

15 years agoCompletely refactored noticesearch list, now using subclassing for highlighting....
Adrian Lang [Sun, 22 Feb 2009 13:02:17 +0000 (14:02 +0100)]
Completely refactored noticesearch list, now using subclassing for highlighting. Fixes #1240 and probably other bugs.

15 years agoFixes #1241: in-reply-to links were broken due to copy and paste error (Variable...
Adrian Lang [Sun, 22 Feb 2009 12:38:16 +0000 (13:38 +0100)]
Fixes #1241: in-reply-to links were broken due to copy and paste error (Variable name was wrong).

15 years agoFix replyto parameter in newnotice
Adrian Lang [Sun, 22 Feb 2009 12:32:14 +0000 (13:32 +0100)]
Fix replyto parameter in newnotice

15 years agoMore routes.
Adrian Lang [Sun, 22 Feb 2009 12:31:50 +0000 (13:31 +0100)]
More routes.

15 years agoBroadcast profile via OMB after avatar change.
Adrian Lang [Sat, 21 Feb 2009 21:50:59 +0000 (22:50 +0100)]
Broadcast profile via OMB after avatar change.

15 years agoAdd finishremotesubscribe to the unrouted actions list.
Adrian Lang [Sat, 21 Feb 2009 21:48:30 +0000 (22:48 +0100)]
Add finishremotesubscribe to the unrouted actions list.

15 years agoCorrectly handle avatars at updateProfile
Adrian Lang [Sat, 21 Feb 2009 21:41:24 +0000 (22:41 +0100)]
Correctly handle avatars at updateProfile

15 years agoAuth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.
Adrian Lang [Sat, 21 Feb 2009 18:43:18 +0000 (19:43 +0100)]
Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.

15 years agoFixes #1067: Avatar stretched on authorize remote subscription page. The img tag...
Adrian Lang [Sat, 21 Feb 2009 18:04:27 +0000 (19:04 +0100)]
Fixes #1067: Avatar stretched on authorize remote subscription page. The img tag used a wrong class which had a width: 100% applied.

15 years agoAdds some missing routes.
Adrian Lang [Sat, 21 Feb 2009 17:51:56 +0000 (18:51 +0100)]
Adds some missing routes.