Commit graph

75 commits

Author SHA1 Message Date
8b3c154caa (Whitespace) 2015-03-27 16:07:01 +01:00
0a0f1fc376 Moved image dimension limits from image creation to site settings 2015-03-27 15:48:35 +01:00
4a69a69409 Fixed patch for MySQL databases 2015-03-25 12:56:43 +01:00
8608f36fa6 Added patch for initializing trollFilter for existing sites 2015-03-25 12:22:17 +01:00
d87cd04e82 Added fixes for missing modifier_id / modified values in the database 2015-01-01 21:37:12 +01:00
5884269360 Removed unnecessary user relation from TagHub 2014-12-14 09:52:58 +01:00
b112395a53 Refactored code to work with trails 2014-12-01 20:45:16 +01:00
fc739ec28a Fixed Twitter OAuth login error (Response body is incorrect. Can't extract token and secret from this: 'SSL is required ') 2014-07-05 12:54:59 +02:00
ab8560b057 Updated license header and unified comments 2014-07-04 17:16:51 +02:00
c7d78eba65 Reduced line indent from 3 to 2 spaces 2014-07-04 15:32:18 +02:00
3e769d3d6e Cleaned up whitespace with Sublime Text 2 2014-07-04 15:30:46 +02:00
69ae03b63e Added round social media icons from http://medialoot.com/item/round-social-media-icons 2013-07-24 07:23:04 +00:00
f98e088d79 Fixed Twitter API version 2013-07-23 20:10:05 +00:00
696c936cfb Removed local repository 2013-04-07 18:14:21 +00:00
e7dc2df12e * Fixed connection with actual user when credentials are provided on Google connect
* Added call to user.touch() after successful login to update lastLogin property
2013-04-07 16:34:52 +00:00
02a2f850a5 Slightly retouched 2013-04-07 16:33:36 +00:00
666ccf7af8 * Refactored Facebook and Google connectors
* Upgraded Scribe to version 1.3
2013-04-04 22:14:40 +00:00
a525ae4466 Fixed domain check used for conditional rendering of connect feature in last commit 2011-07-14 09:53:30 +00:00
a1c4b0fbd6 Fixed bug in connect feature preventing it from working on all vhosts of a domain – see http://about.antville.org/stories/2062518 2011-07-13 11:21:23 +00:00
59877d2ab3 Fixed bug in ReCAPTCHA feature preventing authenticated users from sending a message 2011-06-28 07:51:58 +00:00
1914185389 Patch for fixing content table containing erroneous status values caused by issue 47. 2011-06-06 16:05:14 +00:00
b06deec5c2 Fixed URLs to Google Code Wiki 2011-06-06 08:39:21 +00:00
15cb3bd568 Fixed careless setting of email to arbitrary string instead of root.replyTo in connect.scribe() method 2011-06-06 07:27:16 +00:00
9ea5d8246a Fixed connect feature not working with a custom domain simply by not displaying the connection links if we are not serving from the default domain. See http://about.antville.org/stories/2064860/#2064899 2011-06-06 06:20:59 +00:00
2174ec3ab4 * Fixed bad bug in User.update() causing user.email and user.url to be overwritten even with invalid data
* Added connect feature to user profile by providing links to connect and disconnect from the various services
 * Updated Scribe library to version 1.2 (used by connect feature)
2011-06-04 10:53:35 +00:00
2bc771a40c Added l10n for connect feature 2011-05-21 11:11:52 +00:00
6f397102f1 Only display connect feature when JavaScript is enabled 2011-05-21 10:51:26 +00:00
0c2ae2aca3 Output prototype.name when logging process 2011-05-08 11:39:09 +00:00
87c86776fe Added padded JSON response to Members.connect_action() for trivially checking login status across domains 2011-05-04 13:54:58 +00:00
3a932fdf38 Initial commit of simple non-caching proxy for JSON and JSONP requests 2011-04-05 13:28:40 +00:00
a68035971a Slightly modified order of properties and added missing ones 2011-04-05 13:26:55 +00:00
b5947d888a Changed way to invoke Feature.getPermission() by using Function.apply() with object instance and arguments array 2011-03-29 11:18:45 +00:00
0996bf848c Fixed callback URL for connecting with Google and Twitter 2011-03-28 18:36:00 +00:00
d318b87f4e Added checks for connect keys of various services to decide if the corresponding connect link should be rendered 2011-03-28 17:54:58 +00:00
efab4a2b14 Moved Scribe library from ./lib to ./extra/connect directory 2011-03-24 01:59:01 +00:00
28808135d4 Refactored plugin handling:
* Removed “extras” code because I just forgot I already implemented a Feature prototype
 * Added global <% feature %> macro calling the main() method of the desired feature
 * Added Feature.getPermission() method which can be invoked from HopObject.getPermission()
 * Refactored connect feature to work with modified Feature prototype
2011-03-24 01:54:21 +00:00
91b45b3732 Implemented basic extra handling (ie. plug-ins in Antville):
* Added global app.data.extras collection and registerExtra() method
 * Defined res.handlers.extra in HopObject.onRequest() handler to provide extra macros
 * Implemented reCAPTCHA for anonymously contacting an Antville member as proof of concept
2011-03-23 13:35:02 +00:00
f511318689 Added patch to remove question marks from file, image and tag names because the objects currently are inaccessible via URL 2011-03-02 09:50:20 +00:00
d4d9c40563 Fixed wrongly encoded characters in copyright header 2011-03-01 18:43:43 +00:00
1ae41a513a Fixed PostgreSQL comment symbols 2011-03-01 12:57:45 +00:00
5888797569 Added URL keyword to svn:keywords property 2011-02-23 16:24:32 +00:00
3654e1c10a Fixed encoding issues 2011-02-23 16:03:33 +00:00
322365f59b Added Root.static_macro() method for easier construction of static URLs via macro 2011-02-23 14:42:41 +00:00
0917333e2d Fixed callback URL for Facebook connect to also return a full URL starting with http:// if configured 2011-02-20 13:24:55 +00:00
9c6fa3ecc4 Added missing repository 2011-02-20 12:31:59 +00:00
7948648481 Removed obsolete code 2011-02-20 11:28:16 +00:00
b499380367 Got to learn more about java.lang.String.format()... 2011-02-20 10:37:00 +00:00
e3c777abf9 Moved the log output to the very end of the while loop to show the actual number of processed objects 2011-02-20 10:11:26 +00:00
7e123c4646 Refactored patch to also work reliably with large amounts of data 2011-02-20 10:03:59 +00:00
d4503644ca * Extended connect feature to also work with Google and Twitter using the excellent Scribe library
* Simplified Root.connection collection 
 * Added some preliminary icons to the connect skins for good
2011-02-18 14:01:17 +00:00