aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* more progress on photos apifriendica2013-02-022-241/+8
|
* sort out the rest of the nasty stuff in the attachment/file api - time to ↵friendica2013-02-012-4/+10
| | | | move on to something else
* debugging of file attachment api - somewhat functional but the attachment ↵friendica2013-01-314-7/+12
| | | | info structure in the item table needs to be re-done.
* plugin_settings are now feature_settingsfriendica2013-01-311-6/+2
|
* make addon (featured) settings page workfriendica2013-01-311-5/+5
|
* update friends in common tool now that poco is workingfriendica2013-01-312-12/+2
|
* expire settingfriendica2013-01-311-2/+3
|
* this should fix xchan photo permissionsfriendica2013-01-311-1/+1
|
* file/attachment storage api with revision control - needs a bit more testing ↵friendica2013-01-313-167/+31
| | | | but the framework is in place
* file replace option for wall attachments.friendica2013-01-301-18/+53
|
* enforce the new enhanced permissions (not just simple access controls) on ↵friendica2013-01-301-5/+9
| | | | photos - caveat: the default profile photo cannot be restricted. Any such restrictions will be ignored.
* beginning of backend file/attachment apifriendica2013-01-301-3/+1
|
* mark for death implementedfriendica2013-01-291-1/+1
|
* missing permission settingsfriendica2013-01-291-8/+17
|
* delete item should now mostly workfriendica2013-01-281-1/+1
|
* Someday the social graph will work, but alas not today. Add more debugging.friendica2013-01-281-6/+14
|
* check for mcrypt during install, allow admin email account to be admin *if* ↵friendica2013-01-271-0/+5
| | | | it's the first account.
* suppose I should do this right.friendica2013-01-271-1/+1
|
* still no social graph - oh maybe it's because the observer hash isn't valid ↵friendica2013-01-271-1/+1
| | | | and everybody's permission is denied. Well it's just another bug, but not the real bug. We're connecting as anonymous so that shouldn't make a difference.
* var spellingfriendica2013-01-271-1/+1
|
* simplify friendship approval - merge with connection editingfriendica2013-01-271-7/+53
|
* log directory source urlfriendica2013-01-271-0/+1
|
* lostpass fixes and login/logout flow if authenticated but no default channel ↵friendica2013-01-272-9/+13
| | | | exists
* maybe 'lostpass' will work now, maybe not. Didn't try it, but theoretically ↵friendica2013-01-271-39/+42
| | | | it's updated.
* photos cont.friendica2013-01-261-103/+56
|
* more photo backend stufffriendica2013-01-261-38/+8
|
* further baby steps on the photos APIfriendica2013-01-251-11/+8
|
* terminate script tagfriendica2013-01-251-1/+1
|
* start on photos reworkfriendica2013-01-251-24/+4
|
* make contact_remove sort of work so I can actually get rid of Oliver's and ↵friendica2013-01-253-5/+5
| | | | Michael J's dead contacts and not poll them every ten minutes forever
* upstream fixes, template regenerationfriendica2013-01-252-2/+21
|
* Putting the final wraps on the backend private message API. This is more or ↵friendica2013-01-251-58/+30
| | | | less what needs to happen for every data type and get all the SQL code out of the front-end controllers.
* add tooltip to toggle full screen modefriendica2013-01-251-1/+2
|
* make all private message functionality api-ablefriendica2013-01-241-68/+12
|
* turn down the log noise a bitfriendica2013-01-241-5/+14
|
* turn private_messages_list into backend functionality and separate it from ↵friendica2013-01-241-45/+8
| | | | the controller
* why oh why is poco_load not getting called? oh - that's why.friendica2013-01-242-5/+4
|
* auto permissions (such as for forums or whatever) - untested but might just workfriendica2013-01-232-114/+140
|
* plug potential hole in magic auth, add link to chanview to view in dedicated ↵friendica2013-01-234-28/+48
| | | | window
* @tags sorta work, but we might have an issue with sending zids in @tagsfriendica2013-01-231-3/+2
|
* make @tags half-ass workfriendica2013-01-232-16/+13
|
* some poco fixesfriendica2013-01-221-2/+1
|
* fixed contactgroup editorfriendica2013-01-222-12/+12
|
* fix observer permissions on wall_attachfriendica2013-01-221-52/+19
|
* clean up the photo storage backend, revamp mod/wall_uploadfriendica2013-01-224-83/+105
|
* security fixes related to directory access and sites that are off the gridfriendica2013-01-224-9/+13
|
* hidden directory entriesfriendica2013-01-223-5/+11
|
* now we're into the minor nitty fixesfriendica2013-01-211-1/+2
|
* testing beginsfriendica2013-01-211-3/+3
|
* magic auth - it's mostly done or at least all the code bits are written and ↵friendica2013-01-212-62/+208
| | | | it looks in theory to be pretty secure and it doesn't white screen. Getting it to actually work(?), well we won't know how hard that will be until we get it on a couple of systems and try it. Magic auth on one box is a no-op because you're already authenticated.