- Sep 26, 2011
-
-
Bart Visscher authored
-
Bartek Przybylski authored
-
- Sep 25, 2011
-
-
Robin Appelman authored
-
Bartek Przybylski authored
-
Bart Visscher authored
Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
-
Scott Barnett authored
-
Scott Barnett authored
-
Robin Appelman authored
-
- Sep 24, 2011
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
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>
-