Commit graph

4557 commits

Author SHA1 Message Date
Dan Karran
d320673cc7 Improving friend capabilities so you can now add and remove friends as you wish. Friends will be notified when you add them. You can view a list of friends on your profile page (which has been reorganised a little). 2007-10-08 22:21:15 +00:00
Tom Hughes
334b76d2a9 Make lighttpd reject 0.4 API requests without talking to rails. 2007-10-07 11:47:24 +00:00
Frederik Ramm
bf9418957e new calls 2007-09-26 15:48:00 +00:00
Gabriel Ebner
0f91ad8966 rails_port_0.5: Merge rails_port r4664. 2007-09-23 20:37:16 +00:00
Tom Hughes
868ce8d467 Allow trace descriptions and tags to be edited. 2007-09-23 17:05:31 +00:00
Gabriel Ebner
e03ea17a22 rails_port_0.5: Merge rails_port r4643 2007-09-22 19:55:33 +00:00
Tom Hughes
9c01c4cb63 Allow the API to be taken offline completely as well as being put into
readonly mode,
2007-09-20 23:51:11 +00:00
Gabriel Ebner
cfbdd3f7e1 Merge rails_port as of r4613 & fix tests. 2007-09-20 14:37:29 +00:00
Tom Hughes
f67fae73ce Limit the size that a rails process can grow to. 2007-09-16 23:14:40 +00:00
Frederik Ramm
dbdb0bec59 fixed ways_for_node call 2007-09-13 00:05:13 +00:00
Frederik Ramm
78b440ffc1 preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
Tom Hughes
d2bd78627e More search improvements - a "Where am I?" link that does a reverse
search, and various cleanups to the previous changes.
2007-08-24 18:53:30 +00:00
Tom Hughes
d274c0e3d8 Put the option to delete GPS traces back. Fixes #405. 2007-08-22 18:01:23 +00:00
Tom Hughes
bc92e61b3b Add CGI support for statistics. 2007-08-21 23:52:57 +00:00
Tom Hughes
dc3edbe7c1 Add a capabilities API call. Fixes #410. 2007-08-21 23:27:42 +00:00
Tom Hughes
c1dc2410c3 Redirect trac requests to the right place. 2007-08-20 14:03:40 +00:00
Tom Hughes
44051f30d8 Make the gpx/id/data API call work, and make gpx/create a POST method
so arguments can be handled more robustly.
2007-08-16 23:04:18 +00:00
Tom Hughes
08b71b48e1 Tidy up trace handling a bit, and add support for per-user and per-tag feeds. 2007-08-15 18:10:18 +00:00
Tom Hughes
9829ef097f Fix wiki redirection. 2007-08-15 08:01:45 +00:00
Tom Hughes
753e450604 Quite a few people still seem to ask www.openstreetmap.org for wiki
pages, so redirect them.
2007-08-15 08:00:23 +00:00
Tom Hughes
c29adef565 Add (commented out) rule for blocked tilesAtHome. 2007-08-13 22:37:12 +00:00
Tom Hughes
f0c4e816b2 Compress appropriate static content. 2007-08-09 12:47:21 +00:00
Tom Hughes
1cacff9500 Add the lighttpd configuration to subversion. 2007-08-09 12:08:39 +00:00
Tom Hughes
397db07d65 New improved geocoder with extra added AJAX and OSM Namefinder support. 2007-08-07 17:09:37 +00:00
Tom Hughes
e8809a10f5 Ran "rake rails:update" to update resources to latest rails 1.2.3 ones. 2007-08-06 07:53:41 +00:00
Tom Hughes
9f5e4b2b5a Removed unused HTTP status code definitions - we now use the Rails ones. 2007-07-30 23:16:13 +00:00
Tom Hughes
f66f1441ae Switch to storing sessions in the database. 2007-07-30 23:06:31 +00:00
Tom Hughes
9dbe1a497a Add a flag to allow the API to be placed in read-only mode. 2007-07-26 17:15:23 +00:00
Tom Hughes
d52e391a0d Make the API consistent about whether object names are plural in
search calls.
2007-07-26 14:24:08 +00:00
Tom Hughes
7d6c662296 Use SQL schemas, as ruby can't cope with the things we do... 2007-07-24 22:57:59 +00:00
Tom Hughes
55d8bc5256 Disable asset tagging to get better caching of assets. 2007-07-06 13:47:13 +00:00
Tom Hughes
dcad29dad0 Split the rest action into sparate read, update and delete actions thus
allowing authorization to be done on a per-action basis without worring
about the method. This should make the user API work.

Also do a lot of cleanup of the controllers.
2007-06-27 17:27:10 +00:00
Tom Hughes
e976a6df5a Restrict object IDs to numbers to make search methods route correctly. 2007-06-26 17:39:00 +00:00
Tom Hughes
c4307c7f04 Set the log level correctly for the custom logger. 2007-06-25 23:33:55 +00:00
Tom Hughes
7cf62a982a Implement a custom log class to make the log more readable. 2007-06-25 23:26:10 +00:00
Tom Hughes
a97522a3b3 Fix up routes for diary entry changes in r3302. 2007-06-23 12:44:22 +00:00
Tom Hughes
2c98558c86 Add support for segment/:id/ways and node/:id/segments API calls. Fixes #452. 2007-06-21 22:52:40 +00:00
Tom Hughes
2afcb4b222 Allow users to change their password from the account page, and get rid
of the separate edit page that (partially) duplicated the account page.
2007-06-12 00:28:53 +00:00
Tom Hughes
d27ff25473 Improve handling of login/logout some more to improve the chances of
us ending up on the right page afterwards.
2007-06-11 23:49:03 +00:00
Dan Karran
0fd11224af Adding routes for overall diary RSS, user-specific diary RSS, language-specific global diary RSS (both to come still) and messaging inbox (to come still). 2007-06-11 21:51:22 +00:00
Tom Hughes
24ee5618ce Change server_settings to smtp_settings to avoid deprecation warning. 2007-06-10 08:13:03 +00:00
Steve Coast
a0e8c35c1b various things from TomH 2007-05-29 23:25:41 +00:00
Richard Fairhurst
4769eec5aa TomH's patches 2007-05-28 14:54:50 +00:00
Damian Sulewski
461bf3802d applied TomH patch for lost password site 2007-05-26 20:58:33 +00:00
Nick Whitelegg
b56b9609e2 2007-05-20 09:57:26 +00:00
Nick Whitelegg
0f6d05a2d7 Updated potlatch preset tags for bridleway and byway 2007-05-19 11:54:45 +00:00
Richard Fairhurst
0944c1cf02 Potlatch-on-Rails, ready to go (fingers crossed) 2007-05-18 15:20:31 +00:00
Steve Coast
164b05ea96 up the suicide age 2007-05-12 20:38:57 +00:00
Steve Coast
1bbe59b6a7 api fixes 2007-05-10 20:17:29 +00:00
John McKerrell
14b8e7619f Added trackpoint serving support to 0.4 API 2007-05-10 14:07:37 +00:00