aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
...
* Make translation contexts effective.Alexandre Hannud Abdo2014-05-211-9/+14
|
* add optional context to translationsfriendica2014-05-202-103/+116
|
* doc updatesfriendica2014-05-161-338/+354
|
* missing parenfriendica2014-05-131-1/+1
|
* forbid redefinition of language plural_select functionfriendica2014-05-131-1/+2
|
* a bit more progress on using shred to pick through API results. Commented ↵friendica2014-05-112-6/+20
| | | | out because the array storage is kindof weird so the first try (assuming simple arrays) didn't work out. I'll have to rethink how to index these things and may have to rewrite the js() function to do the kinds of things I want.
* better button theming on oauth connected apps pagefriendica2014-05-091-410/+417
|
* shred: ability to execute somewhat arbitrary API functions and echo resultsfriendica2014-05-082-1/+23
|
* ok *now* shred works with alternate config filesfriendica2014-05-071-10/+12
|
* shred: perhaps alternate configs will work now - unable to test at the ↵friendica2014-05-072-4/+5
| | | | moment. Was a typo in FriendicaOAuth.sh so it's unlikely anybody has been using this recently. We'll probably need it for apps.
* weekly updatefriendica2014-05-021-366/+400
|
* missed the string update on an earlier checkinfriendica2014-04-251-3525/+3523
|
* move create a new collection below the actual collection list again. failed ↵friendica2014-04-181-867/+868
| | | | experiment.
* soft revert 9bb7811 until we can look at it more closely.friendica2014-04-111-1154/+1231
|
* doc updates, plus back-end work for rpost to let you post to a different ↵friendica2014-04-041-335/+349
| | | | channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms.
* doc updatefriendica2014-03-281-480/+520
|
* doc updatefriendica2014-03-211-125/+133
|
* doc updatefriendica2014-03-161-315/+327
|
* doc updatefriendica2014-03-071-396/+431
|
* try to fix youtube mixed content warningsfriendica2014-02-281-281/+334
|
* strings/version updatefriendica2014-02-211-752/+791
|
* s/View remote profiles as webpages/Do not view remote profiles intony baldwin2014-02-191-1/+1
| | | | frames/g
* rev update and a minor fix (missing param) to force_refreshfriendica2014-02-141-763/+802
|
* To be listed as a public site, you need to be an https site with a valid ↵friendica2014-02-071-2803/+2907
| | | | cert. If you don't make the cut, you will either not be listed as a public site or you will be de-listed. Period. This is non-negotiable.
* provide some interesting new options to channel sourcesfriendica2014-01-311-953/+1002
|
* prettyphoto (js|css) not foundfriendica2014-01-241-115/+111
|
* mod_profperm migratedfriendica2014-01-232-487/+494
|
* push new messages.pofriendica2014-01-212-86/+84
|
* transifex didn't like plural-forms and now they don't like it commented out. ↵friendica2014-01-202-225/+220
| | | | So we'll try uncommenting the sucker and see if they like it again.
* some more bookmark infrastructure plus a doc updatefriendica2014-01-181-343/+351
|
* Update messages.pofabrixxm2014-01-161-1/+0
| | | should make transifex happy
* dav: throw exception if channel for requested DAV directory is deletedfriendica2014-01-151-1/+1
|
* directory creation error, display localtimes on cloud webpage, doc updatesfriendica2014-01-101-767/+827
|
* more dav workfriendica2014-01-031-75/+97
|
* sslify - remove the redirect fallback - as it gets called occasionally and ↵friendica2013-12-271-1296/+1336
| | | | creates mixed content exceptions. Let's see how we go without it. Also a doc update.
* comanchify mod_search - we've got three modules left to Comanchify: admin, ↵friendica2013-12-201-1077/+1053
| | | | directory and message - each of which introduces "interesting challenges"
* add construct_page hookfriendica2013-12-131-1308/+1152
|
* yeah - that's what I'm going to do. we'll just keep system notifications. If ↵friendica2013-12-061-0/+7178
| | | | somebody wants web pages for the others we'll start fresh. It's easier than starting with curfty friendica code that doesn't work anymore and will never work without starting over.
* some code cleanup - gad I forgot what a mess the "other" notifications tabs ↵friendica2013-12-061-7208/+0
| | | | (everything but system) were in. Maybe I'll just remove them so we can start over.
* include re-organisation and more doco, post_to_red fix ampersands in categoriesfriendica2013-12-041-1/+1
|
* undo last change to comment_email - these are checked for validityfriendica2013-12-021-1/+1
|
* ensure that every imported channel has a primary hublocfriendica2013-12-021-1/+1
|
* add categories and optional backlink to exported WP postsfriendica2013-12-011-7/+28
|
* channel wasn't getting savedfriendica2013-11-291-0/+2
|
* allow zot-info to return results for address= with webbies or naked nicknamesfriendica2013-11-291-3446/+3479
|
* Plurals for conversation.phpOlivier Migeot2013-11-281-3485/+3478
|
* synchronise deletion of comments between red and wpfriendica2013-11-281-0/+33
|
* add photos to red-to-wordpress commentsfriendica2013-11-271-0/+20
|
* add xmlrpc method for importing red commentsfriendica2013-11-271-0/+81
|
* add terms and categories, fix a delivery loop (stops at one cycle but we ↵friendica2013-11-261-1/+1
| | | | don't need a post coming back that we just sent out).