Git Product home page Git Product logo

reposi3's People

Contributors

dgh0st avatar fox8091 avatar navanchauhan avatar nosskirneh avatar supermamon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reposi3's Issues

Depiction only

Hey, is there a way to just use the depictions and add them to my existing GitHub repo? Rather than creating a whole new repo

Subsequent viewings of the depiction gives an error

When viewing a package for the first time, all goes well. When navigating away from that view and back into it, I receive an error stating "Oh snap! The package you are trying to view is not hosted on this repository."

It's in the div with the id of packageError, but I'm not too sure what's making it appear. As a full-time backend developer, this really has me stumped.

I have verified that my info.xml's are all proper XML formatted, and even used: https://codebeautify.org/xmlvalidator to validate it as you stated in a previously listed issue.

S9

Describe the bug
A clear and concise description of what the bug is.
Please do not post questions or how do I's here. Contact/DM @supermamon or @reposi3 on Twitter.

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Platform:
Where does the error occurs?

  • Mobile Browser [e.g Mobile Safari, Chrome]
  • Cydia
  • Desktop Browser [e.g. Safari, Firefox]

Additional context
Add any other context about the problem here.

How to place screenshots in a different location then default.

It seems the default location is to place the screen shots bundled in with the package

source" :"package>screenshots>screenshot"

I was wondering if I could and how I could place the screen shots into a different location.

I.E.

source" :"folder>bundleid>screenshots>screenshot"

Failed to load depiction

I changed Oh snap! The package you are tying to view is not hosted on this repository. to Error! Failed to load depiction. and I uploaded 4 tweaks.

  • LiveFish
  • Jileumsin
  • iWallX
  • Sidia

and I made depictions for them.

LiveFish and Jileumsin load depictions well, but iWallX and Sidia can't load depiction. I checked the url many times.

How can I fix this?

Tweaks wont show.

I did everything correctly, but when I add a second tweak it doesn't show.

Repo shows updates always

My first tweak(LiveFish) is okay. But when I add more tweak, then Cydia always show updates even I updated.

How can I fix this?

Night mode

Can you please add night/dark mode support

#packageHeader doesn't hide in Cydia

depictions/index.html:30:

			,"render":function(element,source){
				if (navigator.userAgent.search(/Cydia/) == -1) {
					$(element).show();
				}

Doesn't work as intended for me (I suppose the package header are not supposed to be visible in Cydia, but everywhere else). Instead I have to fiddle around with @media queries :/

Not sure if this is to any use but using Cydia version 1.1.30.

Fix misstype

Describe the bug
Whenever I try to view a depiction that is not on my repo, it says: "Oh snap! The package you are tying to view is not hosted on this repository." when it should say: "Oh snap! The package you are trying to view is not hosted on this repository." Trying is misspelled as "tying"

To Reproduce
Steps to reproduce the behavior:

  1. Go to a depiction that is not there
  2. Profit

Expected behavior
the mistype is visible

Screenshots
Screen Shot 2019-03-31 at 16 52 02

Platform:
Where does the error occurs?
[x] Mobile Browser [e.g Mobile Safari, Chrome]
[ ] Cydia
[x] Desktop Browser [e.g. Safari, Firefox]

Additional context
Add any other context about the problem here.

Version Check Needs Revision

Hey There,

I use your repo template for my own personal github repo. I'm not at all proficient enough in js, html, or css for any of it. I can package my themes/tweaks and push my updates to github, and thats about it.

I noticed, after iOS 10 came out, the version check doesn't seem to be working quite right. I'm guessing the fault lies somewhere in depictions/js/ios_version_check.js. It seems like the check is registering "iOS 10" and a version less than 7(probably some form of "iOS 1".

If you could fix the js, that would be incredibly helpful.

Thanks for making this template.

Download counter

It would be amazing to have a package downloads count for each package at their depiction page
Maybe even for each version

Unable to set minimum iOS in info.xml of depiction.

In info.xml, it says to specify <maxiOS>. The thing is that the tweak I want to host needs 11.0 and up, but all I'm able to put is the max iOS (11.3.1). So when someone with, for example, iOS 10 sees the tweak, the depiction makes it look like the tweak is compatible with their version. Any way to change this?

Hash Sum mismatch error

I am getting a "Hash Sum mismatch Hashed of expected file" error. It was working before but after a slight update of the deb package im now getting an error.
I replaced the hash with the new hash. I am sure the MD5Sum in the Packages file is correct and is the same as the deb file. I replaced the Packages.bz2 multiple times and have checked the MD5Sum hash with multiple sources.

I think this might be a glitch because it isn't working.

How to trigger no screen shot for this package

var contentBlocks = 	{
        "#screenshotsList"	: 
			{"type":"custom"  
				,"source" :"package>screenshots>screenshot"
				,"render" : function(element,source){
				console.log($(source).size());
					if ($(source).size()==0) {
						$(element).append( $("<div class='alert alert-danger'>The aren't any screenshots for this package</div>") ); 
						return;

One package isn't found while the rest is

Hmm, this is really weird and I can not figure out why. Maybe you have some insight?

ProperLockGestures works perfectly, but PlexAutoRemote does not. The files are there though.

I'm guessing this is where the issue is:

        $.ajax({
            type    : "GET",
            dataType: "xml",
            url     : (bundleid+"/info.xml"),
            success : function(xml){
				document.title = $(xml).find("package>name").text();
            	data_loader_engine(contentBlocks,xml)

            },
			cache   : false,
            error: function() {
                $("#packageError").show();
				$("#packageInformation").hide();
            }
        }); //ajax

I'm not used with javascript, so you're probably more up for the fight.


Anyway, the files are in place with correct permissions as seen below (since the same permissions works for ProperLockGestures).

/srv/http/repo/depictions » la                                                      user@Server
total 60K
-rw-r--r-- 1 root  root  3.7K Mar  8 16:17 changelog.html
-rw-r--r-- 1 root  root  7.5K Apr 26 12:07 index.html
drwxr-xr-x 2 root  root  4.0K Mar  2 12:52 js
-rw-r--r-- 1 root  root  3.9K Mar  8 16:17 screenshots.html
drwxr-xr-x 2 root  root  4.0K Mar  9 12:26 se.nosskirneh.ccnoscroll
drwxr-xr-x 2 root  root  4.0K Mar  2 16:51 se.nosskirneh.cdc
drwxr-xr-x 3 root  root  4.0K Mar 20 21:48 se.nosskirneh.customlockscreenduration
drwxr-xr-x 2 root  root  4.0K Apr 11 15:12 se.nosskirneh.disabledtext
drwxr-xr-x 2 root  root  4.0K May  8 10:58 se.nosskirneh.plexautoremote
drwxr-xr-x 2 root  root  4.0K May  6 21:05 se.nosskirneh.properlockgestures
drwxr-xr-x 3 root  root  4.0K Mar  2 17:02 se.nosskirneh.spotifyofflineswitch
drwxr-xr-x 3 root  root  4.0K Mar  2 16:50 se.nosskirneh.spotifyswitches
drwxr-xr-x 2 root  root  4.0K Mar 16 07:10 se.nosskirneh.swishspeedup
-rw-r--r-- 1 root  root   568 Mar  8 16:17 style.css
------------------------------------------------------------
/srv/http/repo/depictions » la se.nosskirneh.plexautoremote                         user@Server
total 8.0K
-rw-r--r-- 1 root root 433 May  8 10:58 changelog.xml
-rw-r--r-- 1 root root 939 May  8 11:05 info.xml
------------------------------------------------------------
/srv/http/repo/depictions » la se.nosskirneh.properlockgestures                     user@Server
total 8.0K
-rw-r--r-- 1 root root  717 May  7 21:06 changelog.xml
-rw-r--r-- 1 root root 1.1K May  8 11:07 info.xml

The content of the faulty package's info.xml is shown correct when I transfer it to ProperLockGestures' info.xml. I should also add that before pushing version 0.0.2 of PlexAutoRemote, the page was loaded. Really weird.

Any ideas?

Edit:

Changed all permissions to 755, didn't change anything.

It gives me 401 Unauthorized when trying to load the page. When I browse to these files manually, it's no problems at all (?).

jquery.min.js:4 GET https://andreashenriksson.se/repo/repo.xml?_=1494241499643 401 (Unauthorized)

/repo/depictions/se.nosskirneh.plexautoremote/info.xml?_=1494240947580 Failed to load resource: the server responded with a status of 401 (Unauthorized)

/repo/repo.xml?_=1494240947581 Failed to load resource: the server responded with a status of 401 (Unauthorized)

style.css Failed to load resource: the server responded with a status of 401 (Unauthorized)

Edit 2:
Probably not an error in Reposi3 but rather somewhere in my nginx/php-fpm config :/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.