Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1044 from owncloud/fix_extra_slash | Bart Visscher | 2013-06-28 | 1 | -1/+5 |
|\ | | | | | Remove duplicate / for first folder in root | ||||
| * | update to !== | Bart Visscher | 2013-06-28 | 1 | -1/+1 |
| | | |||||
| * | only encodeURIComponent once | Jörn Friedrich Dreyer | 2013-02-09 | 1 | -2/+2 |
| | | |||||
| * | Check if extra / is necessary for the folder URL | Michael Gapczynski | 2013-02-09 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #3838 from rgeber/master | Jörn Friedrich Dreyer | 2013-06-28 | 6 | -160/+409 |
|\ \ | | | | | | | Public Upload Feature | ||||
| * | | Added file-upload to GIT repo | Roman Geber | 2013-06-26 | 1 | -0/+343 |
| | | | | | | | | | | | | Optimized CSS identifiers | ||||
| * | | Public upload feature | Roman Geber | 2013-06-25 | 5 | -160/+66 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-27 | 1 | -0/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-26 | 1 | -0/+1 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-25 | 1 | -1/+10 |
| | | |||||
* | | Add a CLI script for manually triggering checking a folder for updates | Robin Appelman | 2013-06-23 | 1 | -0/+22 |
| | | |||||
* | | use json to encode user list | Robin Appelman | 2013-06-19 | 2 | -2/+2 |
| | | |||||
* | | allow scanning files for multiple users | Robin Appelman | 2013-06-19 | 2 | -15/+45 |
| | | |||||
* | | reuse etag when doing a forced rescan | Robin Appelman | 2013-06-14 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-14 | 2 | -1/+2 |
| | | |||||
* | | Revert "FIX: Download of files named "true" or "false" impossible" | Roland Hager | 2013-06-12 | 1 | -2/+1 |
| | | | | | | | | | | This reverts commit d2d71c8797f7e7b51e55bec4217738faaf6a08ca. which was accidentally commited | ||||
* | | FIX: Download of files named "true" or "false" impossible | Roland Hager | 2013-06-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | It was not possible to download a file called "true" or "false" (caseinsensitive) when clicking the link "download" due to the result of json_decode(). Both cases are now implicitly checked. Hotfix provided by Herbert Pophal | ||||
* | | better contrast for files list, darker greys for selection and hover | Jan-Christoph Borchardt | 2013-06-11 | 1 | -5/+16 |
| | | |||||
* | | darker low threshold color for file size and age fading, better contrast | Jan-Christoph Borchardt | 2013-06-11 | 2 | -3/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-08 | 2 | -1/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-07 | 1 | -0/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-06 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-05 | 4 | -1/+28 |
| | | |||||
* | | Files: use public api to register backgroundjob | Robin Appelman | 2013-06-02 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-29 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-28 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-26 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3478 from davidak/master | Michael Gapczynski | 2013-05-25 | 1 | -2/+2 |
|\ \ | | | | | | | small typo fix: added 2 whitespaces | ||||
| * | | small typo fix: added 2 whitespaces | davidak | 2013-05-24 | 1 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-25 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #3425 from owncloud/move-storages | Michael Gapczynski | 2013-05-23 | 1 | -1/+1 |
|\ \ | | | | | | | Support for moving/copying folders between storages | ||||
| * \ | Merge branch 'master' into move-storages | Michael Gapczynski | 2013-05-23 | 9 | -70/+34 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: tests/lib/files/view.php | ||||
| * | | | Add data-dir attribute to home breadcrumb | Michael Gapczynski | 2013-05-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-24 | 2 | -1/+15 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-23 | 2 | -0/+2 |
| | | | |||||
* | | | Merge pull request #3406 from owncloud/oc_dialogs_oc_template | Morris Jobke | 2013-05-22 | 1 | -0/+8 |
|\ \ \ | | | | | | | | | Use js templates in OC.dialogs etc. | ||||
| * | | | Various cleanups in OC.dialogs | Thomas Tanghus | 2013-05-17 | 1 | -0/+8 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-21 | 1 | -0/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-20 | 2 | -1/+20 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-18 | 3 | -69/+3 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-17 | 1 | -10/+10 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-16 | 10 | -8/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-15 | 45 | -45/+45 |
| | | |||||
* | | Merge pull request #2821 from owncloud/fix-2159-rename-to-shared | Thomas Müller | 2013-05-14 | 3 | -19/+230 |
|\ \ | | | | | | | fix allowed rename of folder in root directory to reserved name "Shared" | ||||
| * | | [files] add private declaration of $view | Morris Jobke | 2013-05-14 | 1 | -0/+1 |
| | | | |||||
| * | | [files] fix mock creation and remove hardcoded 'require' statement | Morris Jobke | 2013-05-12 | 2 | -7/+2 |
| | | | |||||
| * | | [files] rename lib to "App" | Morris Jobke | 2013-05-12 | 3 | -7/+7 |
| | | | |||||
| * | | [files] ownCloud typo | Morris Jobke | 2013-05-12 | 1 | -1/+1 |
| | | | |||||
| * | | [files] rename test class and add rename test | Morris Jobke | 2013-05-12 | 1 | -1/+22 |
| | | | |||||
| * | | [files] remove realpath in test | Morris Jobke | 2013-05-12 | 1 | -1/+1 |
| | | |