Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let admin specify timezone for log file entries | Bjoern Schiessle | 2013-10-07 | 2 | -3/+8 |
| | |||||
* | Merge pull request #5169 from owncloud/sharingdropdown-uxbugfixes | Morris Jobke | 2013-10-07 | 1 | -2/+4 |
|\ | | | | | Sharing dropdown bug fixes | ||||
| * | Prevent share dropdown to close too early with autocomplete | Vincent Petry | 2013-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | When clicking on an autocomplete result in the sharing dropdown, it will mistakenly be detected as being clicked outside and would trigger the sharing dropdown closing. This fix adds a check to detect clicks inside the autocomplete and prevent closing the dropdown in that case. This fixes #4142 | ||||
| * | Fixed label for sharing notification to be clickable | Vincent Petry | 2013-10-07 | 1 | -1/+1 |
| | | | | | | | | | | Fixed the sharing notification checkbox label in the file sharing dropdown, which makes it possible to click on the label directly. | ||||
| * | Prevent scroll up when click on links in sharing dropdown | Vincent Petry | 2013-10-07 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | When clicking on a link that points to "#" in the sharing dropdown, and the current view is scrolled down, the browser will scroll the page up to the top (anchor behavior). This fix cancels the click event when clicking on "unshare" link or "show crud" link. | ||||
* | | Merge pull request #5162 from owncloud/fixing-l10n-master-2 | Morris Jobke | 2013-10-07 | 87 | -3388/+1 |
|\ \ | | | | | | | Fixing l10n master 2 | ||||
| * | | update version to 6.0.0 and adding comment option | Thomas Müller | 2013-10-07 | 1 | -1/+1 |
| | | | |||||
| * | | move l10n factory into private | Thomas Müller | 2013-10-07 | 1 | -0/+0 |
| | | | |||||
| * | | remove outdated translation files | Thomas Müller | 2013-10-07 | 85 | -3387/+0 |
| |/ | |||||
* | | Merge pull request #5165 from owncloud/files-dropontobreadcrumbfix | Morris Jobke | 2013-10-07 | 1 | -6/+8 |
|\ \ | | | | | | | Fix breadcrumb to reinit dnd after ajax nav #5064 | ||||
| * | | Fix breadcrumb to reinit dnd after ajax nav #5064 | Vincent Petry | 2013-10-07 | 1 | -6/+8 |
| |/ | | | | | | | | | | | | | Now correctly reinitializing the breadcrumb drop zone after ajax navigation. This also fixes dropping onto the "files" app icon. | ||||
* | | Merge pull request #5142 from owncloud/fix_version_cache_expire | Frank Karlitschek | 2013-10-07 | 1 | -1/+4 |
|\ \ | | | | | | | correctly expire cache if version file changed. | ||||
| * | | a few styleguide fixes | Frank Karlitschek | 2013-10-07 | 1 | -2/+2 |
| | | | |||||
| * | | correctly expire cache if version file changed. Fixes problem that ownCloud ↵ | Frank Karlitschek | 2013-10-05 | 1 | -1/+4 |
| | | | | | | | | | | | | only starts upgrading during login | ||||
* | | | Merge pull request #4974 from owncloud/fixing-4011-master | Thomas Müller | 2013-10-07 | 4 | -70/+99 |
|\ \ \ | | | | | | | | | error handling added in case file_put_contents is failing | ||||
| * \ \ | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-10-04 | 484 | -2132/+10456 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 5 | -14/+201 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php | ||||
| * | | | | | adding test testSimplePutFailsOnRename() | Thomas Müller | 2013-09-30 | 1 | -0/+14 |
| | | | | | | |||||
| * | | | | | remove commented code | Thomas Müller | 2013-09-30 | 1 | -56/+0 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 97 | -573/+1100 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php lib/connector/sabre/file.php | ||||
| * | | | | | | remove unused setUp() | Thomas Müller | 2013-09-27 | 1 | -3/+0 |
| | | | | | | | |||||
| * | | | | | | catching NotPermittedException and throw it to the dav client as 403 | Thomas Müller | 2013-09-26 | 1 | -5/+10 |
| | | | | | | | |||||
| * | | | | | | adding basic unit test for failing file_put_content operation | Thomas Müller | 2013-09-24 | 1 | -0/+27 |
| | | | | | | | |||||
| * | | | | | | creating non static getETagPropertyForPath() | Thomas Müller | 2013-09-24 | 3 | -16/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding public $fileView to Node to allow unit testing | ||||
| * | | | | | | unify duplicate code | Thomas Müller | 2013-09-24 | 2 | -59/+29 |
| | | | | | | | |||||
| * | | | | | | adding error handling on file_put_contents within the web dav implementation | Thomas Müller | 2013-09-24 | 2 | -2/+12 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #5129 from owncloud/remove_deleted_shares_from_db | Björn Schießle | 2013-10-07 | 3 | -7/+36 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | remove deleted files from oc_share | ||||
| * | | | | | | catch exception if db query execution fails | Bjoern Schiessle | 2013-10-07 | 1 | -1/+5 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into remove_deleted_shares_from_db | Bjoern Schiessle | 2013-10-07 | 84 | -553/+3175 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | clean up oc_share table from files which are no longer exists | Bjoern Schiessle | 2013-10-07 | 2 | -7/+17 |
| | | | | | | | | |||||
| * | | | | | | | add comments | Bjoern Schiessle | 2013-10-04 | 1 | -0/+5 |
| | | | | | | | | |||||
| * | | | | | | | remove deleted shares from the database table oc_share | Bjoern Schiessle | 2013-10-02 | 1 | -0/+10 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #4662 from owncloud/fix-4129 | Frank Karlitschek | 2013-10-06 | 1 | -47/+78 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix 4129 | ||||
| * | | | | | | | | Update file to meet coding standarts | Lennart Rosam | 2013-10-07 | 1 | -47/+77 |
| | | | | | | | | | |||||
| * | | | | | | | | Actually test the connection | Lennart Rosam | 2013-10-07 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Fixes #4129 | Lennart Rosam | 2013-10-07 | 1 | -2/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5148 from owncloud/cache-gc-legacy | Morris Jobke | 2013-10-06 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix loading legacy global filecache gc backgroundjobs | ||||
| * | | | | | | | | | Fix loading legacy global filecache gc backgroundjobs | Robin Appelman | 2013-10-05 | 1 | -0/+4 |
| | | | | | | | | | | |||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-10-06 | 808 | -17775/+27358 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5088 from owncloud/fix_trashbin_button | Morris Jobke | 2013-10-06 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | trash bin button needs to be an input field | ||||
| * | | | | | | | | | | trash bin button needs to be an input field | Bjoern Schiessle | 2013-10-02 | 1 | -3/+1 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5144 from owncloud/public_middleware | Bernhard Posselt | 2013-10-06 | 6 | -96/+8 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | Make abstract Middleware class public | ||||
| * | | | | | | | | | Remove misleading IMiddleware interface | Thomas Tanghus | 2013-10-05 | 3 | -91/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 5 | -10/+10 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't make sense for subclasses to have to implement all methods. | ||||
* | | | | | | | | | Merge pull request #5154 from owncloud/fix-appimages | Morris Jobke | 2013-10-06 | 4 | -4/+3 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix mobile and desktop app images looking different | ||||
| * | | | | | | | | | Optimize images with optipng | kondou | 2013-10-06 | 3 | -0/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | fix mobile and desktop app images looking different | Jan-Christoph Borchardt | 2013-10-05 | 4 | -4/+3 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #4982 from syncloud/master | Owen Winkler | 2013-10-05 | 2 | -4/+24 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Automatic config can set some of parameters or all of them | ||||
| * | | | | | | | | Moving Advanced button out of datadirField fieldset | vsapronov | 2013-10-04 | 1 | -1/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Fixed review issues | vsapronov | 2013-09-29 | 2 | -14/+14 |
| | | | | | | | | |