- Sep 24, 2011
-
-
Robin Appelman authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Georg Ehrke authored
-
Georg Ehrke authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Florian Pritz authored
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
php check both, upload_max_filesize and post_max_size, when uploading a file so we should do the same when figuring out the maximum size. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
If the file wasn't uploaded successfully bail early. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Normally a browser window will be large enough that the bar is wider than 100px so we can use decimals to display the real usage more closely. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
The text will stay in it's place, but 0% usage will lead to an empty bar. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
When uploading a file using davfs php warned about a missing argument to OC_FileProxy_Quota::preFile_put_contents(). Since we get a resource from OC_Connector_Sabre_File->put(), we have to convert that before running strlen because it expects a string. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
If you don't have any contacts, it would display a non-functioning delete button. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
The browser added random line breaks between the label and input field making it hard to see what's what. Now we break lines intentionally just like in setpropertyform. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Don't depend on allow_url_fopen being enabled when we already use curl elsewhere in the code. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
If you have bookmarks, but there are no tags in oc_bookmarks_tags, the query doesn't return any results. Using a left join fixes this. Reference: http://stackoverflow.com/questions/3171276/select-multiple-tables-when-one-table-is-empty-in-mysql Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
edit() tried to do that, but it used $id which is the event id and not the calendar id. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
The checkboxes don't work because files.js is missing. Adding it leads to the problem that it relies on files/ajax and most of the code only works for logged in users. The actions div contains undefined variables and doesn't work either. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
The rfc [1] only mentions "DATE-TIME" and after this change events created in the web ui can be imported by lightning. Before it threw a syntax error. [1]: https://tools.ietf.org/html/rfc5545 Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
This ended up as "\n\\n" in the data base and the escaped \n was also visible in the edit form. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
No point in wasting resources if you don't show it. This also fixes an undefined variable notice. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
These methods are called statically so make them static. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Jan-Christoph Borchardt authored
-
- Sep 23, 2011
-
-
Bart Visscher authored
-
Bart Visscher authored
-