Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | poke notifications | friendica | 2014-06-04 | 1 | -0/+28 | |
| | | ||||||
| * | duplicate birthday events showing up | friendica | 2014-06-04 | 1 | -0/+7 | |
| | | ||||||
| * | add zrl stuff - still a lot of new stuff missing but I'm not going to do it all. | friendica | 2014-06-04 | 1 | -0/+8 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/friendica/red | jeroenpraat | 2014-06-04 | 4 | -5/+27 | |
|\| | ||||||
| * | suggest app | friendica | 2014-06-03 | 1 | -1/+3 | |
| | | ||||||
| * | don't add a birthday event if the birthday channel doesn't have permission ↵ | friendica | 2014-06-03 | 2 | -1/+6 | |
| | | | | | | | | to send you posts. | |||||
| * | don't provide a second (actually third counting the navbar) search box on ↵ | friendica | 2014-06-03 | 1 | -1/+1 | |
| | | | | | | | | the search page if you've got saved searches turned on. This should solve some problems with duplicate html id's (and save wasn't working anyway). If you don't have saved search ability (which will provide a saved search widget in the sidebar), provide a simple search box in the main content region but without save ability. | |||||
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-03 | 2 | -5/+5 | |
| |\ | ||||||
| * | | make system generated birthday events un-commentable since comments won't go ↵ | friendica | 2014-06-03 | 1 | -2/+17 | |
| | | | | | | | | | | | | where you think. | |||||
* | | | expand/collapse is also used for comments, so removing 'post'. | jeroenpraat | 2014-06-03 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | Updated strings for show entire post and show less to expand and collapse. ↵ | jeroenpraat | 2014-06-03 | 2 | -5/+5 | |
|/ | | | | See last few comments from me and Mario at https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl | |||||
* | Updated to [+] show more, [+] show more comments, etc. See ↵ | jeroenpraat | 2014-06-03 | 2 | -5/+5 | |
| | | | | https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl | |||||
* | bring back birthdays | friendica | 2014-06-02 | 4 | -6/+67 | |
| | ||||||
* | don't show app editing options to non-authenticated folks | friendica | 2014-06-01 | 1 | -0/+1 | |
| | ||||||
* | add a few days of slop to the orphan finder to account for any lags in dir ↵ | friendica | 2014-06-01 | 1 | -1/+1 | |
| | | | | syncing. | |||||
* | regression: (-1) update_flag still exists in one function. This should be ↵ | friendica | 2014-06-01 | 1 | -1/+1 | |
| | | | | UPDATE_FLAGS_FORCED or 2. | |||||
* | issue #477 | friendica | 2014-06-01 | 1 | -2/+2 | |
| | ||||||
* | use consistent capitalisation in the item actions menu | friendica | 2014-05-29 | 2 | -7/+7 | |
| | ||||||
* | testing new event code | friendica | 2014-05-29 | 2 | -7/+13 | |
| | ||||||
* | newevent: front end functions | friendica | 2014-05-29 | 1 | -1/+5 | |
| | ||||||
* | more work on new event code | friendica | 2014-05-29 | 1 | -58/+46 | |
| | ||||||
* | event_addtocal function for storing received events | friendica | 2014-05-29 | 1 | -6/+52 | |
| | ||||||
* | start to tie in the new event logic | friendica | 2014-05-29 | 1 | -1/+1 | |
| | ||||||
* | split event storage into two bits - separate the event storage from the ↵ | friendica | 2014-05-29 | 1 | -65/+77 | |
| | | | | associated item storage | |||||
* | Merge branch 'master' into newevent | friendica | 2014-05-29 | 18 | -68/+754 | |
|\ | | | | | | | | | Conflicts: include/zot.php | |||||
| * | this is an important bit - only mark dead hubs on directory servers. They ↵ | friendica | 2014-05-29 | 1 | -0/+4 | |
| | | | | | | | | shouldn't matter anywhere else. | |||||
| * | cleanup dead directory entries. This was a real b#tch, so keep your eye out ↵ | friendica | 2014-05-28 | 3 | -19/+86 | |
| | | | | | | | | for issues - which you shouldn't see until next weekend when this is scheduled to run. We're only setting flags, so if anything goes wrong we should be able to recover without too much pain. | |||||
| * | moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is ↵ | friendica | 2014-05-28 | 1 | -1/+1 | |
| | | | | | | | | possible now that we have translation contexts, as before '$1 is $2' was ambiguous without a context - in this case 'mood'. | |||||
| * | logging: include target url when reporting z_fetch_url and z_post_url errors. | friendica | 2014-05-27 | 1 | -4/+4 | |
| | | ||||||
| * | give the cloud file list a bit of padding | friendica | 2014-05-27 | 2 | -23/+25 | |
| | | ||||||
| * | filter randprof results to avoid channels that are known to be deceased. | friendica | 2014-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | Language selection: case-insensitive and system language | Alexandre Hannud Abdo | 2014-05-23 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | Fixed ignoring HTTP_ACCEPT_LANGUAGE tags that had uppercase characters. Fixed defining a->language too soon to ever get the system lang | |||||
| * | fix search to use in app | friendica | 2014-05-22 | 2 | -3/+4 | |
| | | ||||||
| * | more apps | friendica | 2014-05-22 | 1 | -0/+2 | |
| | | ||||||
| * | implement 'requires' on personal apps | friendica | 2014-05-22 | 1 | -6/+43 | |
| | | ||||||
| * | sort by app name and not by apd filename | friendica | 2014-05-22 | 1 | -1/+4 | |
| | | ||||||
| * | Add the admin app | friendica | 2014-05-21 | 1 | -0/+5 | |
| | | ||||||
| * | more app work | friendica | 2014-05-21 | 2 | -7/+20 | |
| | | ||||||
| * | change app dropdown to point to apps module (changes nav template). ↵ | friendica | 2014-05-21 | 2 | -4/+5 | |
| | | | | | | | | Important: Plugins using the app-menu hook will no longer be accessible from there and may require re-writing to plug into the system apps page. Also filter apps in items from the language detector to avoid false triggers from the base64 content. | |||||
| * | Make tag delivery work when channel name differs from profile name | Alexandre Hannud Abdo | 2014-05-21 | 1 | -5/+5 | |
| | | ||||||
| * | Merge pull request #464 from solstag/master | RedMatrix | 2014-05-21 | 2 | -9/+11 | |
| |\ | | | | | | | Bunch of translation work | |||||
| | * | Allow translation context with plural. Use that in Likes/Dislikes. | Alexandre Hannud Abdo | 2014-05-21 | 2 | -7/+8 | |
| | | | ||||||
| | * | Make translation contexts effective. | Alexandre Hannud Abdo | 2014-05-21 | 1 | -2/+3 | |
| | | | ||||||
| * | | make it possible to edit/delete apps via /apps/personal/edit | friendica | 2014-05-21 | 1 | -0/+3 | |
| |/ | ||||||
| * | add zids to all the personal app links | friendica | 2014-05-20 | 1 | -0/+5 | |
| | | ||||||
| * | more app work | friendica | 2014-05-20 | 1 | -8/+29 | |
| | | ||||||
| * | add optional context to translations | friendica | 2014-05-20 | 1 | -2/+4 | |
| | | ||||||
| * | most of the remaining apps basic infrastructure except a form to create the ↵ | friendica | 2014-05-20 | 2 | -7/+53 | |
| | | | | | | | | things. Don't let this fool you - there is still a lot of work, but there isn't a whole lot of work to create a demo; in fact you can demo it now. | |||||
| * | more app backend work | friendica | 2014-05-19 | 1 | -4/+41 | |
| | | ||||||
| * | apps: fix encoding/decoding and chunk splitting | friendica | 2014-05-18 | 1 | -2/+2 | |
| | |