Ecosyste.ms: OpenCollective

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

TusPHP

🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0
Collective - Host: opensource - https://opencollective.com/tus-php - Website: https://ankit.pl - Code: https://github.com/ankitpokhrel

Fixed table background colors. More sophisticated but more aesthetically pleasing. Fixes #20

github.com/ankitpokhrel/tview - ef6026df3d6130bccc2bdb05cbf305d8b0d5a958 authored almost 7 years ago by Oliver <[email protected]>
Fixed Table.SetCellSimple(). Resolves #35

github.com/ankitpokhrel/tview - f3686bfe15d001265eb0722f24cfd07cc7b38e85 authored almost 7 years ago by Oliver <[email protected]>
Adding a page and switching to it is now possible.

github.com/ankitpokhrel/tview - 89ae7566052d0de92a5d16c6e3f9c6527d6733ec authored almost 7 years ago by Oliver <[email protected]>
Updated Form documentation.

github.com/ankitpokhrel/tview - 7c086b11138d634aae5e44015f029222deadc47e authored almost 7 years ago by Oliver <[email protected]>
Add full path for tus binary

github.com/ankitpokhrel/tus-php - 5d2de40470f3334d2a1ddf88546ba4d9c530981f authored almost 7 years ago by Ankit Pokhrel <[email protected]>
Make bin/console command available as composer binary (#10)

github.com/ankitpokhrel/tus-php - 1c827b5bac49638387ed5c4e7f9dab2374e4d928 authored almost 7 years ago by Ankit Pokhrel <[email protected]>
Use symfony/console v3.4.3 for better compatibility

github.com/ankitpokhrel/tus-php - 16e23b37fb2494a11764581abf49fb506b9a9d06 authored almost 7 years ago by Ankit Pokhrel <[email protected]>
Use stable version for symfony/console (#8)

Fixes #6

github.com/ankitpokhrel/tus-php - 342b89d367853cdcaa9b2ae489cc9a3e55c3bf1e authored almost 7 years ago by Ankit Pokhrel <[email protected]>
Remove at dev tag as min stability is dev (#7)

Fixes #6

github.com/ankitpokhrel/tus-php - a1981c1fa6f198400c93825f08d955425748f51e authored almost 7 years ago by Ankit Pokhrel <[email protected]>
"FieldLength" is now "FieldWidth" everywhere for clarity and consistency. Sorry for this breaking change. It is better in the long run.

github.com/ankitpokhrel/tview - 4db30f9ed4a2e6f07fe9769cfb28e2b557fe72f0 authored almost 7 years ago by Oliver <[email protected]>
Add k8s job to run tus expiration command (#5)

github.com/ankitpokhrel/tus-php - a400152d7943410f1efbcfa6c12fcd629ed74828 authored almost 7 years ago by Ankit Pokhrel <[email protected]>
Added color tag functionality to all strings. Resolves #25

github.com/ankitpokhrel/tview - 258f212e5ed7c042514ec1c043470fdb7bfdf11c authored almost 7 years ago by Oliver <[email protected]>
Added a way to output tags as cleartext in TextView even if dynamic colors or regions are enabled.

github.com/ankitpokhrel/tview - 13cf1c1ee4a3e5bb9f3195c456bc3bb0f3720101 authored almost 7 years ago by Oliver <[email protected]>
Fixed Table cell background colors for column-only selections.

github.com/ankitpokhrel/tview - 95e31242458247b33462d0da1725c71a436c4934 authored almost 7 years ago by Oliver <[email protected]>
Updated readme.

github.com/ankitpokhrel/tview - e349b48fe432cbe765470a9bf33074085f0fb763 authored almost 7 years ago by Oliver <[email protected]>
Introduced horizontal item alignment in forms. Resolves #33

github.com/ankitpokhrel/tview - aa25839cfa795cf60498f1f0bfbed552140f0ee3 authored almost 7 years ago by Oliver <[email protected]>
Add support for tus expiration extension (#4)

github.com/ankitpokhrel/tus-php - 0cf34c3a1b3cf45b0f032688473604583679b9f5 authored almost 7 years ago by Ankit Pokhrel <[email protected]>
Form now has a Clear() function. Resolves #32

github.com/ankitpokhrel/tview - c105638ec30c991a9569ab4d0831af20011a6864 authored almost 7 years ago by Oliver <[email protected]>
Clarifying SetInputCapture() in documentation.

github.com/ankitpokhrel/tview - 9608f5b3b56ff2da69b6994c785f14dcf0960f1c authored almost 7 years ago by Oliver <[email protected]>
All primitives now offer a way to intercept all key events sent to them. Also made the global key event intercept handler more general/consistent. Resolves #22

github.com/ankitpokhrel/tview - 626453b2a6397afaed69cdb8b19ebc27aba84545 authored almost 7 years ago by Oliver <[email protected]>
Remove unused constant

github.com/ankitpokhrel/tus-php - 4f845f17e4f2d1da783088af810877d37da80ed7 authored almost 7 years ago by Ankit Pokhrel <[email protected]>
Minor bugfix in Table.

github.com/ankitpokhrel/tview - f61c66bb82eb5cc7c0e86eeca431aa724f8f6e18 authored almost 7 years ago by Oliver <[email protected]>
Added individual cell background colors. Resolves #20

github.com/ankitpokhrel/tview - 97450a0de3f1ceb38af68f7ddbf103414b1dd4b3 authored almost 7 years ago by Oliver <[email protected]>
Added individual cell background colors. Resolves #20

github.com/ankitpokhrel/tview - 213f13fcc4368ea3d3efa3b8fab13e5bd439da9e authored almost 7 years ago by Oliver <[email protected]>
Expanded the TableCell definition in preparation of adding individual cell background colors.

github.com/ankitpokhrel/tview - b423641ec2a9034ad2f9e52fa2bad8b3cbee748e authored almost 7 years ago by Oliver <[email protected]>
Flex demo is probably better without a border.

github.com/ankitpokhrel/tview - 4c0e74ada074ca08246de5d81253738105130619 authored almost 7 years ago by Oliver <[email protected]>
Flex must call Box's Draw() function first. Fixes #26

github.com/ankitpokhrel/tview - 5fd6365352f07334177f90ce5d5f6bb986cc2cfc authored almost 7 years ago by Oliver <[email protected]>
Some post-processing of pull request #29. Resolves #27

github.com/ankitpokhrel/tview - 677c227861d020f9f14623df0473e27e85a51563 authored almost 7 years ago by Oliver <[email protected]>
Merge pull request #29 from maja42/TableSelectionHandling

Thanks.

github.com/ankitpokhrel/tview - db90355feb6f5afa1c8d3c88358e519ea36b0a0b authored almost 7 years ago by rivo <[email protected]>
Minor additions to pull request #30. Resolves #28.

github.com/ankitpokhrel/tview - 8bc6a3f68406413f399873701baee89cebe1cac1 authored almost 7 years ago by Oliver <[email protected]>
Merge pull request #30 from maja42/TextViewScrolling

Thanks. I will make some modifications to this. You might want to check them out.

github.com/ankitpokhrel/tview - f26cdc84a261f28e0e712d3f1c6a670a79638e58 authored almost 7 years ago by rivo <[email protected]>
Added ScrollToBeginning() and ScrollToEnd() to TextView

github.com/ankitpokhrel/tview - 3442b13a044dbdc9657565606bd09e3a17b873a1 authored almost 7 years ago by Jakob Maier <[email protected]>
Added GetSelection() and SetSelectionChangedFunc() to Table

github.com/ankitpokhrel/tview - 55189331c5dfb74c6fca70b472d9ae64fe256128 authored almost 7 years ago by Jakob Maier <[email protected]>
Rearrange methods

github.com/ankitpokhrel/tus-php - 4ce2cef15645443a6ac856cee710311e4e5bf851 authored almost 7 years ago by Ankit Pokhrel <[email protected]>
Add prefix in redis key

github.com/ankitpokhrel/tus-php - 75d63a39576455b0b62a7c1492677e7833040f0d authored almost 7 years ago by Ankit Pokhrel <[email protected]>
Rewrote TextView's reindex() and Draw() to introduce text alignment and

word wrapping

github.com/ankitpokhrel/tview - 1e78c506cb8e93ced53a8f7b0e64e377d7800ed3 authored almost 7 years ago by Oliver <[email protected]>
In Form, changed GetElement() to GetFormItem() for consistency reasons.

github.com/ankitpokhrel/tview - 38d663c267f41e093c1d703aec71a3137c9d5f59 authored almost 7 years ago by Oliver <[email protected]>
Added GetSelectable() to Table so users can find out what is currently selectable. Resolves #21

github.com/ankitpokhrel/tview - 946d2620b6a35b8d9647964a89b3aa19fa477b13 authored almost 7 years ago by Oliver <[email protected]>
A resize event should have the screen cleared before redrawing. Fixes #19

github.com/ankitpokhrel/tview - 4153189e1b5ef8a02f647a89d9f5e27ac676bb3f authored almost 7 years ago by Oliver <[email protected]>
Avoiding access to nil pointer.

github.com/ankitpokhrel/tview - cc7bb29944147fb36e7e76ac1c2fe8f470af4b13 authored almost 7 years ago by Oliver <[email protected]>
Calling Application.Draw() for global key handlers which steal the event.

github.com/ankitpokhrel/tview - fdab2627c39de8a4fc37b423096236bf920e031b authored almost 7 years ago by Oliver <[email protected]>
Fixed wrong TextView handling of tabs (and other runes without a width).

github.com/ankitpokhrel/tview - 0c4fd605aea035acabd1879d2337f2e498668239 authored almost 7 years ago by Oliver <[email protected]>
Layout fixes in readme.

github.com/ankitpokhrel/tview - 68cd2d4bb00ead9bb32baacb9ea2bd08e67c3676 authored almost 7 years ago by Oliver <[email protected]>
Added password field to Form demo in presentation.

github.com/ankitpokhrel/tview - c2bfee038786df63331aa2f59dcf46dcb1d2dcad authored almost 7 years ago by Oliver <[email protected]>
Updated documentation.

github.com/ankitpokhrel/tview - a7346b12c68d94e8533da85f6ae60147de1af020 authored almost 7 years ago by Oliver <[email protected]>
Supporting any color now in TextView. Resolves #12

github.com/ankitpokhrel/tview - d74b71b48d20fb7117aa59a0735be6782433db47 authored almost 7 years ago by Oliver <[email protected]>
Some adaptations for 32-bit systems. Resolves #17

github.com/ankitpokhrel/tview - 5f33d0cbc09bfcd70ac694f8ff365e20e26168a4 authored almost 7 years ago by Oliver <[email protected]>
Added navigation instructions to presentation demo. Resolves #14, resolves #10

github.com/ankitpokhrel/tview - 967b863aac466112f03b07454301b4731c73649b authored almost 7 years ago by Oliver <[email protected]>
Some pull request post-processing.

github.com/ankitpokhrel/tview - 7dd0754cc6697318e0652ff1a81a47db47f5a94d authored almost 7 years ago by Oliver <[email protected]>
Merge branch 'master' of github.com:rivo/tview

github.com/ankitpokhrel/tview - f415a042fdc618cc21f8318344459d8e55ef92ee authored almost 7 years ago by Oliver <[email protected]>
Merge pull request #15 from mylxsw/master

Thanks!

github.com/ankitpokhrel/tview - 50c1c0e61730cb82462dca78cc1ffcb88dbc01a7 authored almost 7 years ago by rivo <[email protected]>
Added a contact link to code of conduct.

github.com/ankitpokhrel/tview - 09ec4666c80c1e1d3ecc6c34c2d9964917c1320b authored almost 7 years ago by Oliver <[email protected]>
Code of conduct filename should conform to GitHub standards.

github.com/ankitpokhrel/tview - c1e76bdb61277ec9cbc21b34bc46de31095483c6 authored almost 7 years ago by Oliver <[email protected]>
Merge pull request #16 from Connorula/master

Thanks.

github.com/ankitpokhrel/tview - 828d9766e7dc95b1fdcc21e3a768381f28dc9163 authored almost 7 years ago by rivo <[email protected]>
Added a code of conduct.

github.com/ankitpokhrel/tview - 9bb7628bfbd4b31f15df85a782cb958ec8065162 authored almost 7 years ago by Connor Devlin <[email protected]>
create unicode(chinese) support demo

github.com/ankitpokhrel/tview - 42fcf63eca8335cf4ba7eb3652d5eca9bf270ead authored almost 7 years ago by įŽĄåŽœå°§ <[email protected]>
Updated readme.

github.com/ankitpokhrel/tview - 589b0fff8edb720ae8dccbc603cf78fc276e5a03 authored almost 7 years ago by Oliver <[email protected]>
Added masking to InputField, password field to form. Resolves #7, resolves #8.

github.com/ankitpokhrel/tview - d6ce974e6d18df621c9c74cc1f323cc27e8aadd2 authored almost 7 years ago by Oliver <[email protected]>
Added support for wide unicode characters (e.g. Chinese). Resolves #9

github.com/ankitpokhrel/tview - 61d8ea30f88542eb6c48d1b7fd0331a7f1411116 authored almost 7 years ago by Oliver <[email protected]>
Application does not lock on PollEvent() call anymore. Should resolve gridlocks when calling SetRoot() in goroutines. Resolves #6

github.com/ankitpokhrel/tview - 17c785e1f8aee169fe6c3fe9eb7dbbcc9843999e authored almost 7 years ago by Oliver <[email protected]>
Merge pull request #3 from ss18/typo

scollable -> scrollable, thanks!

github.com/ankitpokhrel/tview - fee6bd1ef97e63cf9f8215b52585de3332c270ee authored almost 7 years ago by rivo <[email protected]>
Added a listener for changes in input fields. Also in the Form. Fixes #4.

github.com/ankitpokhrel/tview - 3fbea7a99bf41ad94d6cb11f898a436dfccff6b5 authored almost 7 years ago by Oliver <[email protected]>
Added Styles variable with default colors for primitives.

github.com/ankitpokhrel/tview - 2874294d891f027c519c5179238691922845df21 authored almost 7 years ago by Oliver <[email protected]>
scollable -> scrollable

github.com/ankitpokhrel/tview - 21a909f91c128eda9b9b50c3b73fb60c14cf4e5a authored almost 7 years ago by Semen Zhydenko <[email protected]>
Added links to Wiki to documentation. Also replaced screenshot with GIF screencast.

github.com/ankitpokhrel/tview - e4f97a643678ffb67b9f66c97fa6042f50f3c2c5 authored about 7 years ago by Oliver <[email protected]>
List selections should be visible even when they don't have focus. Also added screenshot for Postgres demo.

github.com/ankitpokhrel/tview - 7b5ab63e8cddc716af559e2a70c3de1a15d87500 authored about 7 years ago by Oliver <[email protected]>
Added screenshots for all demos.

github.com/ankitpokhrel/tview - 50871c33867a7d133106c3a8f399974851d79983 authored about 7 years ago by Oliver <[email protected]>
Fix comment

github.com/ankitpokhrel/tus-php - 617b4557b7d021c13346b204ae0cfa331c161530 authored about 7 years ago by Ankit Pokhrel <[email protected]>
Final preparations for the first official release.

github.com/ankitpokhrel/tview - c98930007346bb474724bc7f5c14c4c2f3ea7ddc authored about 7 years ago by Oliver <[email protected]>
Remove extra space

github.com/ankitpokhrel/tus-php - 44d00834d8974fda94bdd586c38176761f7a10cb authored about 7 years ago by Ankit Pokhrel <[email protected]>
Use explicit check

github.com/ankitpokhrel/tus-php - 86332e5c8ff861a0b9f07bc83d20ba529f95af2e authored about 7 years ago by Ankit Pokhrel <[email protected]>
Use short exception syntax

github.com/ankitpokhrel/tus-php - 9c2ef90af7b411858315d611557a477c36b8d920 authored about 7 years ago by Ankit Pokhrel <[email protected]>
Add support for tus checksum extension (#2)

github.com/ankitpokhrel/tus-php - 611391de3355423bef07844129ed4e39943daf30 authored about 7 years ago by Ankit Pokhrel <[email protected]>
Change double quote to single quote for simple strings

github.com/ankitpokhrel/tus-php - 620d64ad39bf570e1ed084572f86719706a546ac authored about 7 years ago by Ankit Pokhrel <[email protected]>
Use short php7.1 syntax for exception

github.com/ankitpokhrel/tus-php - 8d239055ac93277882cbcbba0aacb1c81e8009dd authored about 7 years ago by Ankit Pokhrel <[email protected]>
Optimize redis test implementation

github.com/ankitpokhrel/tus-php - 3fcb418e15c0738914392443a900d53ad6d050a1 authored about 7 years ago by Ankit Pokhrel <[email protected]>
Completed Godoc documentation.

github.com/ankitpokhrel/tview - 36cca0dedcb0da8ea975e4452099d3d32f96ef82 authored about 7 years ago by Oliver <[email protected]>
Show only images in media selector (#67)

Show only images in media selector

github.com/ankitpokhrel/Dynamic-Featured-Image - 3b9d3485e4ff3687278f83ee44a138407ea0e208 authored about 7 years ago by Zsolt Martin <[email protected]>
Add filters for metabox context and priority (#68)

github.com/ankitpokhrel/Dynamic-Featured-Image - 572fd97ff2a0dc081fcec46afa01ad6a920d19ee authored about 7 years ago by Zsolt Martin <[email protected]>
Fix countable warning on php 7.2 (#66)

get_post_meta can return an empty string, which is not countable since php 7.2

github.com/ankitpokhrel/Dynamic-Featured-Image - d34800262dfe02ae8013004738c8c5ca18dd5853 authored about 7 years ago by Zsolt Martin <[email protected]>
Fix build badge

github.com/ankitpokhrel/tus-php - 5b08bbc4dc13ffcea3c0aa744f67f461025152a1 authored about 7 years ago by Ankit Pokhrel <[email protected]>
Use build badge of master branch

github.com/ankitpokhrel/tus-php - b9789e97c1b0fcdd69de24cdc399396a51372227 authored about 7 years ago by Ankit Pokhrel <[email protected]>
Various improvements.

github.com/ankitpokhrel/tview - 8c9be84ef83b808f61f8a0cfe4a5fc21d340ec6c authored about 7 years ago by Oliver <[email protected]>
Minor bugfix.

github.com/ankitpokhrel/tview - 759602af1ba88825ae565ba3f3bd2b3a52554ba1 authored about 7 years ago by Oliver <[email protected]>
More callback handlers for lists. And more consistency.

github.com/ankitpokhrel/tview - 997b92f1b495542254837f2f80ef58d6f7cc991b authored about 7 years ago by Oliver <[email protected]>
SetRoot() also sets focus.

github.com/ankitpokhrel/tview - 60313b7f2537cb47407a38e96e404fe00b5c1716 authored about 7 years ago by Oliver <[email protected]>
Added a presentation demonstrating tview's capabilities.

github.com/ankitpokhrel/tview - 53527f5f80de52c02f0250b8f48d0b14fe5eccec authored about 7 years ago by Oliver <[email protected]>
Non-scrollable text views must track end.

github.com/ankitpokhrel/tview - 7a69902269dcd8c372d3b92b064122ce87f24308 authored about 7 years ago by Oliver <[email protected]>
Bugfix in pages focus.

github.com/ankitpokhrel/tview - 5555b224271d6a777a03f267e3690e777660dda4 authored about 7 years ago by Oliver <[email protected]>
Embedding frame in modal instead of deriving from it, thus hiding frame's functions.

github.com/ankitpokhrel/tview - b8e50f0e444daa810a518cedd4d68be5db88e429 authored about 7 years ago by Oliver <[email protected]>
Improved table navigation.

github.com/ankitpokhrel/tview - 7dc0dace25b8b2976d7245c06de2140e4855b7ba authored about 7 years ago by Oliver <[email protected]>
Added more colors to the text view.

github.com/ankitpokhrel/tview - 42fa258a5e0bbb9442068605d20b351509fb7be7 authored about 7 years ago by Oliver <[email protected]>
Clamping column offset in text view.

github.com/ankitpokhrel/tview - aa93dab30d93de6f712d37631b10fff0929f0904 authored about 7 years ago by Oliver <[email protected]>
Add demo image

github.com/ankitpokhrel/tus-php - ff1f3174cd7a951d0ed98d0199a90c7b09d1ba92 authored about 7 years ago by Ankit Pokhrel <[email protected]>
Add example.png

github.com/ankitpokhrel/tus-php - d49386cd2a42422f2bd2add2f76890d380280a0d authored about 7 years ago by Ankit Pokhrel <[email protected]>
Fix designs

github.com/ankitpokhrel/tus-php - 626d9daeadcbc5085e29194c2c795c13843611ef authored about 7 years ago by Ankit Pokhrel <[email protected]>
Fix error display when server doesn't respond

github.com/ankitpokhrel/tus-php - 982e98855576f0f1660a87a76c0dcf479a43e364 authored about 7 years ago by Ankit Pokhrel <[email protected]>
Typecast env to string

github.com/ankitpokhrel/tus-php - bf6139f3358b80c7bd6918c46bd761ddc7fdd64d authored about 7 years ago by Ankit Pokhrel <[email protected]>
No need to explicitly hide the cursor in no-cursor primitives.

github.com/ankitpokhrel/tview - 9659be0e9091acc449c6205988087dcd73b623dc authored about 7 years ago by Oliver <[email protected]>