]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
13 years agoYammer import (work run via background queues) now can be started from the admin...
Brion Vibber [Mon, 27 Sep 2010 20:34:35 +0000 (13:34 -0700)]
Yammer import (work run via background queues) now can be started from the admin panel! :DDDD Still requires that the app be registered on your network manually first.

13 years agoOk, got the AJAX clicky-throughs working for yammer auth (if app is already registere...
Brion Vibber [Mon, 27 Sep 2010 19:34:01 +0000 (12:34 -0700)]
Ok, got the AJAX clicky-throughs working for yammer auth (if app is already registered), but needs prettification. Yammer ignores callback URLs unless they're pre-registered with the app, and this apparently requires manual intervention to become a 'trusted' app, you don't get it on those you register yourself. Sigh. Also can't use an iframe since it breaks out of the frame (fair 'nuff)

13 years agoWork in progress on fixing auth... looks like the iframe doesn't work though. Sigh.
Brion Vibber [Mon, 27 Sep 2010 19:24:10 +0000 (12:24 -0700)]
Work in progress on fixing auth... looks like the iframe doesn't work though. Sigh.

13 years agoWork in progress on getting the frontend Yammer import form going....
Brion Vibber [Sat, 25 Sep 2010 00:22:44 +0000 (17:22 -0700)]
Work in progress on getting the frontend Yammer import form going....

13 years agoPretty it up a bit more
Brion Vibber [Fri, 24 Sep 2010 23:27:33 +0000 (16:27 -0700)]
Pretty it up a bit more

13 years agoPretty up the Yammer import status display a bit
Brion Vibber [Fri, 24 Sep 2010 23:15:45 +0000 (16:15 -0700)]
Pretty up the Yammer import status display a bit

13 years agoInitial progress display of Yammer import state in admin panel
Brion Vibber [Fri, 24 Sep 2010 21:52:51 +0000 (14:52 -0700)]
Initial progress display of Yammer import state in admin panel

13 years agoOk, command-line workflow for YammerImportPlugin seems to mostly work, at least on...
Brion Vibber [Fri, 24 Sep 2010 00:55:13 +0000 (17:55 -0700)]
Ok, command-line workflow for YammerImportPlugin seems to mostly work, at least on tiny test site :D

13 years agoWork in progress: most of the infrastructure for running import via BG queues or...
Brion Vibber [Thu, 23 Sep 2010 23:40:22 +0000 (16:40 -0700)]
Work in progress: most of the infrastructure for running import via BG queues or CLI script is now in place (untested, no UI, needs tweaks & fixes)

13 years agoWork in progress: YammerRunner state machine wrapper for running the Yammer import...
Brion Vibber [Thu, 23 Sep 2010 22:23:56 +0000 (15:23 -0700)]
Work in progress: YammerRunner state machine wrapper for running the Yammer import in chunks.

13 years agoA little more cleanup...
Brion Vibber [Thu, 23 Sep 2010 19:52:58 +0000 (12:52 -0700)]
A little more cleanup...

13 years agoMore doc comments on SN_YammerClient
Brion Vibber [Thu, 23 Sep 2010 00:53:38 +0000 (17:53 -0700)]
More doc comments on SN_YammerClient

13 years agoWORK IN PROGRESS: Starting infrastructure to initiate Yammer import from web UI and...
Brion Vibber [Thu, 23 Sep 2010 00:51:50 +0000 (17:51 -0700)]
WORK IN PROGRESS: Starting infrastructure to initiate Yammer import from web UI and process it in the background queues. Totally not complete yet.

13 years agoInitial README for yammer importer
Brion Vibber [Wed, 22 Sep 2010 20:12:39 +0000 (13:12 -0700)]
Initial README for yammer importer

13 years agoSplit Yammer importer files into subdirs before I get too lost adding UI
Brion Vibber [Wed, 22 Sep 2010 19:52:34 +0000 (12:52 -0700)]
Split Yammer importer files into subdirs before I get too lost adding UI

13 years agoFixes for Yammer groups import: pulling explicit list, fixed avatar fetch
Brion Vibber [Wed, 22 Sep 2010 06:19:36 +0000 (23:19 -0700)]
Fixes for Yammer groups import: pulling explicit list, fixed avatar fetch

13 years agoSupport non-image file uploads in Yammer import
Brion Vibber [Wed, 22 Sep 2010 05:00:25 +0000 (22:00 -0700)]
Support non-image file uploads in Yammer import

13 years agoAdd group link on Yammer import (won't work until memberships are fixed)
Brion Vibber [Wed, 22 Sep 2010 01:21:36 +0000 (18:21 -0700)]
Add group link on Yammer import (won't work until memberships are fixed)

13 years agoFetch more user data in Yammer imports, including the primary email address (preconfi...
Brion Vibber [Wed, 22 Sep 2010 01:15:32 +0000 (18:15 -0700)]
Fetch more user data in Yammer imports, including the primary email address (preconfirmed, so we can do stuff like tell people to reset their passwords and log in!) and some bio info.

13 years agoYammer import: mark group posts with the proper group inbox (should we append a ...
Brion Vibber [Wed, 22 Sep 2010 00:35:32 +0000 (17:35 -0700)]
Yammer import: mark group posts with the proper group inbox (should we append a !foo or leave them as is, as current?)

13 years agoPull group descriptions in Yammer import
Brion Vibber [Wed, 22 Sep 2010 00:25:02 +0000 (17:25 -0700)]
Pull group descriptions in Yammer import

13 years agoImage file attachment support for Yammer import
Brion Vibber [Wed, 22 Sep 2010 00:08:40 +0000 (17:08 -0700)]
Image file attachment support for Yammer import

13 years agoCopy favorites in Yammer importer
Brion Vibber [Tue, 21 Sep 2010 23:27:26 +0000 (16:27 -0700)]
Copy favorites in Yammer importer

13 years agoFull dump of input data in yamdump also for my reference...
Brion Vibber [Tue, 21 Sep 2010 23:27:10 +0000 (16:27 -0700)]
Full dump of input data in yamdump also for my reference...

13 years agoFix for replies in Yammer import
Brion Vibber [Tue, 21 Sep 2010 23:19:02 +0000 (16:19 -0700)]
Fix for replies in Yammer import

13 years agoAvatars for Yammer import
Brion Vibber [Tue, 21 Sep 2010 23:10:44 +0000 (16:10 -0700)]
Avatars for Yammer import

13 years agoInitial semi-working yammer import :D
Brion Vibber [Tue, 21 Sep 2010 22:54:39 +0000 (15:54 -0700)]
Initial semi-working yammer import :D

* no avatars
* no details of user accounts or their auth info
* no group memberships or subscriptions
* no attachments
* will probably esplode if >20 messages in your network *whistle innocently*

13 years agofix notices in SN_YammerClient
Brion Vibber [Tue, 21 Sep 2010 22:29:04 +0000 (15:29 -0700)]
fix notices in SN_YammerClient

13 years agoPoking around at import funcs...
Brion Vibber [Tue, 21 Sep 2010 22:24:14 +0000 (15:24 -0700)]
Poking around at import funcs...

13 years agoYammerImport: initial processing code for users, groups, and messages
Brion Vibber [Tue, 21 Sep 2010 21:56:20 +0000 (14:56 -0700)]
YammerImport: initial processing code for users, groups, and messages

13 years agoBeginning stub of Yammer message->notice import
Brion Vibber [Tue, 21 Sep 2010 20:56:30 +0000 (13:56 -0700)]
Beginning stub of Yammer message->notice import

13 years agoSplit SN_YammerClient out to own class file
Brion Vibber [Tue, 21 Sep 2010 20:29:44 +0000 (13:29 -0700)]
Split SN_YammerClient out to own class file

13 years agoinitial work on yammer importer code
Brion Vibber [Tue, 20 Apr 2010 16:49:07 +0000 (18:49 +0200)]
initial work on yammer importer code

13 years agoFix PHP syntax errors introduced during localization fixups in a few files.
Brion Vibber [Sat, 25 Sep 2010 19:10:36 +0000 (12:10 -0700)]
Fix PHP syntax errors introduced during localization fixups in a few files.

13 years agoMerge remote branch 'gitorious/master'
Evan Prodromou [Sat, 25 Sep 2010 10:30:36 +0000 (06:30 -0400)]
Merge remote branch 'gitorious/master'

13 years agoOptionally restrict Disqus comments to specific users' notices
Zach Copley [Sat, 25 Sep 2010 01:29:02 +0000 (18:29 -0700)]
Optionally restrict Disqus comments to specific users' notices

13 years agoMerge branch '0.9.x'
Zach Copley [Sat, 25 Sep 2010 01:20:45 +0000 (18:20 -0700)]
Merge branch '0.9.x'

13 years agoMerge remote branch 'gitorious/master'
Evan Prodromou [Fri, 24 Sep 2010 20:50:33 +0000 (16:50 -0400)]
Merge remote branch 'gitorious/master'

13 years agoremove unnecesssary fieldset from sitemap admin panel
Evan Prodromou [Fri, 24 Sep 2010 20:50:03 +0000 (16:50 -0400)]
remove unnecesssary fieldset from sitemap admin panel

13 years agoUpdate OAuth actions in show application page so it will display the right endpoint...
Zach Copley [Thu, 23 Sep 2010 23:16:32 +0000 (16:16 -0700)]
Update OAuth actions in show application page so it will display the right endpoint URLs

13 years agoUpdate OAuth actions in show application page so it will display the right endpoint...
Zach Copley [Thu, 23 Sep 2010 23:16:32 +0000 (16:16 -0700)]
Update OAuth actions in show application page so it will display the right endpoint URLs

13 years agoFix strings in Disqus plugin for i18n
Zach Copley [Thu, 23 Sep 2010 22:46:01 +0000 (15:46 -0700)]
Fix strings in Disqus plugin for i18n

13 years agoAdd Netbeans project metadata dir to .gitignore
Zach Copley [Thu, 23 Sep 2010 19:48:15 +0000 (12:48 -0700)]
Add Netbeans project metadata dir to .gitignore

13 years agoMerge branch '0.9.x'
Evan Prodromou [Thu, 23 Sep 2010 15:07:25 +0000 (11:07 -0400)]
Merge branch '0.9.x'

13 years agoProvisional versions of two new themes (plus new base).
Samantha Doherty [Thu, 23 Sep 2010 14:50:45 +0000 (10:50 -0400)]
Provisional versions of two new themes (plus new base).

13 years agoMerge branch '0.9.x'
Evan Prodromou [Thu, 23 Sep 2010 13:50:46 +0000 (09:50 -0400)]
Merge branch '0.9.x'

13 years agoCloudy theme fixes: show notice form only on appropriate pages; IE fix for top padding.
Samantha Doherty [Thu, 23 Sep 2010 02:41:17 +0000 (22:41 -0400)]
Cloudy theme fixes: show notice form only on appropriate pages; IE fix for top padding.

13 years agoFix for ticket 2756 - Calls to OAuth endpoints are redirected to the
Zach Copley [Wed, 22 Sep 2010 23:30:50 +0000 (23:30 +0000)]
Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the
login page when a site is in private mode

13 years agoFix for ticket 2756 - Calls to OAuth endpoints are redirected to the
Zach Copley [Wed, 22 Sep 2010 23:30:50 +0000 (23:30 +0000)]
Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the
login page when a site is in private mode

13 years agoUpdate POT files for plugins.
Siebrand Mazeland [Wed, 22 Sep 2010 22:37:16 +0000 (00:37 +0200)]
Update POT files for plugins.

13 years agoinitial script to restore a backed-up user
Evan Prodromou [Wed, 22 Sep 2010 16:08:39 +0000 (12:08 -0400)]
initial script to restore a backed-up user

13 years agosave a URI with the user
Evan Prodromou [Wed, 22 Sep 2010 16:08:17 +0000 (12:08 -0400)]
save a URI with the user

13 years agoMerge branch '0.9.x' into activityexport
Evan Prodromou [Wed, 22 Sep 2010 14:45:34 +0000 (10:45 -0400)]
Merge branch '0.9.x' into activityexport

Conflicts:
plugins/OStatus/OStatusPlugin.php

13 years agoMerge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Wed, 22 Sep 2010 14:35:27 +0000 (10:35 -0400)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x

13 years agoDo not allow blank passwords when authenticating against LDAP.
Craig Andrews [Tue, 21 Sep 2010 22:04:28 +0000 (18:04 -0400)]
Do not allow blank passwords when authenticating against LDAP.

13 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Zach Copley [Tue, 21 Sep 2010 20:08:01 +0000 (13:08 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline

13 years agoLicense admin panel should allow empty or valid URLs for (license
Zach Copley [Tue, 21 Sep 2010 20:06:23 +0000 (13:06 -0700)]
License admin panel should allow empty or valid URLs for (license
URL and license image URL) when selecting private or allrightsreserved
licenses.

13 years agoMerge branch 'master' into 0.9.x
Brion Vibber [Tue, 21 Sep 2010 19:48:16 +0000 (12:48 -0700)]
Merge branch 'master' into 0.9.x

13 years agoMerge branch 'twitter-avatar'
Brion Vibber [Tue, 21 Sep 2010 19:46:16 +0000 (12:46 -0700)]
Merge branch 'twitter-avatar'

13 years agoWorkaround for #2485: in profile output on feeds, fall back to the Twitter 73x73...
Brion Vibber [Tue, 21 Sep 2010 19:38:04 +0000 (12:38 -0700)]
Workaround for #2485: in profile output on feeds, fall back to the Twitter 73x73 avatar instead of going straight to the 96x96 default image on twitter-import profiles.

13 years agochange the location and title of the feeds section
Evan Prodromou [Tue, 21 Sep 2010 18:09:46 +0000 (14:09 -0400)]
change the location and title of the feeds section

13 years agoMerge remote branch 'gitorious/0.9.x' into 0.9.x
Evan Prodromou [Tue, 21 Sep 2010 18:07:48 +0000 (14:07 -0400)]
Merge remote branch 'gitorious/0.9.x' into 0.9.x

13 years agoprintfv and printfq functions in commandline.inc
Evan Prodromou [Tue, 21 Sep 2010 18:06:39 +0000 (14:06 -0400)]
printfv and printfq functions in commandline.inc

13 years agouse Profile::getUri() to get a profile's URI
Evan Prodromou [Tue, 21 Sep 2010 10:21:47 +0000 (06:21 -0400)]
use Profile::getUri() to get a profile's URI

13 years agomake some static functions public for OStatus_profile
Evan Prodromou [Tue, 21 Sep 2010 10:13:19 +0000 (06:13 -0400)]
make some static functions public for OStatus_profile

13 years agothrow a catchable exception in getUser()
Evan Prodromou [Tue, 21 Sep 2010 10:12:43 +0000 (06:12 -0400)]
throw a catchable exception in getUser()

13 years agoFix #2323: typo on oauth connections page
Brion Vibber [Tue, 21 Sep 2010 01:07:19 +0000 (18:07 -0700)]
Fix #2323: typo on oauth connections page

13 years agoFix for #2227: 'view profile designs' and other default-on options are initially...
Brion Vibber [Tue, 21 Sep 2010 00:37:21 +0000 (17:37 -0700)]
Fix for #2227: 'view profile designs' and other default-on options are initially mis-set to off due to caching at account creation

13 years agoFix error when editing OAuth app registration and only changing the icon.
Brion Vibber [Mon, 20 Sep 2010 23:57:07 +0000 (16:57 -0700)]
Fix error when editing OAuth app registration and only changing the icon.

13 years agoDon't spew a notice warning to output while processing logging for PEAR DB errors
Brion Vibber [Mon, 20 Sep 2010 23:52:22 +0000 (16:52 -0700)]
Don't spew a notice warning to output while processing logging for PEAR DB errors

13 years agoFix for #2419: There is no function maxDescription in Oauth_application class (broke...
Brion Vibber [Mon, 20 Sep 2010 23:43:00 +0000 (16:43 -0700)]
Fix for #2419: There is no function maxDescription in Oauth_application class (broke the 'description too long' error message when editing oauth app registrations)

13 years agoClean up notice spew from accessing member variables of null when opening the add...
Brion Vibber [Mon, 20 Sep 2010 23:39:51 +0000 (16:39 -0700)]
Clean up notice spew from accessing member variables of null when opening the add/edit oauth application form

13 years agoBump up HTTP timeout for OStatus remote-tests.php to 60 seconds; when running without...
Brion Vibber [Mon, 20 Sep 2010 23:26:50 +0000 (16:26 -0700)]
Bump up HTTP timeout for OStatus remote-tests.php to 60 seconds; when running without queues and with only bcmath, salmon key generation is absurdly slow.

13 years agoTicket #2327: fixing block to remove the blocking user's subscription to the blockee...
Brion Vibber [Mon, 20 Sep 2010 22:57:46 +0000 (15:57 -0700)]
Ticket #2327: fixing block to remove the blocking user's subscription to the blockee if present; also cleaning up inbox delivery to apply the block checks more consistently, instead of just to group posts.

13 years agoTicket #2750: fixes to HTTP caching behavior across login/logout boundaries
Brion Vibber [Mon, 20 Sep 2010 20:42:58 +0000 (13:42 -0700)]
Ticket #2750: fixes to HTTP caching behavior across login/logout boundaries

* now ignoring if-modified-since if we failed an etag if-none-match comparison, per spec
* now including a hash of user id/nickname in most etags, so we'll update the view properly after login/logout

For API methods, checking the API-auth'ed user. (Many change results to include things like 'you're subscribed to this user' or 'this is one of your favorites', so user info is again needed)

There'll still be some last-modified stamps that aren't including user info properly, probably.

13 years agoFix bug in db queue manager: when receiving an invalid or deleted notice, we were...
Brion Vibber [Mon, 20 Sep 2010 20:19:58 +0000 (13:19 -0700)]
Fix bug in db queue manager: when receiving an invalid or deleted notice, we were running it through the 'temporary fail, release it to try again' path instead of the 'done, discard item' path. Should fix some infinite-loop-of-doom-in-queue cases.

13 years agoMerge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland [Mon, 20 Sep 2010 19:12:56 +0000 (21:12 +0200)]
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x

13 years ago* i18n/L10n update.
Siebrand Mazeland [Mon, 20 Sep 2010 19:12:43 +0000 (21:12 +0200)]
* i18n/L10n update.
* superfluous whitespace removed.

13 years ago* i18n/L10n update.
Siebrand Mazeland [Mon, 20 Sep 2010 19:12:07 +0000 (21:12 +0200)]
* i18n/L10n update.
* added onPluginVersion().
* superfluous whitespace removed.

13 years agoSuperfluous whitespace removed.
Siebrand Mazeland [Mon, 20 Sep 2010 19:11:05 +0000 (21:11 +0200)]
Superfluous whitespace removed.

13 years agoDirectionDetector plugin: tabs to spaces
Brion Vibber [Mon, 20 Sep 2010 19:02:04 +0000 (12:02 -0700)]
DirectionDetector plugin: tabs to spaces

13 years agoDirectionDetector plugin: cleanup on reference usage & code comments.
Brion Vibber [Mon, 20 Sep 2010 19:00:39 +0000 (12:00 -0700)]
DirectionDetector plugin: cleanup on reference usage & code comments.
Changed getClearText() to return its value instead of changing the input to keep things clearer to maintainers.

13 years ago* i18n/L10n updates.
Siebrand Mazeland [Mon, 20 Sep 2010 18:54:30 +0000 (20:54 +0200)]
* i18n/L10n updates.
* remove superfluous whitespace.

13 years agoUpdate DirectionDetector plugin to 0.2.0 from everplays
Brion Vibber [Mon, 20 Sep 2010 18:49:39 +0000 (11:49 -0700)]
Update DirectionDetector plugin to 0.2.0 from everplays

13 years agoSuperfluous whitespace removed.
Siebrand Mazeland [Mon, 20 Sep 2010 18:40:55 +0000 (20:40 +0200)]
Superfluous whitespace removed.

13 years agoSuperfluous whitespace removed.
Siebrand Mazeland [Mon, 20 Sep 2010 18:39:28 +0000 (20:39 +0200)]
Superfluous whitespace removed.

13 years agoAdd FIXME for bad message implementation.
Siebrand Mazeland [Mon, 20 Sep 2010 18:00:33 +0000 (20:00 +0200)]
Add FIXME for bad message implementation.

13 years agoAdd onPluginVersion()
Siebrand Mazeland [Mon, 20 Sep 2010 17:59:13 +0000 (19:59 +0200)]
Add onPluginVersion()

13 years agoSuperfluous whitespace removed.
Siebrand Mazeland [Mon, 20 Sep 2010 17:46:01 +0000 (19:46 +0200)]
Superfluous whitespace removed.

13 years agoAdd onPluginVersion()
Siebrand Mazeland [Mon, 20 Sep 2010 17:45:43 +0000 (19:45 +0200)]
Add onPluginVersion()

13 years agoAdd onPluginVersion()
Siebrand Mazeland [Mon, 20 Sep 2010 17:42:56 +0000 (19:42 +0200)]
Add onPluginVersion()

13 years agoRemove superfluous whitespace.
Siebrand Mazeland [Mon, 20 Sep 2010 17:38:36 +0000 (19:38 +0200)]
Remove superfluous whitespace.

13 years agoAdd onPluginVersion()
Siebrand Mazeland [Mon, 20 Sep 2010 17:38:00 +0000 (19:38 +0200)]
Add onPluginVersion()

13 years agoFIx inconsistencies in onPluginVersion()
Siebrand Mazeland [Mon, 20 Sep 2010 17:37:43 +0000 (19:37 +0200)]
FIx inconsistencies in onPluginVersion()

13 years ago* add onPluginVersion()
Siebrand Mazeland [Mon, 20 Sep 2010 17:36:09 +0000 (19:36 +0200)]
* add onPluginVersion()
* remove superfluous whitespace.

13 years agoUpdate pot files for plugins.
Siebrand Mazeland [Sun, 19 Sep 2010 15:44:29 +0000 (17:44 +0200)]
Update pot files for plugins.

13 years ago* L10n i18n update
Siebrand Mazeland [Sun, 19 Sep 2010 14:32:19 +0000 (16:32 +0200)]
* L10n i18n update
* add translator hints
* update whitespace
* added a bunch of @todos.

13 years ago* Remove trailing newline in e-mail message.
Siebrand Mazeland [Sun, 19 Sep 2010 13:52:53 +0000 (15:52 +0200)]
* Remove trailing newline in e-mail message.
* Superfluous whitespace removed.

13 years ago* i18n/L10n update
Siebrand Mazeland [Sun, 19 Sep 2010 13:17:36 +0000 (15:17 +0200)]
* i18n/L10n update
* translator comments added
* remove superfluous whitespace

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sat, 18 Sep 2010 22:32:43 +0000 (00:32 +0200)]
Localisation updates from http://translatewiki.net.