Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some cleanups and documentation. | Klaus Weidenbach | 2015-03-04 | 7 | -175/+174 |
| | | | | | | | Fixed some wrong variable names. Initialized some variables before using them. Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in include/security.php as it does not seem to be defined anywhere. | ||||
* | revert login max-width | Mario Vavti | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | login adjustment | Mario Vavti | 2015-03-03 | 3 | -19/+9 |
| | |||||
* | typo | Mario Vavti | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | make remove channel button work again | Mario Vavti | 2015-03-03 | 2 | -4/+8 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-02 | 3 | -90/+34 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-02 | 3 | -13/+13 |
| |\ | |||||
| * | | some more work on settings | Mario Vavti | 2015-03-02 | 3 | -90/+34 |
| | | | |||||
* | | | automated warning after a few days if poller is dead | friendica | 2015-03-02 | 3 | -0/+63 |
| |/ |/| | |||||
* | | tagcloud tweaks | friendica | 2015-03-02 | 3 | -13/+13 |
|/ | |||||
* | Merge pull request #915 from zzottel/master | RedMatrix | 2015-03-02 | 1 | -3/+2 |
|\ | | | | | make public delivery to contacts or any connections work again | ||||
| * | make public delivery to contacts or any connections work again | zottel | 2015-03-02 | 1 | -3/+2 |
| | | | | | | | | $hash wasn't defined in this case | ||||
* | | Merge pull request #914 from tuscanhobbit/dev | Paolo T | 2015-03-02 | 2 | -3373/+3472 |
|\ \ | |/ |/| | Updated Italian strings | ||||
| * | Updated Italian strings | Paolo Tacconi | 2015-03-02 | 2 | -3373/+3472 |
| | | |||||
* | | increase the dynamic range of the tag clouds slightly. | friendica | 2015-03-01 | 1 | -1/+1 |
| | | |||||
* | | here's the email template | friendica | 2015-03-01 | 1 | -0/+20 |
| | | |||||
* | | Nag hub admins with self-signed certs to fix them. Otherwise we'll just have ↵ | friendica | 2015-03-01 | 2 | -0/+35 |
| | | | | | | | | | | | | to start marking them as dead sites. | ||||
* | | raise the default upload limit for the application. We eliminated this in ↵ | friendica | 2015-03-01 | 9 | -9/+9 |
| | | | | | | | | English long ago, but several of the translated htconfig files still have the old limit. | ||||
* | | The never ending saga of parent = 0 bugs on Dreamhost. | friendica | 2015-03-01 | 2 | -1/+11 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-01 | 22 | -6272/+6486 |
|\ \ | |||||
| * | | settings: missing /form and whitespace | Mario Vavti | 2015-03-01 | 1 | -133/+129 |
| | | | |||||
| * | | more settings work | Mario Vavti | 2015-03-01 | 3 | -160/+191 |
| | | | |||||
| * | | provide some more yes/no labels | Mario Vavti | 2015-03-01 | 1 | -29/+31 |
| | | | |||||
| * | | fix login | Mario Vavti | 2015-03-01 | 2 | -86/+18 |
| | | | |||||
| * | | first pile of work on settings | Mario Vavti | 2015-03-01 | 18 | -161/+80 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-02-28 | 2 | -5845/+6180 |
| |\ \ | |||||
| | * | | Dutch language updated | jeroenpraat | 2015-02-28 | 2 | -5845/+6180 |
| | | | | |||||
| * | | | some css fixes for settings | Mario Vavti | 2015-02-28 | 2 | -6/+5 |
| |/ / | |||||
* / / | queue management actions. Still needs further work such as indication of ↵ | friendica | 2015-03-01 | 5 | -12/+49 |
|/ / | | | | | | | last successful connection or indication that the hub was marked offline, but these are potentially expensive queries. | ||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-27 | 5 | -448/+525 |
|\ \ | |||||
| * \ | Merge pull request #913 from zzottel/master | zzottel | 2015-02-27 | 3 | -4/+11 |
| |\ \ | | | | | | | | | update German help and fix a link in main.bb | ||||
| | * | | update German help files to current English contents | zottel | 2015-02-27 | 2 | -3/+10 |
| | | | | |||||
| | * | | fix link to siteinfo/json | zottel | 2015-02-27 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #912 from zzottel/master | zzottel | 2015-02-27 | 2 | -444/+514 |
| |\ \ | | | | | | | | | update to German strings | ||||
| | * | | update to German strings | zottel | 2015-02-27 | 2 | -444/+514 |
| |/ / | |||||
* | | | Fix a couple of places where we weren't checking for dead hublocs. Add a ↵ | friendica | 2015-02-27 | 4 | -2352/+2394 |
| | | | | | | | | | | | | function to mark a hubloc dead. | ||||
* | | | weekly doxygen push | friendica | 2015-02-27 | 69 | -765/+1321 |
|/ / | |||||
* | | don't report already delivered queue items in admin queue summary | friendica | 2015-02-26 | 1 | -1/+1 |
| | | |||||
* | | high level queue inspector - needs a lot more, like the ability to dump ↵ | friendica | 2015-02-26 | 3 | -1/+27 |
| | | | | | | | | certain destinations and indicating known dead sites, but this is a start | ||||
* | | per Randal overheard on a foreign network - tab in post/comment edit window ↵ | friendica | 2015-02-26 | 3 | -4/+10 |
| | | | | | | | | goes to submit instead of the next button. | ||||
* | | finish converting "delete" to trash icons for consistency. The 'x' was left ↵ | friendica | 2015-02-26 | 15 | -16/+20 |
| | | | | | | | | in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it. | ||||
* | | Merge pull request #911 from tokudan/patch-1 | RedMatrix | 2015-02-27 | 1 | -2/+2 |
|\ \ | | | | | | | fix issues in schema_postgres.sql | ||||
| * | | fix issues in schema_postgres.sql | Daniel Frank | 2015-02-26 | 1 | -2/+2 |
|/ / | | | | | | | - change PRIMARY_KEY to PRIMARY KEY - replace smallint(1) with smallint | ||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-26 | 1 | -0/+3 |
|\ \ | |||||
| * | | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -0/+3 |
| | | | |||||
| * | | Revert "more fake null shenanigans" | Habeas Codice | 2015-02-26 | 1 | -23/+94 |
| | | | | | | | | | | | | This reverts commit b57010e3da6c0521121a622c27013c8af7678132. | ||||
| * | | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -94/+23 |
| | | | |||||
* | | | loop breaker | friendica | 2015-02-26 | 2 | -1/+17 |
|/ / | |||||
* | | syntax - missing arg | friendica | 2015-02-25 | 1 | -1/+1 |
| | | |||||
* | | this may actually fix the deliver loop when deleting existing items. It's ↵ | friendica | 2015-02-25 | 2 | -1/+23 |
| | | | | | | | | hackish but I don't see any other way out. |