Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/slawkens/myaac

A free and open-source Automatic Account Creator (AAC) written in PHP
https://github.com/slawkens/myaac

* updated TODO (csrf token protection)

bce3756e838d9f89c239cf1db499e381245e89d8 authored almost 7 years ago
* updated TODO (password strength requirements in v1.0)

0cf21671a490157cf6c55991f4711a5d43956b6c authored almost 7 years ago
* update TODO (Singleton)

5d3fbb4bff4583f332c10a38235e20a722d5ca3c authored almost 7 years ago
* fix #47

68bbf4182fd4d2cce6087fb7d19f286291133e8f authored almost 7 years ago
* some optimizations & fixes according to awesome PHPStorm Php Inspections plugin!

eab416c0b462a62e51ae9de9f9448a1d1c201b9c authored almost 7 years ago
* delete config.local.php

Will be automatically created on install

c48452b37db4331069635cc6ae9e1fd3c2b73597 authored almost 7 years ago
* fixed saving long ip addresses (unsigned)

a636a87c2bbc2cfef9432a98d894fd369ee463b0 authored almost 7 years ago
* updated TODO (robots.txt)

ba8e1c56477be30af072b5e08357f0efb5694fcc authored almost 7 years ago
* plugins require like composer: "ext-curl": >"5.0"

Allow require php extension with composer syntax: ext-name: version

fc30e28e849ffe3b1465317673b99778d40a3ede authored almost 7 years ago
* added robots.txt

cfca37b09c0815abdbca204ef7c998895c1c1863 authored almost 7 years ago
* updated TODO (previous commit)

31a3f594f1a0cce0e994741f77940d4c02f390ec authored almost 7 years ago
* plugins: require php-extension, table or column

Some additional options for plugin developers, to require specific php
extension, database table...

9c536bd845ff55ccb452027effd360330ea7b22a authored almost 7 years ago
* fixed default accounts.vote value

808612cd10a2e68bdc98b407e1e9b1ab514bab2e authored almost 7 years ago
* minimum PHP is now 5.3.3

* added command to change permissions of system/cache directory

f2c3e558cc6bfdc8925a109ed2563c8150d51a24 authored almost 7 years ago
* fixed chrome bug on save ERR_BLOCKED_BY_XSS_AUDITOR

3324154208859eda54e0541381ee5597f14e7654 authored almost 7 years ago
* fixed edit page with php enabled

9c0068d4703a097d473f8a237c41040d883c4337 authored almost 7 years ago
* fixed logo monster

50790279780d0ea25af94f606d28d623e253c489 authored almost 7 years ago
* new configurable: smtp_secure

* as described in #43 by miqueiaspenha

04dca2f274a17ca048189af3f80ecf4ae87ace29 authored almost 7 years ago
Merge pull request #44 from miqueiaspenha/patch-1

Update admin.dashboard.html.twig (GH-44)

168df5d4e2bb5b0a0298f1f57c71638b11eeb699 authored almost 7 years ago
Update admin.dashboard.html.twig

The data comes from the config array.

6cf6f0460ec6f43b2de0e8c3c9fc8111579c6468 authored almost 7 years ago
* fixed displaying houses on TFS 1.x and higher

* fixed latest migration mysql error (23)
* fixed some config warning about highscores_balance

57d8e0b06f29292c1b800b4c095a96ef3fd8a9e1 authored almost 7 years ago
* updated TODO (proposed routing library for 2.0)

55ab90a481be9bb907d18edacdf7007e5da06e19 authored almost 7 years ago
* updated TODO (custom session handlers in 2.0)

0a8fb40bd74c096f7514543e60090154ff34322a authored almost 7 years ago
* verify is user was logged on HOOK_LOGOUT

fb026ec07f4b2545f1e2e6fcaae1a0f14298766b authored almost 7 years ago
* updated TODO (PHP 7.0, Composer and MVC)

79697e90301c447db280290639bbfcc775b4a30b authored almost 7 years ago
* updated TODO (some Twig improvements in 2.0)

873e05538e119559a0c57b178eb2f3c28c288032 authored almost 7 years ago
* updated TODO

9dd18a97e8fcf2400947f6236a71573631444055 authored almost 7 years ago
* fixed #42

* changed mb_strtolower functions to strtolower() - was useless in this
case
* attemp to fix som...

51acb739e907fd0a9cdffeb08ad494dacb144319 authored almost 7 years ago
* updated monsters to the original ones from tibia.com

7e2be697492becb7eb7e3c29f4542b8a625d2179 authored almost 7 years ago
* twig requires php 5.3.3

8e0ec47229f0a01f52a6daa6c33e4460a89ebb6a authored almost 7 years ago
* updated TODO

ca4b243daa4aa0920a2557e849baf79bb576c17a authored almost 7 years ago
* forgot to add latest migration to schema.sql

* default link color can be changed for each template

755adb08635022b48eeb358783d0f861b15f2d2b authored about 7 years ago
* revalidate cache before upgrading db

fc6cd29e846b139ef5c76736325b6058a85c3e75 authored about 7 years ago
* colorful dynamic menus!

* and also: blank option for menus
* NOTICE: Not all templates support that options yet

ab73c602c3d5823f272cfd52a39010071d74b2c6 authored about 7 years ago
* fixed some small information about Frags on highscores

862533fd7faa2a189b6c96803d4b181a25ac94d5 authored about 7 years ago
* some fixes to the revalidateCache function

ffa3bed620c37fe750ce0b83a94090c13d8cb43d authored about 7 years ago
* added highscores by balance

ba8d56f6ab2a26424377f45f85ed69524aebdb04 authored about 7 years ago
* auto add z_polls table on install

4bfc804d856467e1fb358ccf46f7c457692e98b8 authored about 7 years ago
* fixed plugin "You don't have rights to delete"

40981daf3313fb6796be3f8ad88df3a5e8b361e3 authored about 7 years ago
* new hooks: LOGIN, LOGIN_ATTEMPT, LOGOUT

* fixed bug with uninstalling some plugin dirs
* updated TODO

16bcb708630f9860053f31ab8ac30ea40c940b80 authored about 7 years ago
* added some names links to the account.management page

b1c72df333bb7d8de100fbc1f3c9de097c321826 authored about 7 years ago
* fixed hooks return value

* (internal) added new function: $hooks->exist($type)

39ced581b8adab0be23c507ece277736579ada03 authored about 7 years ago
* deleted more useless files

18a325cad8c5084e89bd33f018e210902977b7c2 authored about 7 years ago
* changed highscores_groups_hidden to 3 (for TFS 1.x)

7b0e891ab305084fd76d2a6a503a05fd27252171 authored about 7 years ago
* install: better error message on database failed connect

* changed <p> tag to <div> in notification messages

fc243466da3bf507744c5d75e47c44a3b1e921ec authored about 7 years ago
* fixed default stamina on otserv 0.6.x engine

9738c1896d5d693f4e1bae9de8ee1be2bb202a09 authored about 7 years ago
* forgot this

d0976cead92d4017a4d89ef7c66bb9ebc2354702 authored about 7 years ago
* install: change permission check to is_writable

2e46d80bcef101c9dded5c6c35a65ae848f57cd9 authored about 7 years ago
* fixes to the latest commit (removed some files)

* otserv 0.6.3: fixed some warning (on the characters page) and fatal
mysql error (on the mango ...

283806369a5e6e9a671fc9ea581920f3ce7b2d20 authored about 7 years ago
* removed Thumbs.db

500cb23ab998cdc8385420a8511f6a7ac7085aa7 authored about 7 years ago
* removed 6mb of trash (some useless things)

* updated background-artwork to the latest version, removed other ones
* removed signature backg...

88cabf88b23d39415564e643ef1b7e8e38f60256 authored about 7 years ago
* (fix) TFS 1.x not showing promoted vocations in highscores

9dc3d6d8d6789e381c50e6ea0355d414b6010862 authored about 7 years ago
* update TODO

cb8d8c4173483b44f0e1984400ecbe7c968b17c6 authored about 7 years ago
* installation of important stuff with help of AJAX

* installation will be now done with AJAX request (jQuery), that will instaltly notify about the...

1949c197d64877e028affa5cd9d8c71b54694a8c authored about 7 years ago
* updated OTS_House class to support latest TFS 1.x

16dab3a2cc4bdfa2aecd26879d764a09913c596b authored about 7 years ago
* fixed some MySQL errors on OTS_Player.php

* added function OTS_Player::getAccountId()
* (internal) shortened samples inserting code
* (int...

497a0731627e032794b21a63770655d24ae35b63 authored about 7 years ago
* enabled emoticons plugin in tinymce :)

22e245ecffd5e1d216510bdc0753ba8155bff458 authored about 7 years ago
* added missing function is_sub_dir (to the last commit)

b03433d8a80e26b03e49e5cbcb2780bd2f63c681 authored about 7 years ago
* uninstall: do not allow directories outside BASE

* uninstall: do not allow absolute paths

4f0fca021c411bc6b6f06fc8ed00ac4d2a717622 authored about 7 years ago
* allow comments inside plugin json file

* updated German translation (by German native speaker)

5aa1ae003ef9f203b3dbe35816c2dc090f876819 authored about 7 years ago
* some fixes regarding migrations

f29758939c3176d97567267d4d8e91093aabdc0f authored about 7 years ago
* updated tinymce to the latest (4.7.4) version

3703c2b4314a33573fb9220a08c10039f579eac4 authored about 7 years ago
* update CHANGELOG from 0.7 branch

d289d9a8ff51d9e08391d60ce5df7e34b5310e41 authored about 7 years ago
* fixed PHP warning about country not existing on online and characteres pages

a083dd048d988aae46b905ad0ea0ab2fa84bfbd5 authored about 7 years ago
* fixed characters page - config.characters.frags "Notice: Use of undefined constant"

f09c30d37083045fe5d94c017491937edc1acf6f authored about 7 years ago
* fixed displaying special outfits (GM, CM) in online page

9e28d46ee7ff2f1f9704406002843c92c4f59345 authored about 7 years ago
* added new forum option: "Enable HTML"

* will be by default enabled for newses
* fixed bbcode parsing

c133482659ff74a773f790b87b21dff7b46b7c52 authored about 7 years ago
* fixed tr bgcolor (#38)

bf71c1aee86dd7304ceb4e0fb1a5aeb99b395a9d authored about 7 years ago
* important fix for servers with promotion column (#36)

* caused player.vocation to be resetted when saving player, for example:
on change name, accept ...

4102b443526e643add3b4c60ba1d604c6b442a06 authored about 7 years ago
* nothing important

acf2e2fb4a4ad002cf9c40a4bdf226f70c578af6 authored about 7 years ago
* fixed displaying Premium Account days v2

f9de0b5eb9bffb5b0ad3cc663abfe4400cdf28e1 authored about 7 years ago
* fixed displaying premium account days

* function OTS_Account:getPremDays will now return -1 if there's
freePremium configurable enable...

85083f5979529e43c89c36c4a6b2be135a04ef45 authored about 7 years ago
* fixed getBoolean function when boolean is passed

087988dde368de8560843e5295a49ed5cd08965a authored about 7 years ago
* fixed installation

2dddb853f25ff7803692ffbd9889c62dd97b03fd authored about 7 years ago
* fixed othire default column value (#26)

a92355181fe16bca41ad7201eb1fa2bcf4ec88f8 authored about 7 years ago
* fixed warning in highscores when vocation doesn't exist

2085f7e1283072c0e10af17a56ac911be46019c7 authored about 7 years ago
* fixed some php notice when there are no players online on TFS 1.x

de7366e9a98de0c30fe20e9890df2c637e5778d7 authored about 7 years ago
* fixed saving custom vocations in admin panel (#36)

7ab1c1170f86ca11158c685ee15f3c191c654024 authored about 7 years ago
* fixed some typos

* changes account.management to use buttons defined in template

792770e5e2b7cdcb52ec643eee92febd470f1a9c authored about 7 years ago
Set theme jekyll-theme-slate

dece42c155f26ffeeddefc2ca4181fb0c0485ea4 authored about 7 years ago
* cache $db->hasTable and $db->hasColumn functions

* changed tableExist and fieldExist to $db->hasTable(table) +
$db->hasColumn(table, column)
* ne...

1025fad0e6776f79b0eacaf45f7de631a72b6937 authored about 7 years ago
* immediately reload config.lua when there's change in config.server_path detected

31537687c180c71fb987df9b952e81e9a8bc1be3 authored about 7 years ago
* added "Edit" option for admins in characters page

9c281511fa1e09c8a27f134b87863fd97da61e27 authored about 7 years ago
* show user avatar (outfit) in forum posts

* show user position (group) in forum posts
* replaced forum actions links (move, remove, edit, ...

544375378f19399544e4da393d52ea7298b000b0 authored about 7 years ago
* forum: show image in full screen on click

* do not expand the whole site cause of big posted forum images, instead
show a small image and ...

c2574235ea335c1a12ce66324b15b790d3ea3108 authored about 7 years ago
* some fixes regarding latest commit

0533b8c946af23d3d25ce338dab66a26a36ea263 authored about 7 years ago
* dont add extra <br/> to the TinyMCE news forum posts

5475bd6b5f65e8d70e1f7009a9e25c2bfc4328c6 authored about 7 years ago
* fixed othire account creating/installation

* fixed unexpected error logging about email fail
* added max_execution_time to the install fini...

2e4321872a746680fdcbc27b36b56139d2624be4 authored about 7 years ago
* fixed table name players -> players_online

515790b1a02585e1111968bfa7e29e54554c7753 authored about 7 years ago
* update TODO

35c9ffcdcabed59728ba2ac66739ff142cc81167 authored about 7 years ago
* some small fix regarding highscores vocation box

920c8a936f7ab1583bd20358b8cf54ef1c1a4ce2 authored about 7 years ago
* fixed displaying article_text when it was empty saved

6863ba488359a8c9ceb2e9d57ce5e8afff150ddd authored about 7 years ago
* update TODO

2f4941386703c1e46f21b83cf63bc39ece57c7ef authored about 7 years ago
* added news preview function (news, ticker, article)

* update TODO

854560b2f515759c46c549eea461b15771267ad4 authored about 7 years ago
* save detected country on create account in session

* warning about leaving news page with changes

4a948b8ba292151ad058789b31d0df4d717cfbab authored about 7 years ago
* added player status to tibiacom top 5 highscores box

* fix when there are no changelogs or highscores yet

01c0d021b238ac04a0b72098a0caabe5c06f58ac authored about 7 years ago
* fiedx bug on othire with config.account_premium_days

* fixed getPremDays and isPremium functions (newest 11.x engines are
bugged when it comes to PAC...

3e49ef42a2d9e0b8e2f8a76f6eaf2ab035e37876 authored about 7 years ago
Updated TODO

efb1775affce4bb0ecfedff7c8e92c346af53b04 authored about 7 years ago
* update to 0.8.0-dev

* added some features into TODO file, that will be most probably
available in 0.8 release

2a1f1c3cd961c516ad06454e27402a406e98a06f authored about 7 years ago
Merge branch 'master' of https://github.com/slawkens/myaac

3c4ab10b360503a0eb6db4d4342700bb2e40f3f1 authored about 7 years ago